
/* Default */
/* ======= Base ======= */
body {
  font-family: 'Lato', arial, sans-serif;
  color: #444444;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #17baef;
}
a {
  color: #17baef;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #2a3744;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-family: 'Montserrat', arial, sans-serif;
  padding: 8px 16px;
  font-weight: bold;
}
.btn .fa,
a.btn .fa {
  margin-right: 5px;
}
.btn:focus,
a.btn:focus {
  color: #fff;
}
a.btn-cta-primary,
.btn-cta-primary {
  background: #074f66;
  border: 1px solid #074f66;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
a.btn-cta-primary:hover,
.btn-cta-primary:hover {
  background: #053c4e;
  border: 1px solid #053c4e;
  color: #fff;
}
a.btn-cta-secondary,
.btn-cta-secondary {
  background: #eebf3f;
  border: 1px solid #eebf3f;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
a.btn-cta-secondary:hover,
.btn-cta-secondary:hover {
  background: #ecb728;
  border: 1px solid #ecb728;
  color: #fff;
}
.text-highlight {
  color: #074f66;
}
.offset-header {
  padding-top: 90px;
}
pre code {
  font-size: 16px;
}











/* ======= FilterButtons ======= */

.fbtn {
  border: none;
  font-family: inherit;
  font-size: 12px;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 7px 12px;
  display: inline-block;
  margin: 3px 2px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.fbtn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

/* Button 1 */
.filterPos {
margin-left: -4px;
margin-bottom: 50px;
}

.titlePos {
margin-left: -8px;
color: #2a3744;
}

/* Button 1 */
.fbtn-1 {
  border: 2px solid #fff;
  background: #ccc;
  color: #fff;
}

.fbtn-1:hover,
.fbtn-1:active {
  border: 2px solid #2a3744;
  color: #2a3744;
  background: #fff;
}

.is-checked{
  border: 2px solid #2a3744;
  color: #2a3744;
  background: #fff;
}












/* ======= Tile Details ======= */

   
#tiletitle {
  font-family: 'Montserrat', arial, sans-serif;
  font-weight: 400;
  opacity: 0;
  position:absolute;
  bottom:48%;
  width:100%;
  font-size: 22px; 
  letter-spacing: 0em;
  text-transform: none;
  color: #fff; 
  text-align:center; 

}


#tiledescription{
  opacity: 0;
  position:absolute;
  bottom:38%;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 13px;
  width:100%;
  color: #fff;
  min-height:20px; 
  text-align:center;  
  margin: 0 auto; 
 
}


.boxcolour {
  background-color:#2a3744;
  }

#fades{
  display:inline-block;
  float: left; 
  position:relative;
  text-align:center;
  } 
      
  
#fades img {

  width:100%; 
  height:100%;
  margin: 0 auto;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  }
  
  
#fades:hover  img {
  opacity: 0.1;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }         
  
#fades:hover #tiletitle {
  opacity: 0.1;

  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }
  
#fades:hover  #tiledescription {
  opacity: 0.1;
 
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }
















/* ======= Header ======= */
.header {
  padding: 10px 0;
  background: #2a3744;
  color: #fff;
  position: fixed;
  width: 100%;
}
.header.navbar-fixed-top {
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.header.navbar-fixed-top .main-nav .nav .nav-item a {
  color: #666666;
}
.header .logo {
  margin: 0;
  font-size: 28px;
  padding-top: 10px;

}




.wholeLogo {
  fill: #232d38; 
  width :50px;
  height :50px;
  padding-bottom:5px;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

}

.wholeLogo:hover {
  fill: #ecd529; 
}







/* .header .brand  {
  opacity: 0.3;
  width :50px;
  height :50px;
  padding-bottom:5px;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

}*/





.header .main-nav button {
  background: #232d38;
  color: #fff !important;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .main-nav button:focus {
  outline: none;
}
.header .main-nav button .icon-bar {
  background-color: #ecd529;
}
.header .main-nav .navbar-collapse {
  padding: 0;
}
.header .main-nav .nav .nav-item {
  font-weight: normal;
  margin-right: 30px;
  font-family: 'Montserrat', sans-serif;
}
.header .main-nav .nav .nav-item.active a {
  color: #ecd529;
  background: none;
}
.header .main-nav .nav .nav-item a {
  color: #ecd529;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 14px;
  padding: 15px 10px;
}
.header .main-nav .nav .nav-item a:hover {
  color: #ccc;
  background: none;
}
.header .main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .nav-item.active {
  color: #2a3744;
}
.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}












