

/* header and image */
#splashimg {
    /* background-attachment: fixed; */
    background:url('../../images/08-code/cod-web-header.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-top: 0px;
}

#splashimg url{
  z-index: 1;
}
#splashimg h1{
  text-align: left;
  font-size: 3.95em;
    margin-bottom: 0;
}
#splashimg .actions{
      margin-top: 1em;
}
#splashimg h3{
  text-align: left;
  /* margin-bottom: 2em; doen't work with inline*/
  display: inline;
  color:rgba(255, 255, 255, 1);
  text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .08em;
}
@media screen and (min-width: 1150px) {
#splashimg h1{font-size: 4.95em;}
#splashimg h3{font-size: 1.1em;}
}
#splashimg p{
  text-align: left;
  width: 70%;

}

.p-header{
  font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.25em;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
        margin: 0;
}
.description p:first-child{
    padding-top:30px;
}
.description p{
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top:10px;
}
#splashimg .dark h1,#splashimg .dark p,#splashimg .dark strong,#splashimg .dark b{
  color:#232323;
}
#splashimg .dark{
      background-color: rgba(255,255,255,.7);
}
#splashimg .light h1,#splashimg .light p,#splashimg .light strong,#splashimg .light b{
  color:#232323;
}
#splashimg .light{
      background-color: rgba(28,28,28,.7);
}
/* button styling */
#splashimg .actions li{
  /* margin: 0 auto; */
}
#leaf .actions li{
  margin: 0 auto;
}
/* #view-project-button{
  border-color:rgba(28, 28, 28, 0.55)!important;
  color:rgba(28, 28, 28, 1)!important;
} */
#view-project-button:hover{
border-color: rgba(255, 255, 255, .8) !important;
color: white!important;
}

#view-project-button::after{
background: rgba(82,90,245,1)!important;
background: linear-gradient(124deg, rgba(82,90,245,1) 0%, rgba(173,14,157,1) 100%)!important;
}
#view-project-button:hover:after {
    opacity: 0.9;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: -1;
}
/* END button styling */

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

        #splashimg {
              background-size: cover;
        }

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

        #splashimg h1{
          font-size: 2.95em;
        }
        .wrapper#splashimg{
          padding:0;
        }

        .row.gtr-uniform .col-6:first-child {
          padding-bottom: 0px;
        }

        #main2 .padding-top{
          padding-top:25px;
        }
        #main2 .box{
          margin-bottom: 0px;
        }
        #header + #wrapper > .wrapper > .inner{
          padding-bottom: 2em;
        }

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

        #splashimg h1{
          font-size: 1.95em;
        }
        #splashimg h3{
          font-size: .75em;
        }
        #splashimg p{
          font-size: 14.5px;
        }
        .wrapper#splashimg{
          padding:0;
        }

      }
/* end header and image */


/* opacity: 90%; */
/* code header intro animation */
body.is-preload #splashimg > .inner > div > h3 {
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	opacity: 0;
  -moz-transform: translateY(1em);
  -webkit-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em);

}
body.is-preload #splashimg > .inner > div > ul {
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	opacity: 0;
  -moz-transform: translateY(1em);
  -webkit-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em);
}
body.is-preload #splashimg > .inner > div > .delay {
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	opacity: 0;
  -moz-transform: translateY(.5em);
  -webkit-transform: translateY(.5em);
  -ms-transform: translateY(.5em);
  transform: translateY(.5em);
}



#splashimg > .inner > div > h3 {
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
  -moz-transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  opacity: 1;
  -moz-transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -ms-transition-delay: .5s;
  transition-delay: .5s;
}
#splashimg > .inner > div > ul {
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
  -moz-transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  opacity: 1;
  -moz-transition-delay: .75s;
  -webkit-transition-delay: .75s;
  -ms-transition-delay: .75s;
  transition-delay: .75s;
}
#splashimg > .inner > div > .delay {
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
  -moz-transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  opacity: 1;
  -moz-transition-delay: .9s;
  -webkit-transition-delay: .9s;
  -ms-transition-delay: .9s;
  transition-delay: .9s;
}
/* END code header intro animation */

/* three images intro animation */
#main2> section:nth-child(1).inactive > section > .box > .row > .col-4:nth-child(2),
body.is-preload #main2 > section > section > .box > .row > .col-4:nth-child(2){
	opacity: 0;
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	-moz-transform: translateY(1em);
	-webkit-transform: translateY(1em);
	-ms-transform: translateY(1em);
	transform: translateY(1em);

}
#one .co14{
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	opacity: 1.0;
}
#main2 > section:nth-child(1) > section > .box > .row > .col-4:nth-child(2) {
	-moz-transform: translateX(0) translateY(0);
	-webkit-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	-moz-transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
