@font-face {
  font-family: "Anbody";
  src: url('fonts/fira/eot/FiraSans-Regular.eot');
}
/* oswald-200 - cyrillic_cyrillic-ext_latin_latin-ext_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/oswald-v53-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-regular - cyrillic_cyrillic-ext_latin_latin-ext_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v53-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-600 - cyrillic_cyrillic-ext_latin_latin-ext_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/oswald-v53-cyrillic_cyrillic-ext_latin_latin-ext_vietnamese-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body {
	background: linear-gradient(90deg, #15CADB, #23a6d5);
    font-family: sans-serif;
}


.intro {
    width:80%;
    margin: 5.5rem 0 1.5rem 0;
    padding: 2.0rem 0 2.5rem 2.0rem;
    font-family: 'Oswald', sans-serif;
    font-weight:200;
    line-height: 9rem;
    color:white;
    font-size: 6rem;
}

.intro-smaller {
    margin: 1.5rem 0 0 0;
    padding: 2.0rem 0 2.5rem 2.0rem;
/*    font-family: 'Anybody', sans-serif;*/
    font-family: 'Oswald', sans-serif;
    font-weight:100; font-style:italic;
    line-height: 4rem;
    color:white;
    font-size: 3rem;
}

.translucent {
    background-color:rgba(242, 20, 152, 0.8);
    /* width: 150vw; */
    padding-left:2vw;
    margin-top: 2vh;
}

.resume_partial {
    max-width: 80vw;
    padding: 2vw;
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3, h4 {
    color:white;
    font-family:sans-serif;
}

#main {
    min-width: 75vw;
    max-width: 90vw;
    margin-right:0;
}


.button {
    font-family:sans-serif;
}

.button.active {
  background-color:#F21498;
  color:#fff;
}

.button:hover {
  background-color:#F21498;
  /* color:#fff; */
  /* font-weight: 100; */
}

.button {
  background-color:#fff;
  color:#F21498;
}

#main_background{
	position:absolute;
	left:0px;
	top:0px;
	width:1100px;
	height:841px;
	z-index:1;
	color:#ffffff;
	font-family: serif;
}
#main_bg{
	width:100%;
	height:100%;
	min-width:800px;
}


#index_main_container a{
	color:#F21498;
	text-decoration:none;
	font-size:18px;
	font-weight:600;
	line-height:40px;
}

#index_main_container a:hover{
	color:#F21498;
	text-decoration:none;
	font-weight:600;
	font-size:18px;
	line-height:40px;
}

h3 { font-weight: 100; }

.black_bar {
	width:100%;
	background-color: #333;
	padding-left: 10px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.34);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.34);
}

a {
	color:#fff;
	text-decoration:none;
}


a:hover{
	 background-color: #000; 
	color:#fff;
	text-decoration:none;
	/* font-family:sans-serif; */
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.34);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.34);
	z-index: 1;
}

a:active{
	background-color: #000;
	color:#fff;
	text-decoration:none;
	/*font-family:sans-serif;*/
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.34);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.34);
	z-index: 1;
}

.list-unadorned {
    font-weight: 300;
    font-size: 18px;
    font-family:sans-serif;
}

.list-unadorned > li > a {
    color:#fff;
    text-decoration:none;
    font-family:sans-serif;
}

.black-links {
	color:#000;
    text-decoration:none;
    font-family:sans-serif;
}

.black-links:hover {
	background-color: #000;
	color:#fff;
	text-decoration:none;
	font-family:sans-serif;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.34);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.34);
	z-index: 1;
}

.ff-white-links {
	color:#fff;
text-decoration:none;
font-family:sans-serif;
}

.ff-white-links:hover {
	background-color: #000;
	color:#fff;
	text-decoration:none;
	font-family:sans-serif;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.34);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.34);
	z-index: 1;
}

.thin-white {
	color:white;
    font-size: 24px;
    font-weight: 100;
}

.big-white {
    color:white;
    font-size:48px;
    font-weight:100;
}


.portfolioimg {
	margin-bottom: 20px;
}

.vcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.large-4 {
  padding-bottom: 20px;
  justify-content: center;
  align-items: center;
}

.researchdiv {
  width: 80vw;
  padding-top: 2vh;
  padding-right: 2vw;
  justify-content: center;
  align-items: center;
  /*margin-left:3vw;*/
  background-color: #fff;
}

.row .researchdiv {
  width: 80vw;
  padding-top: 2vh;
  padding-right: 2vw;
  justify-content: center;
  align-items: center;
  /*margin-left:3vw;*/
  background-color: #fff;
}

.researchdiv > .large-4 > a > img {
	width:100%;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.0;   
/*    transform: translate(5px, 5px);*/
  }
  40% {
    opacity: 1.0;   
  }
  70% {
    opacity: 0;   
  }
}

@-webkit-keyframes pulse {
    0%, 100% {
    -webkit-opacity: 0;  
  }
  40% {
    -webkit-opacity: 1.0;   
  }
  70% {
    -webkit-opacity: 0;   
  }
}

@keyframes squarepulse {
	0%, 100% {
    opacity: 0.0;
  }
  50% {
    opacity: 0.3;   
  }
}

@-webkit-keyframes imageAnimation squarepulse {
    0%, 100% {
    -webkit-opacity: 0;  
  }
  50% {
    -webkit-opacity: 0.3;   
  }
}

.intro-item {
    opacity: 0.0;
    animation-name: pulse;
    animation-duration: 24s;
/*    animation-direction: alternate;*/
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 24s;
/*    -webkit-animation-direction: alternate;*/
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: none;
/*    -webkit-animation-play-state: running;*/
}

.st1 {
	opacity: 0.0;
    animation-name: squarepulse;
    animation-duration: 12s;
/*    animation-direction: alternate;*/
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
    transform: translateZ(0);
    -webkit-animation-name: squarepulse;
    -webkit-animation-duration: 12s;
/*    -webkit-animation-direction: alternate;*/
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: none;
    -webkit-animation-play-state: running;
    -webkit-transform: translateZ(0);
    fill:#FF7BAC;
  }

html, body { margin:0; padding:0; }
svg { position:fixed; width: 100%; height: 100%; top:0; bottom:0; left:0; right:0 }

.intro-item:nth-child(1) {
    animation-delay: 0s;
}
.intro-item:nth-child(2) {
    animation-delay: 2s;
}
.intro-item:nth-child(3) {
    animation-delay: 4s;
}
.intro-item:nth-child(4) {
    animation-delay: 6s;
}
.intro-item:nth-child(5) {
    animation-delay: 8s;
}
.intro-item:nth-child(6) {
    animation-delay: 10s;
}

.st1:nth-child(1) {
    animation-delay: 0s;
}
.st1:nth-child(2) {
    animation-delay: 0.5s;
}
.st1:nth-child(3) {
    animation-delay: 1s;
}
.st1:nth-child(4) {
    animation-delay: 1.5s;
}
.st1:nth-child(5) {
    animation-delay: 2s;
}
.st1:nth-child(6) {
    animation-delay: 2.5s;
}
.st1:nth-child(7) {
    animation-delay: 3s;
}
.st1:nth-child(8) {
    animation-delay: 3.5s;
}
.st1:nth-child(9) {
    animation-delay: 4s;
}
.st1:nth-child(10) {
    animation-delay: 4.5s;
}
.st1:nth-child(11) {
    animation-delay: 5s;
}
.st1:nth-child(12) {
    animation-delay:5.5s;
}


#svg-background {
  width:100vw;
  height:100vh;
  position: absolute;
  z-index: -999;
  top: 0%;
  left:1%;
}