/* ======= Promo Section ======= */
.promo {

  background: #ecd529;
  color: #fff;
  padding-top: 100px;
}
.promo .title {
  width: 500px;
  font-size: 100px;
  letter-spacing: -0.1em;
  line-height: 69px;
  color: #2a3744;
  margin-top: 0;
  margin-bottom: 50px;
}

.promo .brand  {
  opacity: 0.6;
  width :20px;
  height :20px;
 margin-bottom: -33px;
 margin-left: 17px;


}


.promo .wholeLogo {
  fill: #232d38; 

    width :25px;
  height :25px;
  margin-bottom: -5px;
}




.promo .title .highlight {
  color: #232d38;
}
.promo .title .tweak {
  margin-left: 3px;
}


.promo .intro {
  font-size: 28px;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.promo .btns .btn {
  margin-right: 15px;
  font-size: 18px;
  padding: 8px 30px;
}
.promo .meta {
  margin-top: 120px;
  margin-bottom: 30px;
  color: #0a7396;
}
.promo .meta li {
  margin-right: 15px;
}
.promo .meta a {
  color: #0a7396;
}
.promo .meta a:hover {
  color: #074f66;
}
.promo .social-media {
  background: #0c86ae;
  padding: 10px 0;
  margin: 0 auto;
}
.promo .social-media li {
  margin-top: 15px;
}
.promo .social-media li.facebook-like {
  margin-top: 0;
  position: relative;
  top: -5px;
}











/* ======= About Section ======= */
.about {
  padding: 80px 0;
  background: #f5f5f5;
}
.about .title {
  color: #2a3744;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
}
.about .intro {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.about .item {
  position: relative;
  margin-bottom: 30px;
}
.about .item .icon-holder {
  position: absolute;
  left: 30px;
  top: 0;
}
.about .item .icon-holder .fa {
  font-size: 24px;
  color: #074f66;
}
.about .item .content {
  padding-left: 60px;
}
.about .item .content .sub-title {
  margin-top: 0;
  color: #074f66;
  font-size: 18px;
}










/* ======= Docs Section ======= */
.docs {
  padding: 80px 0;
  background: #fff;
}
.docs .title {
  color: #074f66;
  margin-top: 0;
  margin-bottom: 30px;
}
.docs .item {
  position: relative;
  margin-bottom: 30px;
}
.docs .block {
  margin-bottom: 60px;
}













/* ======= Contact Section ======= */
.contact {
  padding: 80px 0;
  background: #ecd529;
  color: #fff;
}
.contact .contact-inner {
  max-width: 760px;
  margin: 0 auto;
}
.contact .title {
  color: #2a3744;
  margin-top: 0;
  margin-bottom: 30px;
}
.contact .intro {
  margin-bottom: 60px;
}
.contact a {
  color: #074f66;
}
.contact a:hover {
  color: #042a36;
}

.contact .info .sub-title {
  color: #2a3744;
  margin-bottom: 30px;
  margin-top: 0;
}
/*.contact .social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
  display: inline-block;
  margin: 0 auto;
}
.contact .social-icons li {
  float: left;
}
.contact .social-icons li.last {
  margin-right: 0;
}
.contact .social-icons a {
  display: inline-block;
  background: #2a3744;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 8px;
  float: left;
}
.contact .social-icons a:hover {
  background: #fff;
}
.contact .social-icons a .fa {
  color: #ecd529;
}
.contact .social-icons a .fa:before {
  font-size: 26px;
  text-align: center;
  padding: 0;
}*/

.contact .tweakIcons  {
  padding-top: 10px;


 margin-right: -10px;
    
}
.contact .socialLogo {
  fill: #2a3744; 
  width :70px;
  height :70px;
  padding-bottom:5px;
  margin-right: 10px;
    -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

}

.contact .socialLogo:hover {
  fill: #ffffff; 
      -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

}

.contact .centericons  {

  margin-right: -10px;

    
}










/* ======= Footer ======= */
.footer {
  padding: 15px 0;
  background: #2a3744;
  color: #ecd529;
}
.footer .copyright {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .fa-heart {
  color: #fb866a;
}













/* ======= Project Section ======= */
.project {
  padding: 0px 0;
  background: #ffffff;
}



.project .projectinfo  {
  max-width: 200px; 
 
  position:fixed;
  text-align:center; 
  margin:0 auto; 
  bottom:0; 
  margin-bottom:45px; 
}

.project .title {
  color: #2a3744;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.project .creds  {
  color: #ccc;
  margin-top: 5px;
  margin-bottom: 6px;
text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 11px;


}

.project .tweak  {

  margin-top: 18px;


}


.project .mainImagePadding  {

  margin-bottom: 30px;


}


.project .navicons {
  fill: #ccc; 
  width :30px;
  height :30px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;


}



.project .navicons:hover {
  fill: #2a3744; 
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}


.project .wholeLogo:hover {
  fill: #ecd529; 
}


.project .wholeLogo {
  fill: #ccc; 
  width :50px;
  height :50px;
  padding-bottom:5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

}

.project .wholeLogo:hover {
  fill: #ecd529; 
}




.project .projectreturn  {
  text-align:left; 
  color: #cccccc;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

  }

.project .projectreturn:hover {
  color: #2a3744;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;


}

.project .centericons  {

  margin-right: -10px;

    
}

.project .TTTicons {
  fill: #2a3744;
    width :40px;
  height :40px; 
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

}



.project .TTTicons:hover {
  fill: #ffffff; 
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

}


.slideBackG {

position: inherit;
background-color: #ccc;
background: #ccc;

}

.slideBelow {
  position: inherit;
  /*position: inherit;*/
padding-top: 420px;



}

.slidePaddingTopItem {
margin-top: -20px;
padding-bottom: 10px;
background-color: #ccc;
background: #ccc;

}

.slidePadding {
padding-top: 20px;
padding-bottom: 110px;
background-color: #ccc;
background: #ccc;

}

.captionBlock {
margin-top: 30px;
padding-top: 50px;
padding-bottom: 5px;
background: #ccc;

}

.captionFormat {
margin-left: 63px;
margin-right: 450px;


}


.captionBlock .credsColour  {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 6px;
text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.65em  ;

}

.captionBlock .sub-title {
  color: #2a3744;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 400;
  font-size: 16px;
}
.captionBlock .captionText {

  font-weight: 400;
  font-size: 0.84em  ;
}


.topBlock {
margin-top: 0px;


}

.paddingTopImage {
  padding-top: 40px;
background-color: #ccc;
background: #ccc;

}
.minusPaddingTopImage {
  margin-top: -20px;
background-color: #ccc;
background: #ccc;

}


.capBtn {
  border: none;
  font-family: inherit;

  color: inherit;
  background: none;
  cursor: pointer;
  padding: 5px 9px;
  display: inline-block;
  margin-top:12px;
  margin-left: 0px; 

  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

  font-size: 0.65em
}

.capBtn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}


/* Button 1 */
.capBtn {
  border: 2px solid #fff;
  background: #ccc;
  color: #fff;
}

.capBtn:hover,
.capBtn:active {
  border: 2px solid #2a3744;
  color: #2a3744;
  background: #ccc;
}




/* Fade transition for carousel items */
/*.carousel .item {

    left: 0 !important;
      -webkit-transition: opacity .001s; 
         -moz-transition: opacity .001s;
           -o-transition: opacity .001s;
              transition: opacity .001s;


}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}



.GoLeft {
position: absolute;
left: 10px;
margin-top : -500px;

}

.GoRight {
position: absolute;
right: 10px;
margin-top: -500px;

}

.project .slideIcons:hover {
  fill: #2a3744; 
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.project .slideIcons {
  fill: #bcbcbc; 
  width :50px;
  height :50px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;


}*/

/*.slideBG {
padding-top: 80px;
padding-bottom: 100px;
background-color: #ccc;
background: #ccc;

}

.slideBGdulux {
padding-top: 20px;
padding-bottom: 0px;
background-color: #ccc;
background: #ccc;

}*/

















/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .header .main-nav button {
    margin-right: 0;
  }
  .header .main-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .promo .btns .btn {
    margin-right: 0;
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
  .promo .title {
    font-size: 66px;
  }
  .promo .meta {
    margin-top: 60px;
  }
  .promo .meta li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
  .contact .author-message {
    text-align: center;
  }
  .contact .author-message .profile {
    position: static;
    margin: 0 auto;
    margin-bottom: 30px;
  }
 
  .contact .social-icons a {
    width: 50px;
    height: 50px;
    padding-top: 12px;
    margin-right: 8px;
  }
  .contact .social-icons a .fa:before {
    font-size: 26px;
  }


.project .projectinfo  {
  max-width: 98%; 
  float:center;
  position: relative;
  text-align:center; 
  margin:0 auto; 
  bottom:0; 
  margin-bottom:40px; 

  }


.project .wholeLogo {

  width :40px;
  height :40px;



}
.project .projectreturn  {
  text-align:center; 
  color: #cccccc;
  margin-top: -23px;
  margin-bottom: 55px;
}

.project .navicons {
  fill: #ccc; 
  width :40px;
  height :40px;
  margin-top:10px; 
  margin-right: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

}
.project .centericons  {

  margin-right: -10px;

    
}
.project .TTT {
  text-align:center;
  padding-top: 28px;
  padding-bottom: 24px;
  background-color: #ecd529;

}
















#fades:hover #tiletitle{
  bottom:48%;
  opacity: 1;
  font-size:22px;
  }

#tiledescription{

  bottom:39%;

 }

#fades:hover #tiledescription {
  bottom:40%;
  opacity: 1;
  font-size:12px;
  }

