body {
	height: 100%;
	width: 100%;
}

.bg { 
	height: 100vh;
	background-image: url('img/background.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#fade {
	display: none;
	height: 360px;
}

/* -----------------HOME PAGE------------------ */

.page-header {
	width: 320px;
	padding: 20px;
	margin: 0 auto;
	display: flex;
}

.navbar-toggler-icon {
	margin-left: auto;
}

.nav-item {
	margin-left: 30px;
	margin-right: 30px;
	font-family: publico;
	font-size: 1.2rem;
	font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
	margin-top: 10px;
	background-image: url(../img/h1background.jpg);
	background-size: contain;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent ;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	background-image: url(../img/h1background.jpg);
	background-size: auto;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.div_underline {
	height: 4px;
	width: 90%;
	margin: 20px auto;
	background-image: url(../img/h1background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.gallery_nav {
	height: 60px;
}

#next, #prev{
	padding: 8px 20px;
	background-color: #f7ced9;
	cursor: pointer;
	border-radius: 25px;
}

#next:hover, #prev:hover {
	background-color: #c5f5cf;
	filter: opacity(80%);
	transform: scale(1.08);
}

#next{
  float: right;  
  margin-right: 60px;
} 

#prev{
  float: left; 
  margin-left: 60px; 
} 

.image_container {
	padding: 2px;
	max-width: 760px;
	background-color: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.image_container img {
	height: 200px;
	transition: 1s;
	padding: 5px;
}

.image_container img:hover {
	filter: opacity(80%);
	transform: scale(1.08);
}

.lb-data .lb-close {
    position: absolute;
	top: -40px;
	margin-left: -10px;
    margin-right: -50px;
}

#illustrations div {
	display: none;
}

#illustrations div.current{
	display: flex;
}

main {
	background-image: url(../img/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.col-md-4 {
	padding-right: 0px;
}
.about_me {
	width: 100%;
}

.welcomeheader {
	font-family: publico;
	font-weight: bold;
	color: white;
	font-size: 3rem;
	text-align: center;
}

.row { 
	margin-right: 0;
}

.bio_icon {
	display: flex;
	justify-content: center;
}

.bio_icon img{
	margin-top: 60px;
	height: 300px;
	border-radius: 10px;
}

.bio_text {
	font-size: 1rem;
	margin: 50px 30px 20px 50px;
	color: white;
	text-align: left;
	transition: all .5s;
}

.sig {
	margin: 5px 2px 30px 0;
	font-family: publico;
	font-size: 24px;
	text-align: left;
}

.video_section {
	display: block;
	min-height: 240px;
	height: 20vh;
	width: 90%;
	padding-top: 0;
	padding-bottom: 20px;
	margin: 0 auto;
}

iframe {
	height: 100%;
	width: 100%;
}

.hide {
	opacity:0;  
}

.show {
    opacity:1;
}

/* ----------------- CONTACT ------------------ */

.contactheader {
	font-family: publico;
	font-weight: bold;
	color: white;
	font-size: 3rem;
}

.contact_section {
	width: 100%;
	padding: 40px 20px 80px 20px;
	justify-content: center;
}

.contact_section h1 {
	padding: 0 0 40px 0;
	color: white;
	text-align: center;
}

.contact_icons {
	width: 280px;
	margin: 0 auto;
}

.social_icons {
	width: 86px;
	margin: 20px;
}

/* ----------------- FOOTER ------------------ */


footer {
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.footer_text {
	font-size: 1.3rem;
	font-weight: 300;
}

@media (min-width: 425px) {

	.video_section {
		height: 25vh;
	}

}

@media (min-width: 768px) {

	#fade {
		height: 580px;
	}

	.page-header {
		width: 440px;
		padding: 40px;
		margin: 0 auto;
		display: flex;
	}

	.title_underline {
		height: 8px;
		width: 320px;
		margin: 0px auto 20px auto;
		background-image: url(../img/h1background.jpg);
		background-size: cover;
		background-repeat: no-repeat;
	}

    .navbar {
        height:50px;
    }

    .nav-item {
		margin-top: 10px;
    	margin-bottom: 20px;
    }

	#next{
		float: right;  
		margin-right: 6%;
	  } 
	  
	#prev{
		float: left; 
		margin-left: 6%; 
	} 

	.about_me {
		padding: 20px 20px 60px 20px;
	}

	.bio_icon img {
		margin-top: 80px;
		height: 340px;
	}

	.welcomeheader {
		text-align: left;
	}

	.bio_text {
		font-size: 1rem;
		width: 60%;
		margin: 70px 0 40px 40px;
		text-align: left;
	}

	.video_section {
		min-height: 350px;
		height: 35vh;
	}
	
	.contact_section {
		padding: 0px 20px 120px 20px;
	}

	.contact_icons {
		width: 340px;
	}
	
	.social_icons {
		width: 80px;
		margin: 40px;
	}

}

@media (min-width: 1024px) {

	.video_section {
		height: 42vh;
	}

	.bio_text {
		margin: 70px 0 40px 20px;
	}

	.contact_icons {
		width: 660px;
	}
	
	.social_icons {
		width: 80px;
		margin: 40px;
	}

}

@media (min-width: 1200px) {

	.about_me {
		padding: 60px;
	}

	.bio_icon img {
		height: 460px;
	}

	.bio_text {
		width: 50%;
		text-align: left;
	}

	.video_section {
		height: 50vh;
	}
	
	.contact_section {
		padding: 0px 20px 160px 20px;
	}

}

@media (min-width: 1440px) {
	
	.gallery_nav {
		height: 80px;
	}

	.nav-item {
		font-size: 1.3rem;
	}

	#next, #prev{
		font-size: 1.2rem;
		padding: 12px 30px;
		background-color: #f7ced9;
		cursor: pointer;
		border-radius: 25px;
	}

	.image_container {
		max-width: 960px;
	}

	.image_container img {
		height: 300px;
		transition: 1s;
		padding: 5px;
	}

	.video_section {
		height: 65vh;
	}

	.bio_text {
		width: 50%;
		max-width: none;
		font-size: 1.2rem;
	}

}