/*//////////////////////////////////////////////////////////////////////// GLOBAL //////////////*/
/*@font-face{ font-family: 'xy'; src: url(xy.ttf);*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: white;
    background-color:  #d4d4d4;
}
h2{
	font-family: Ubuntu;
	color: #000;
	font-size: 18px;
	text-align: right;
	
}
h6{
	font-family: Ubuntu;
	color: #000;
	font-size: 18px;
	text-align: center;
	
}

.container{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
a:link {
	color: black; 
	text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
  color: red;
}

.slide-center-out 
{
text-decoration:none;
display: inline-block;
color:red;
}

.slide-center-out:after 
{
content: '';
display: block;
height: 2px;
width: 0;
background: transparent;
transition: width .5s ease, background-color .5s ease;
-webkit-transition: width .5s ease, background-color .5s ease;
-moz-transition: width .5s ease, background-color .5s ease;
 
margin:auto;
}
.slide-center-out:hover:after 
{
width: 100%;
background: red;
}
/*//////////////////////////////////////////////////////////////////////// GLOBAL //////////////*/




/*//////////////////////////////////////////////////////////////////////// HEADER //////////////*/
header{
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #d4d4d4;
    color: black;
}

header .container{
	background-image: url('img/logo_466.png');
background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
   /* justify-content: space-between;*/
    padding: 15px 0px;
}

header h1{
    font-size: 30px;
    line-height: 0.9;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
}



header nav{
    padding-top: 34px;
    display: block;
}


header nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;  
}

header nav ul li{
	font-family: Ubuntu;
    font-size: 20px;
    line-height: 0.9;
    text-align: center;
    padding: 0px;
    list-style: none;
    padding: 0px;
    transition: all 200ms;
    margin-left: 30px;  
}

header nav ul li a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: white;
    
}

.icons{
    text-align: center;
	
}

.icons ul{
    padding-top: 31px;
    list-style: none;
    text-align: right;
}

.icons ul li{
    margin-left: 20px;
}

.icons ul li:hover a{
    color: #b7b7b7;
}


@media screen and (max-width:780px){
    header nav ul{
    flex-direction: column;
    text-align: center;
    }
    
    header .container{
		background-image: url('img/logo_358.png');
background-repeat: no-repeat;
    flex-direction: column;
    justify-content: center;
        }
    
    header nav ul li{
        padding: 5px 0px;
    margin-left: 0px;  
}
    
    header nav{
    padding-top: 10px;
}
    
    .icons ul{
        padding-top: 0px;
		
    }
    
    .icons{
        margin: auto;
        margin-top: 10px;
		
    }
    
    .icons ul li{
    margin: 0px 10px;
}    
    
    .nav-toggle-label{
    display: block;
}
    
    header nav{
    display: none;
}
    
    header .icons{
        display: none;
    }
}
/*//////////////////////////////////////////////////////////////////////// HEADER //////////////*/




/*//////////////////////////////////////////////////////////////////////// HERO //////////////*/
#hero{
    background-image: url(img/b1.jpeg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;

    min-height: 500px;
}

#hero .container{
    min-height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0px;
}

#hero h2{
    font-size: 50px;
}

#hero p{
    font-size: 30px;
}
/*//////////////////////////////////////////////////////////////////////// HERO //////////////*/




/*//////////////////////////////////////////////////////////////////////// SERVICE //////////////*/
#service .container{
    padding: 30px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #c9c9c9;
}

#service{
    background-color: #c9c9c9;
}

#projects{
	margin-top: 75px;
	margin-bottom: 30px;
	background-color: #d4d4d4;
	font-family: Ubuntu, sans-serif;
}

#projects .container{
    
}


#projects .project_box{
    float: left;
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: 10px 10px;
}

#projects:after{
    content: "";
    display: table;
    clear: both;
}

.box{
    color: white;
    width: 30%;
    padding: 20px;
    margin: 0px 0px;
    text-align: center;
    
    transition: all 400ms;
}


.box i{
    margin-bottom: 10px;
}