.promo .title {
 width: 280px;
  font-size: 60px;
  letter-spacing: -0.11em;
  line-height: 42px;
  color: #2a3744;
  margin-top: 10px;
  margin-bottom: 40px;
}



/*.GoLeft {
position: absolute;
left: 3px;
margin-top : -390px;

}

.GoRight {
position: absolute;
right: 3px;
margin-top: -390px;

}

.project .slideIcons {

  width :34px;
  height :34px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;


}

.slideBG {
padding-top: 20px;
padding-bottom: 160px;
  background: #ccc;

}*/

.slideBackG {

background-color: #ccc;
background: #ccc;
padding-top: 20px;
padding-bottom: 60px;

}

.about .intro {
  max-width: 98%;
}

.slidePadding {
padding-top: 0px;
padding-bottom: 80px;


}

.slideBelow {
  position: static;
  /*position: inherit;*/
padding-top: 250px;
}
.captionFormat {
  width: 84%;
margin-left: 8%;
margin-right: 8%;
  

}





}












@media only screen and (min-width: 768px) {

.project .projectinfo  {
  max-width: 90%; 
  float:center;
  position: relative;
  text-align:center; 
  margin:0 auto; 
  bottom:0; 
  margin-bottom:40px; 

  }

.project .wholeLogo {

  width :40px;
  height :40px;



}

.project .NDA {

  min-width: 390px;



}


.project .projectreturn  {
  text-align:center; 
  color: #cccccc;
  margin-top: -23px;
  margin-bottom: 55px;
}

.project .navicons {
  fill: #ccc; 
  width :40px;
  height :40px;
  margin-top:10px; 
  margin-right: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

}
.project .centericons  {

  margin-right: -10px;

    
}


.project .TTT {
  text-align:center;
  padding-top: 15px;
  padding-bottom: 12px;
  background-color: #ecd529;

}






#fades:hover #tiletitle{
  bottom:48%;
  opacity: 1;
  font-size:22px;
  }
