

html,
body {

	background-color: #fff;
	color: #555;
	font-family: 'Lato', 'Arial', 'sans-serif';
	font-weight: 300;
	font-size: 20px;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
    scroll-behavior: smooth;
}

.container-fluid {
    padding: 0;
}
.row{
	max-width: 1140px;
	margin: 0 auto;
}



.clearfix {zoom:1}
.clearfix:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}


.logo{
    height: 150px;
    float: right;
    width: auto;
    margin-top:10px;
    margin-left: 20px;
    margin-right: 10px;
    border: 5px solid burlywood;
    border-radius: 100px;
   
    
   
}







.navbar {
    background:black;
    border: 5px solid burlywood;
    z-index: 9999;
    position: fixed;
    margin-top: 30px;
    
  
   
    
}




#item1, #item2, #item3{
    background: -webkit-linear-gradient(154deg, #0000ff 12.50%, #ffffff 12.50%, #ffffff 25%, #ff0000 25%, #ff0000 37.50%, #fff 37.50%, #fff 50%, #0000ff 50%, #0000ff 62.50%, #ffffff 62.50%, #ffffff 75%, #ff0000 75%, #ff0000 87.50%, #fff 87.50%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    
}



#item1:hover,
#item1:active{
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
}

#item2:hover,
#item2:active{
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
}

#item3:hover,
#item3:active{
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
}






.hero-text-box {
    position: absolute;
	
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
    color: white;
}


.hero-text-box h1 {
    font-size: 239%;
}

header {
	background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../images/tt.png);
	background-size: cover;
	background-position: center;
	height: 100vh;
    
	background-attachment: fixed;
}



.about-section {
    background-color: white;
    padding-bottom: 40px;
}

#ben{
    float: right;
    height: 400px;
    width: auto;

    border: 5px solid burlywood;
    border-radius: 5px;
}




#about {
    text-decoration: underline burlywood;
    
}


.bio {
    padding-top: 40px;
    text-align: center;
}


.bio-pic {
    padding-top: 40px;
}



.section-client {
    
	padding:0;
    background-color: black;
    padding-top: 20px;
}


#wwo {
    text-decoration: underline burlywood;
    padding-bottom: 20px;
}
.client-showcase {
    padding-right: 50px;
	list-style: none;
	width: 100%;
    

}

.client-showcase li {
    
	display: block;
	float: left;
	width: 25%;

}


.client-photo {
	width: 100%
	margin-bottom:0;
    overflow: hidden;
	background-color: #000;
}



.client-photo img {
	opacity: 0.7;
	width: 100%;
	height: 275px;
	transform: scale(1.25);
	transition: transform 0.5s, opacity 0.5s;
}


.client-photo img:hover{
	opacity: 1;
	transform: scale(1.03);
}


*:focus{outline: none;}




#trop {
    float: left;
    height: 300px;
    width: auto;

    border: 5px solid burlywood;
    border-radius: 5px;
}


#contact-head {
    text-decoration: underline burlywood;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-section {
    margin-bottom: 150px;
}


ion-icon {
    padding-right: 10px;
    
}

#b-button:hover, 
#b-button:active {
     -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
}



#jets {
    color: burlywood;
}



#b-button {
    margin-top: 10px;
    background-color: black;
    text-decoration: underline;
    font-size: 150%;
    
    
    border: 5px solid burlywood;
    border-radius: 20px;
}




footer {
    background-color:black;
    padding-top: 30px;
}



.footer-nav li a:hover,
.footer-nav li a:active{
    color: firebrick;
    cursor: pointer;

}

.footer-nav {
    
    list-style: none;
    text-align: center;
    font-size: 80%;
}

.footer-nav li  {
    
    display: inline-block;
    margin: 0 100px;
}

.footer-nav li a {
    color: burlywood;
}



#copy-right{
    color: burlywood;
    text-align: center;
    margin-top: 40px;
}