/* CSS Document */
body {
	font-family: 'Lato', sans-serif;
	margin: 0;
}

ul#interest{
	font-size:15px;
	line-height: 1.9; /* 1.6 to 2 is usually a good range */

}

p.text-center.pt-2#smaller{
	font-size:14px !important;
}

.navbar,
.container-fluid {
  margin-bottom: 0;
  padding-bottom: 0;
}

nav.navbar {
  position: sticky;
  top: 0;
  z-index: 1030; /* High enough to stay above content */
}

ul{
	font-size:20px;
	padding-left: 3vw;
}

p{
	font-size: 20px !important;
}

.radius{
	border-radius: 20px;
	margin-top: 30px;
	
}

.navbar a{
	
	border-radius: 10px;
	font-size: 15px;
}

.nav-link.active {
  color: #15540b !important;
}

.btn .btn-lg{
	color:#15540b !important;
}

.navbar a:hover {
  color: #15540b;
	transition: 1s;
	border-radius: 16px;
	text-decoration: none;
	font-size: 17px;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 5px;
	color: #fff;
	text-align: center;
	margin: 10px;
	margin-bottom: 10px;
	line-height: normal;
	text-transform: uppercase;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	letter-spacing: 5px;
	color: #fff;
	text-align: center;
	margin: 0;
}
h3 {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #999;
	letter-spacing: 1px;
	font-weight: 700;
	width: 100%;
	padding-bottom: 3px;
}
h4 {
	font-size: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #999;
}
p {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	color: #34495e;
	text-align: left;
	padding-top: 20px;
	border-top: thin double #e0e0e0;
}
ul#supersized {
	margin: 0;
	padding:0;
}
ul#supersized img {
	max-width: none;
}
/* Header */ 

#header {
	position: relative;
	height: auto;
	padding-top: 230px;
	padding-bottom: 230px;
	background-color: rgba(0, 0, 0, 0.5);
}
#subheading {
	padding: 10px;
	width: 500px;
	background-color: #15540b;
	opacity: 0.7;
	margin: 0 auto;
	text-transform: uppercase;
	line-height: normal;
}
/* Sections */
section.white {
	background-color: rgba(255, 255, 255, 1);
	padding: 60px 0 100px;
}
section.white h2, section.grey h2 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	letter-spacing: normal;
	color: #34495e;
	text-align: center;
	margin: 0 0 40px;
	font-weight: 400;
	text-transform: uppercase
}
section.grey {
	background: #ecf0f1;
	padding: 60px 0 100px;
}
section.empty {
	background-color: rgba(0, 0, 0, 0.5);
	height: 200px;
}
.item {

	padding-bottom: 20px;

}

.portfolio a {
	display: block;
	filter: alpha(opacity=50);
	opacity: 0.70;
	transition: ease .75s all;
	-webkit-transition: ease .75s all;
	-moz-transition: ease .75s all;
	-o-transition: ease .75s all;
}
.portfolio a:hover {
	transition: ease .75s all;
	-webkit-transition: ease .75s all;
	-moz-transition: ease .75s all;
	-o-transition: ease .75s all;
	filter: alpha(opacity=100);
	opacity: 1;
}
.portfolio a:hover, .portfolio a:focus {
	text-decoration: none;
}
.portfolio a:hover h4 {
	filter: alpha(opacity=100);
	opacity: 1;
}
.portfolio h4 {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
	background: rgba(0,0,0,0.60);
	margin: 0;
	position: relative;
	margin-top: -24px;
	filter: alpha(opacity=0);
	opacity: 0;
}
img#about {
	margin-bottom: 30px;
}
.img-circle {
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
#contact-btn {
	margin-top: 40px;
}
.btn-custom {
	background-color: hsl(201, 100%, 39%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0087d1", endColorstr="#0081c6");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#0087d1), to(#0081c6));
	background-image: -moz-linear-gradient(top, #0087d1, #0081c6);
	background-image: -ms-linear-gradient(top, #0087d1, #0081c6);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0087d1), color-stop(100%, #0081c6));
	background-image: -webkit-linear-gradient(top, #0087d1, #0081c6);
	background-image: -o-linear-gradient(top, #0087d1, #0081c6);
	background-image: linear-gradient(#0087d1, #0081c6);
	border-color: #0081c6 #0081c6 hsl(201, 100%, 38.5%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.03);
	-webkit-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
	border: none;
	border-radius: 0;
}
footer {
	height: auto;
	background-color: #2C2E2D;
	padding: 20px 0px 10px 0px;
	text-align: center;
}
footer h4 {
	font-weight: 400;
	letter-spacing: 1px;
}

/*Media Queries*/
     @media (min-width: 650px) and (max-width: 980px) {
    ul.portfolio {
        width: 640px;
    }
    
    ul.portfolio li {
        padding-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;    
    }
    
}
    /* Portrait tablet to landscape and desktop */
    @media (min-width: 768px) and (max-width: 979px) {
		
		
		}
     
    /* Landscape phone to portrait tablet */
    @media (max-width: 767px) { 
	header, section, footer {
		margin:0 -20px;
	}
	section p {
		padding:0 40px;
	}
	h1 {
        font-size: 35px;
        letter-spacing: 4px;
    }
    
    h2 {
        font-size: 12px;
        letter-spacing: 3px;
    }
    
    #subheading {
        width: 350px;
    }
		
	html, body {
  		overflow-x: hidden;
 		 width: 100%;
}
	
		
	
	 }
	 @media (min-width: 0px) and (max-width: 659px) {  
    
    ul.portfolio {
        width: 300px;
    }
    
    ul.portfolio li {
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }

    ul.portfolio a {
	   filter: alpha(opacity=100); opacity: 1;
    }
   
    
}
     
    /* Landscape phones and down */
    @media (max-width: 480px) { 
	
	h1 {
        font-size: 25px;
        letter-spacing: 1px;
		padding:15px;

    }
		iframe{
			padding:15px;
		}
		
		
		
	ul{
		padding-left: 40px;
	}
		
		footer img{
			padding:15px;
		}
		
    h2 {
        font-size: 11px;
        letter-spacing: 1px;
		padding:15px;
    }
    
    p {
        font-size: 12px;
		line-height:22px;
    }
	
    
    #subheading {
        width: 240px;
    }
    
    #header {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    

    img#about {
        width: 60%;
    }
    
	
	 }