@media screen and (max-width:780px){

    .box{
        width: 50%;
    }
    
    #projects .project_box{
        width: 100%;
    }
    
    
    #projects .container #column1{
        width: 100%;
    }
    
    #projects .container #column2{
        width: 48%;
    }
    
    #projects .container #column3{
        width: 48%;
    }
    
}
    
@media screen and (max-width:500px){
	header .container{
		background-image: url('img/logo_265_one.png');
background-repeat: no-repeat;
}
 #service .container{
    flex-direction: column;
    justify-content: center;
}
    
 #projects .container{
    flex-direction: column;
    justify-content: center;
}
    
    .box{
        width: 100%;
    }
    
    #projects .container #column1{
        width: 100%;
    }
    
    #projects .container #column2{
        width: 100%;
    }
    
    #projects .container #column3{
        width: 100%;
    }
    
    #projects .project_box{
        width: 100%;
    }
    
}

.box:hover{
    background-color: white;
    border-radius: 0px;
    color:  #faa400;
    transition: all 400ms;
}


.project_box{
    padding: 0;
    background-color: white;
    color: black;
}


.card_top{
	
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.card_top h3{
    font-size: 20px;
    line-height: 0.9;
}

.card_top h4{
    padding-top:;
    font-size: 20px;
    line-height: 0.9;
    font-weight: 100;
}


.card_mid{
    width: 100%;
    margin: 0;
    padding: 0;
}

.card_mid img{
    width: 100%;
    margin: 0;
    padding: 0;
}

.card_bot{
    margin: 0;
    padding: 15px 15px 25px 15px;
    text-align: justify;
}

.info{
	font-family: Ubuntu;
	color: #fff;
	margin: 0;
	padding: 13px 13px 13px 13px;
	text-align: justify;
	background: #00356e;
	font-size: 12px;
}


/*//////////////////////////////////////////////////////////////////////// ABOUT //////////////*/
#about{
    margin-top: 20px;

}

#about .container{
    
}

/*//////////////////////////////////////////////////////////////////////// HERO //////////////*/


/*//////////////////////////////////////////////////////////////////////// HEADER //////////////*/
footer{
    width: 100%;
    background-color: #d4d4d4;
}

footer .container{
    display: flex;
    flex-wrap: wrap;
   /* justify-content: space-between;*/
    padding: 3px 0px;
}

footer h1{
    font-size: 30px;
    line-height: 0.9;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
}

footer nav{
    padding-top: 3px;
	padding-bottom: 3px;
}

footer nav ul{
    display: flex;
    flex-wrap: wrap; 
}

footer nav ul li:hover{
    border-radius: 2px;
    transition: all 200ms;
}

footer nav ul li:hover a{
    color: #b7b7b7;
}

footer h1:hover{
    transition: all 200ms;
    color: #b7b7b7;
}

footer a{
    text-decoration: none;
    color: #00356e;
}

footer .icons{
    margin-right: auto; 
}

footer .icons ul{
    padding-top: 0px;
    list-style: none;
   	text-align: right;
}

footer .icons ul li{
    margin-right: 20px;
	text-align: right;
}

footer .icons ul li:hover a{
    color: #b7b7b7;
}


@media screen and (max-width:500px){
    footer nav ul{
    flex-direction: column;
    text-align: center;
    }
    
    footer .container{
    flex-direction: column;
    justify-content: center;
        }
    
    footer nav ul li{
        padding: 5px 0px;
    margin-left: 0px;  
}
    
    footer nav{
    padding-top: 10px;
}
    
}

@media screen and (max-width:650px){
	
   header .container{
		background-image: url('img/logo_358.png');
background-repeat: no-repeat;
}
    footer .container{
    justify-content: center;
        }
    
        footer nav{
    padding-top: 10px;
}
    
        footer nav ul li{
            padding-top: 10px;
        margin-left: 0px;
        margin: 0px 10px;
    }
}
/*//////////////////////////////////////////////////////////////////////// HEADER //////////////*/