#fades:hover #tiledescription {
  bottom:38%;
  opacity: 1;
  font-size:12px;
  }

.promo .title {
 width: 280px;
  font-size: 60px;
  letter-spacing: -0.11em;
  line-height: 42px;
  color: #2a3744;
  margin-top: 10px;
  margin-bottom: 40px;
}




/*
.GoLeft {
position: absolute;
left: 10px;
margin-top : -390px;

}

.GoRight {
position: absolute;
right: 10px;
margin-top: -390px;

}

.project .slideIcons {

  width :40px;
  height :40px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;


}

.slideBG {
padding-top: 20px;
padding-bottom: 40px;
  background: #ccc;

}*/

.slideBackG {

background-color: #ccc;
background: #ccc;
padding-top: 20px;
padding-bottom: 60px;

}

.about .intro {
  max-width: 68%;

}

.slidePadding {
padding-top: 0px;
padding-bottom: 80px;


}
.slideBelow {
  position: static;
  /*position: inherit;*/
padding-top: 400px;


}

.captionFormat {
width: 45%;
margin-left: 54px;



}



}
















@media only screen and (min-width: 992px) {

.project .projectinfo  {
  max-width: 200px; 

  float:left;
  position:fixed;
  text-align:left; 
  margin:0 auto; 
  bottom:0; 
  margin-bottom:45px; 

  }

.project .wholeLogo {

  width :50px;
  height :50px;



}


.project .projectreturn  {
  text-align:left; 
  color: #cccccc;
  margin-top: 20px;
  margin-bottom: 0px;
}

.project .navicons {
  fill: #ccc; 
  width :30px;
  height :30px;
  margin-top:10px; 
  margin-right: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

}


.project .centericons  {

  margin-right: 0px;
    
}

.project .TTT {
display: none;

}

#tiletitle {

  font-size: 20px; 


}