#main2> section:nth-child(1).inactive > section > .box > .row > .col-4:nth-child(3),
body.is-preload #main2 > section > section > .box > .row > .col-4:nth-child(3){
	opacity: 0;
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	-moz-transform: translateY(1em);
	-webkit-transform: translateY(1em);
	-ms-transform: translateY(1em);
	transform: translateY(1em);
}
#one .co14{
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	opacity: 1.0;
}
#main2 > section:nth-child(1) > section > .box > .row > .col-4:nth-child(3) {
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	-moz-transform: translateX(0) translateY(0);
	-webkit-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
/* END three images intro animation */




/* two images inline-block styling */
.row.gtr-uniform .col-6{
  padding: 0 20px 0 20px;
}
.row.gtr-uniform .col-6:first-child{
  padding-left: 60px;
}
.row.gtr-uniform .col-6:nth-child(2){
  padding-right: 40px;
  padding-left: 40px;
}
.padding-top{
      margin-top: 50px;
}
.padding-top-more{
    margin-top: 150px;
}

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

  .row.gtr-uniform .col-6{
    display: block;
    width: 100%;
  }
  .row.gtr-uniform .col-6:first-child{
    padding: 0 0 50px 0;
  }
  .row.gtr-uniform .col-6:nth-child(2){
      padding: 0 0 50px 0;
  }
  .row.gtr-uniform .col-6 .image{
    display: block;
  }

}
/* END two images side by side sections */

/* fade in styling */
#main2 > section > .image:before {
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background: rgba(28, 28, 28, 0.9);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#main2 > section.inactive > .image:before,
body.is-preload #main2 > section > .image:before {
  opacity: 1;
}
/* END fade in styling */
/* column styling */
.col-center{
  margin: 0 auto;
}
.text-align-center{
  text-align: center;
}
#two > section > .box {
  width: 83.33333%;
}
@media screen and (max-width: 800px) {


.padding-on-mobile{
padding-left: 40px;
padding-right: 40px;
}
.padding-top-more {
  margin-top: 50px;
}

}
@media screen and (max-width: 736px){
#one .full-on-mobile{width: 100%;}
.padding-on-mobile{
  padding-left: 40px;
  padding-right: 40px;
}
.padding-on-mobile2{
  padding-left: 40px;
  padding-right: 40px;
}
#two > section > .box {
  width: 100%;
}
#main2 p{
  font-size: 15px;
}
#four p{
  margin-bottom: 4em;
}
#two .row{
  width: 100%;
margin: 0 auto;
}
ul.actions.center-on-mobile li {
  margin: 0 auto;
    padding: 0;
}
#two .row.gtr-uniform .col-6:nth-child(2){
  padding-bottom:0px;
}
#two ul.actions{
  margin-bottom: 0;
}
#three{
  margin-top: 10px;
}
}/*end @media*/


/* no padding for three images section */
.no-padding-col > .box > .row > .col-4{
padding:0;
}
#five .row.gtr-uniform > *{padding:0!important;margin-top: 1.0em!important;}
@media screen and (max-width: 1280px){
#five .row.gtr-uniform > *{padding:0!important;margin-top: 1.0em!important;}
}
@media screen and (max-width: 1680px){
#five .row.gtr-uniform > *{padding:0!important;margin-top: 1.0em!important;}
}
@media screen and (max-width: 736px){
#five .row.gtr-uniform > *{padding:0!important;}
}
@media screen and (max-width: 980px){
#five .row.gtr-uniform > *{padding:0!important;margin-top: 1.0em!important;}
}
/* end no padding */
  @media screen and (max-width: 800px) {
.row > .full-width-mobile{width: 100%;}

}

/* ipad specific */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  #splashimg {
    /* background-size: cover; */
    background-size: 100% 100%!important;
        justify-content: right;
  }
  #splashimg .inner{
        padding-top: 20%;
  }
}
@media all and (device-width: 834px) and (device-height: 1112px) and (orientation:portrait) {
  #splashimg {
    background-size: cover;
        justify-content: right;
  }
  #splashimg .inner{
        padding-top: 20%;
  }
}
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
  #splashimg {
    background-size: cover;
        justify-content: right;
  }
  #splashimg .inner{
        padding-top: 20%;
  }
}
