body {
	font-size: 1.1em;
	background: #FBF1C3;
	font-family: "Manrope", sans-serif;
	text-align: center;
	color: #DC6A7D;/*ef8b85*/ /*DF655B*/ /*cf454b*/
	margin: 0;
}
header {
	padding-top: 35px;
}
h1, h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #4ab7de;
	margin-bottom: 11px;
}
h1 {
	margin-top: 15px;
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
p {
	font-size: 1.015em;
	margin-top: 5px;
	margin-bottom: 15px;
}
.profile {
	border-radius: 50%;
	width: 290px;
	height: 290px;

}
.golden-boy {
	border-radius: 50%;
	width: 18px;
	height: 18px;
}
footer {
	color: #4ab7de;
	margin-top: 20px;
}
footer p {
	font-size: 0.85em;
	margin-bottom: 8px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.contentWrap {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
nav {
	text-align: center;
	background-color: white;
	position: fixed;
	width: 100%;
	top: 0;
	margin: 0 auto;
}
nav a {
	color: #4ab7de;
	padding: 12px 15px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
}
.fa-facebook-official {
	color: #3b5998;
}
.fa-twitter {
	color: #4099FF;
}
.fa-youtube-play {
	color: #CC181E;
}
.fa-vimeo {
	color: #1ab7ea;
}
.fa-instagram {
	background: -webkit-linear-gradient(#8a3ab9, #fbad50);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.background-video {
	position: fixed;
	z-index: -99;
	top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	width: 100%;
	height: 100%;
}

img, iframe {
	border: 3px solid #4ab7de;
}

@media (max-width: 629px) and (min-width: 316px) {
	header {
		padding-top: 55px;
	}
}

@media (max-width: 629px) and (min-width: 400px) {
	.profile {
		width: 51%;
		height: 51%;
	}
	.julia {
		width: 51%;
		height: 51%;
	}
	.video {
		width: 75%;
		height: 45%;
	}
}
@media (max-width: 399px) {
	.profile {
		width: 180px;
		height: 180px;
	}
	.julia {
		width: 180px;
		height: 180px;
	}
	.video {
		width: 75%;
		height: 45%;
	}
}
@media (max-width: 399px) {
	.profile {
		width: 180px;
		height: 180px;
	}
	.julia {
		width: 180px;
		height: 180px;
	}
	.video {
		width: 75%;
		height: 45%;
	}
}

@media (min-aspect-ratio: 16/9) {
  .background-video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .background-video {
    width: 300%;
    left: -100%;
  }
}

html, body {
   height: 100%;  
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}