@font-face {
  font-family: "dcc-ash";
  src: url("../fonts/dcc-ash.otf") format("opentype");
}

@font-face {
  font-family: "delova";
  src: url("../fonts/delova.otf") format("opentype");
}

@font-face {
  font-family: "hophus-roghus";
  src: url("../fonts/hophus-roghus.ttf") format("truetype");
}

@font-face {
  font-family: "stampact";
  src: url("../fonts/stampact.ttf") format("truetype");
}

body {
  margin: 0;
  font-family: 'Raleway', helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  background: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* body.home {
  background-image: url("../img/background.jpg");
}  */

a {
  text-decoration: underline;
  color: #444;
}

a:hover {
  color: #aaa;
}

a.active {
  color: #aaa;
}

li {
  list-style: circle;
}

nav li {
  display: inline-block;
  margin-right: 30px;
}

nav li.active {
  font-weight: 600;
  color: #68246D;
}

nav li a {
  font-weight: 600;
  font-size: 18px;
}

.x h3 {
  font-size: 1.777em !important;
}

.x h4 {
  font-size: 1.333em !important;
}

.x p {
  font-size: 1em !important;
}

.navigation_bar {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding-top: 20px;
  margin-bottom: 30px;
}

.page {
  color: #202020;
  background: rgba(255, 255, 255, 0.8);
  margin-left: auto;
  margin-right: auto;
  width: 950px;
}

body.home .page {
  background: none;
  width: 100%;
}

/* body.home header {
  background-position: left top;
  background-size: cover;
  text-align: center;
  height: 730px;
  background: url("../img/gradient.svg")bottom center no-repeat;
  background-size: 100%;
  padding-top: 50px;
  display: block;
} */

header {
  padding: 20px;
  display: flex;
  align-items: center;
}

header img {
  margin-right: 20px;
}

header h1 {
  color: #b5cee6;
  font-weight: lighter;
  text-transform: uppercase;
}

 .brand {
  width: 800px;
  /* height: 200px; */
  margin: auto;
  /* display: flex;
  flex-direction: column; */
  justify-content: center;
  align-items: center;
 /*  background: url("../img/hex-logo.svg") */
} 

.brand h1 {
  /* font-display: block; */
  font-family: 'arial', sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-justify: center;
  margin: 0;
  color: #000;
  letter-spacing: 4px;
  /* box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.9);0 */
  border-radius: 20%;
  background: rgba(255, 255, 255, 0.9);
  margin-top: -40px;
  text-transform: none;
}


/* .brand h2 {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.9);
  font-size: 23px;
  color: #eee;
  margin: 0;
  font-weight: lighter;
} */

section, footer {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}

body.home section {
  background: rgb(255, 255, 255);
}

section {
  padding-bottom: 130px;
}

body.contact section {
  padding-bottom: 30px;
}

body.home section.research, body.home section.location {
  margin-bottom: 70px;
}

body.people section {
  padding-bottom: 30px;
}

.content {
  margin: auto;
  padding: 0 50px;
}

body.home .content {
  width: 850px;
  /* padding: initial; */
}

.content h3 {
  color: #202020;
  text-align: center;
  font-weight: normal;
  font-size: 40px;
  margin-bottom: 60px;
  margin-top: 0px;
  font-family: 'Raleway', sans-serif;
}

footer .content h3 {
  color: inherit;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}

body.home .content h3 {
  margin-top: 40px;
}

.content h4 {
  color: #202020;
  font-weight: normal;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
  margin: 0;
}

.content p {
  line-height: 150%;
}

article {
  margin-bottom: 50px;
}

article.preview {
  margin-bottom: 0;
}

article .article__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

article .article__header h3 {
  font-weight: bold;
  font-size: 30px;
  color: #202020;
  margin-bottom: 5px;
}

article .article__header h4 {
  font-weight: normal;
  font-size: 20px;
  color: #202020;
  margin-bottom: 0;
}

.preview h4 {
  font-weight: normal;
  font-size: 22px;
  color: #202020;
  margin-bottom: 0;
}

.preview {
  /* width:210px; */
  width: 200px;
  padding-top: 20px;
  font-size: 16px;
  /* font-weight: 300; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  /* margin-bottom: 20px; */
  flex: 0 0 auto !important;
  /* background: rgba(10,10,10,0.9); */
  /* border: 2px solid #222; */
}

.preview p {
  line-height: normal;
}

.preview__icon {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
}

.full-width {
  width: 100%;
  border: 0;
}

section a {
  color: #404040;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
}

.row.row--centered {
  justify-content: center;
}

.row.row--centered>* {
  flex: 0 0 auto;
}

.row>* {
  flex: 1 1 auto;
}

.row>.pull-left {
  width: 250px;
  margin-right: 50px;
  flex: 0 0 auto;
}

.row>img {
  margin-top: 25px;
}

.research .row>img {
  margin-top: 0px;
}

.row-images>img {
  margin-right: 10px;
  margin-left: 10px;
  flex: 1 1 auto;
  width: 100px;
}

.row-images>img:first-child, .row-images>img:last-child {
  margin-right: initial;
  margin-left: initial;
}

.row h2 {
  color: #404040;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 150px;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#hexGrid {
  width: 250px !important;
  margin-right: 50px !important;
}

body.people .row h2 {
  margin-top: 75px;
  margin-bottom: 5px;
  cursor: pointer;
}

body.people .former-students .row h2 {
  margin-top: 0px;
  font-size: 24px;
}

body.publications .row h2 {
  font-size: 24px;
}

.accordion * {
  outline: none !important;
}

.accordion>*:first-child {
  cursor: pointer;
  :
}

.tabs ul {
  display: flex;
  padding: 4px;
}

.tabs a {
  margin: 20px;
  margin-left: 0;
}

.tabs .ui-state-active a {
  color: white;
  cursor: initial;
}

body.people .row>.pull-left, body.publications .row>.pull-left {
  width: 150px;
  margin-right: 50px;
  flex: 0 0 auto;
}

footer {
  background: #b8b8b9;
  color: black;
  font-size: 16px;
}

footer a {
  color: black;
}

footer a:hover {
  color: black;
  text-decoration: underline;
}

footer .content {
  display: flex;
  justify-content: space-around;
  padding: 0;
}

footer .content .university-logo {
  align-self: center;
  max-height: 100px;
}

footer .contact {
  flex: 0 0 auto;
}

footer .content>* {
  padding: 0 10px;
}

.cryptedmail:after {
  content: attr(data-name) "@"attr(data-domain) "."attr(data-tld);
}