#fades:hover #tiletitle{
  bottom:49%;
  opacity: 1;
  font-size:20px;
  }

#fades:hover #tiledescription {
  bottom:38%;
  opacity: 1;
  font-size:11px;
  }


.promo .title {
  width: 500px;
  font-size: 100px;
  letter-spacing: -0.1em;
  line-height: 69px;
  color: #2a3744;
  margin-top: 20px;
  margin-bottom: 45px;
}

/*
.GoLeft {
position: absolute;
left: 10px;
margin-top : -560px;

}

.GoRight {
position: absolute;
right: 10px;
margin-top: -560px;

}

.project .slideIcons {

  width :40px;
  height :40px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;


}

.slideBG {
padding-top: 120px;
padding-bottom: 220px;
  background: #ccc;

}*/
.slideBackG {

background-color: #ccc;
background: #ccc;
padding-top: 60px;
padding-bottom: 160px;

}

.about .intro {
  max-width: 560px;

}

.slidePadding {
padding-top: 20px;
padding-bottom: 230px;


}

.slideBelow {
  position: static;
  /*position: inherit;*/
padding-top: 295px;

}

.captionFormat {
  width: 40%;
margin-left: 52px;


}


}















@media only screen and (min-width: 1200px) {

.project .projectinfo  {
  max-width: 250px; 
  float:left;
  position:fixed;
  text-align:left; 
  margin:0 auto; 
  bottom:0; 
  margin-bottom:45px; 

  }

.project .wholeLogo {

  width :50px;
  height :50px;


}



.project .projectreturn  {
  text-align:left; 
  color: #cccccc;
  margin-top: 20px;
  margin-bottom: 0px;
}

.project .navicons {
  fill: #ccc; 
  width :30px;
  height :30px;
  margin-top:10px; 
  margin-right: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;

}


.project .centericons  {

  margin-right: 0px;

}


.project .TTT {
display: none;

}


   
#tiletitle {

  font-size: 22px; 


}



#fades:hover #tiletitle{
  bottom:48%;
  opacity: 1;
  font-size:22px;
  }



#fades:hover #tiledescription {
  bottom:38%;
  opacity: 1;
  font-size:12px;
  }



.promo .title {
  width: 500px;
  font-size: 100px;
  letter-spacing: -0.1em;
  line-height: 69px;
  color: #2a3744;
  margin-top: 20px;
  margin-bottom: 45px;
}


/*
.GoLeft {
position: absolute;
left: 10px;
margin-top : -500px;

}

.GoRight {
position: absolute;
right: 10px;
margin-top: -500px;

}

.project .slideIcons {

  width :50px;
  height :50px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;


}

.slideBG {
padding-top: 80px;
padding-bottom: 120px;
  background: #ccc;

}*/
.slideBackG {

background-color: #ccc;
background: #ccc;
padding-top: 40px;
padding-bottom: 120px;

}

.slidePadding {
padding-top: 20px;
padding-bottom: 110px;


}

.about .intro {
  max-width: 560px;

}
.slideBelow {
  position: static;
  /*position: inherit;*/
padding-top: 430px;

}

.captionFormat {
  width: 40%;
margin-left: 65px;


}



}





/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
