
body{
	background-color: white;
	margin: 0;

}
.navList a{
	color: white;
}

.hr-vertical{
	width: 3px;
	height: 100px;
	padding: 0;
	margin-left: 25px;
	margin-top: 150px;
}

h1{font-family: Impact, Charcoal, sans-serif}

.menu{
	margin-top: 6px;
	height: 35px;
	margin-left: 50px;
}

.jumbo-content h1 {font-size: 4em;}
.jumbo-content p {font-size: 1.5em;}
.jumbo-content{

margin-top: 100px;

}

.overlay-dark {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7);
}

.jumbo-section{
	background-image: url('../photos/banner.png');
	height: 100vh;

	color: white;
	background-repeat: no-repeat;
	background-size: cover;
}


.nav-section{
	background-color: white;

	height: 50px;
	border-bottom: 2px solid #282c34;

-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.75);
}




.navMenu{

	background-color: white;
	color: #282c34;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

}

.nav-container{

}


.navList{
	margin-left: 25vw;
	
	
	
}

.navList .list-inline-item:hover {
  color: #ff5733;
  border-bottom: 2px solid #ff5733;
  padding-bottom: 8px;
}

.navList .list-inline-item{
	margin-left: 25px;
	font-size: 18px;
	font-weight: bold;
}

.hr{

	width: 2vw;
	padding-right: 0;

}

.content-image img{
	
	width: 55vw;
	margin-top: 60px;
	margin-left: 15px;
}





.sticky-btn{
	margin-bottom: 150px;
	margin-left: 10px;
}




.example_b {
color: #fff !important;
text-transform: uppercase;
text-decoration: none;
background: #60a3bc;
padding: 20px;
border-radius: 50px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
float: left;
}


.example_b:hover {
text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}






.banner{

	min-height: 400px;
	text-align: center;
	margin-top: 25px;
	background-image: url('../photos/banner.png');
	background-size: 100vw 400px;



}

.bannerText{
	min-height: 300px;
}



.content{
	padding-top: 150px;
	padding-bottom: 100px;

	min-height: 300px;
	text-align: center;
	color: #282c34;
}

.container{
	padding-top: 50px;
}

.gallery img{

	  box-shadow: 0 2px 1px rgba(255,255,255,0.09), 
              0 4px 2px rgba(255,255,255,.09), 
              0 8px 4px rgba(255,255,255,0.09), 
              0 16px 8px rgba(255,255,255,0.09),
              0 32px 16px rgba(255,255,255,0.09);

}
.gallery{

	text-align: center;
	padding-top: 50px;
}


hr{
	background-color: #ff5733;
	border-width: 2px;
	width: 150px;
	margin-top: 2px;

}

.section-divider{
	background-color: #282c34;
	border-width: 3px;
	width: 25vw;
	margin-top: 2px;
}

.dev-logo{
	height: 50px;
}







