body{
    font-size: 14px;
    letter-spacing: 1px;
    color: #333;
    background-color: white;
}

@font-face {
  font-family: BrittanySignature;
  src: url(BrittanySignature.ttf);
}

.contactSection {
	background-color: #FFE5E7;
  	color: black;
}
.projectSection {
	background-color: black;
  	color: white;
}


.overlay{
    width:100%;
    height:100%;
    position: absolute;
    z-index: 3;
    background-color: rgba(0,0,0,0.4);
}
.slides-navigation .prev, .slides-navigation .next{
    width:47px;
    height:47px;    
    background-size: cover;
    background-repeat: no-repeat;
}
.slides-navigation a.prev{
    left:20px;
    background-image: url(../imgs/icons/previous.png);
}

.slides-navigation a.next{
    right:20px;
    background-image: url(../imgs/icons/next.png);
}

.titleMessage{
    position: absolute;
    width:100%;
    height: 250px;
    top: 50%;
    z-index: 5;
    text-align: center;
    margin-top: -125px;
    font-family: "BrittanySignature";
  
}

.slides-navigation{
    z-index:6;
}

.titleMessage .heading p{
    color:#9b423b;
    /*text-shadow:  0 0 2px rgba(0, 0, 0, 1), 0 0 3px rgba(0, 0, 0, 1);
     font-weight: 400; 
    letter-spacing: 7px;
    text-transform: uppercase;
    font-family: "Roboto Mono", "monospace";*/
}

.titleMessage .heading .main{
    font-size: 9vw;
    font-weight: 100;
  	line-height: 1.6;
}

.titleMessage .heading .sub{
    font-size: 23px;
    font-weight: 400;
}

.section{
    padding: 100px 0;
}

.aboutImg{
    max-width: 100%;
}


.squareItem{
    margin-top:30px;
    position: relative;
}
.squareInnerContainer{
    position: relative;
    padding: 50px 15px 35px;
    text-align: center;
    border: 2px solid #444;
    border-top: none;
}

.squareInnerContainer:before, 
.squareInnerContainer:after{
    content: '';
    position: absolute;
    top:0px;
    width: 30%;
    border-bottom: 2px solid #444;
}

.squareInnerContainer:before{
    right: 0px;
}
.squareInnerContainer:after{
    left: 0px;
}

.squareContent h2{
    font-size: 56px;
    margin-bottom:10px;
    font-weight: 400;
    color: black;
    
    /* color: #ff3f34; */
}   

.squareContent h3{ 
    font-size: 13px;
    margin: 0px;
    font-weight: 600;
}

.fa-clock, .fa-laptop-code, .fa-award, .fa-cloud{
    position: absolute;
    left: 50%;
    top: -30px;
    width: 40%;
    height: 50px;
    font-size: 45px;
    margin-left: -20%;
    
}

 .contactButton{
    background-color: black;
   	color: white;
    padding: 15px;
    display: inline-block;
    margin-top:20px;
    border: 1px solid #FFD3D6;
    border-radius: 5px;
} 

.contactButton:hover{
    /* text-decoration: none; */
    color: black;
  	background-color:white;
    
    /* color: #ff3f34; */
    /* background-color: white; */
}

.filter a{
    color: gray;
    border: 1px solid gray;
    padding:10px 18px;
    display: block;
}

.filter li{
    display: inline-block;
    padding: 5px;
}

.filter .current{
    /* background-color: #ff3f34;
    border-color: #ff3f34; */
    background-color: black;
    border-color: black;

    color: white;
}

.filter{
    text-align: center;
    width: 100%;
}

.section .heading{
    text-align: center;
    padding-bottom: 40px;
    width:100%;
}

.items li img{
    width: 100%;
    
    -webkit-transition: all 0.2s linear, 1s;
    -moz-transition: all 0.2s linear, 1s;
    -o-transition: all 0.2s linear, 1s;
    -ms-transition: all 0.2s linear, 1s;
    -transition: all 0.2s linear, 1s;
}

.items li{
    display: inline-block;
    padding: 5px;
}
.itemsContainer{
    width:100%;
}

.items .item{
    position: relative;
    display: block;
    overflow: hidden;
}

.items .icons{
    position: absolute;
    width: 90px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin: -20px auto 0 -47px;
    text-align: center;
    z-index: 3;
}
.items .icons i{
    color: white;
    font-size: 20px;
    margin-top: 9px;
}
.items a{
    width: 40px;
    height: 40px;
    background-color: black; 
    /* background-color: #ff3f34;  */
    position: relative;
    display:inline-block;
    
    -webkit-transition: all 0.2s linear, 0.2s;
    -moz-transition: all 0.2s linear, 0.2s;
    -o-transition: all 0.2s linear, 0.2s;
    -ms-transition: all 0.2s linear, 0.2s;
    -transition: all 0.2s linear, 0.2s;
}

.items .imageOverlay{
    width: 100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;

    -webkit-transition: all 0.2s linear, 1s;
    -moz-transition: all 0.2s linear, 1s;
    -o-transition: all 0.2s linear, 1s;
    -ms-transition: all 0.2s linear, 1s;
    -transition: all 0.2s linear, 1s;
}

.items .item:hover .imageOverlay{
    opacity: 1;
}

.items .openButton{
    float: left;
    left: -200px;
}
.items .projectLink{
    float: right;
    right: -200px;
}

.items .item:hover .openButton{
    left: 0px;
}
.items .item:hover .projectLink{
    right:0px;
}

.items .item:hover img{
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -transform: scale(1.05, 1.05);
}

.items{
    padding: 0px;
}

.copyrightSection{
    background-color: black;
    color: white;
    padding: 30px 5px;
}

.copyrightSection p{
    margin: 0;
}

#navigation{
    /* background-color: #ff3f34; */
    background-color: black;
    z-index: 100;
    width:100%;
}

#navigation li{
    padding: 0 10px;
}

#navigation li a{
    color: white;
}

.navbar-brand, .navbar-brand:hover{
    color: white;
}

 #navigation li a:hover{
    /* color: black; */
    color: maroon;
}

.navbar-toggler-icon{
    background-image: url("../imgs/icons/menu.png");
}

.navbar-toggler{
    padding: 0;
}

.fixedNav #navigation{
    position: fixed;
    top:0;
}

.loader{
    width: 100%;
    height: 100%;
    background-color: white;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.loader .inner{
    width: 100%;
    height: 100%;
    background-image: url(../imgs/loader.gif);
    background-position: center; 
    background-repeat: no-repeat;
}