@media screen and (max-width: 1366px) {
   .centered.center-left {
    position: absolute;
    top: 50%;
    left: 13%;
    transform: translate(-4%, -50%);
    }
    .contactLogo {
    margin-bottom: 2%;
        width:125px;
}
    address {
    margin-top: 4%;
}
       
}
@media screen and (max-width: 1440px) {
    .centered.center-left {
    position: absolute;
    top: 50%;
    left: 13%;
    transform: translate(-4%, -50%);
    }
    .contactLogo {
    margin-bottom: 8%;
        width:105px;
}
    address {
    margin-top: 8%;
}
}


/*
@media (min-width: 481px) and (max-width: 767px) {
    .slide .col-sm-6{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slide .col-md-6{
        flex: 0 0 50%;
        max-width: 50%;
    }

    
    .slide .col-md-6.col-sm-6 a img.img-responsive {
        max-width:190%;
        height: auto;
    }
    .centered .introTxt{
        font-size: 12px !important;
    }
    .centered {
    left: 10%;
    transform: translate(-5%, -50%);
    }
    
    
    .contactTxt{
        font-size: 12px;
    } 
    
    .centered.center-left {
    left: 5%;
    transform: translate(0%, -50%);
    }
    
    .centered.center-left .contactLogo img{
        max-width: 40%;
    }
    
    
    svg {
      transform: scale(3);
      viewBox: 960 540 1920 1080;
    }
    
    .t12.line{
    top: 68%;

}
    
    .masthead-content{
    padding-top:100px !important;
}
    .logo {
    left: 1rem;
        top:20px;

    }
}*/

@media only screen and (min-width: 414px) and (max-width: 767px) { 
    body,html{
        overflow: hidden!important
    }
    #bg img{
        width: auto;
    }

    .masthead-content{
    padding-top:100px !important;
}
    .logo {
    left: 1rem;
        top:20px;

    }


    .slide .col-sm-6{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slide .col-md-6{
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .row6project div{
    height: 33.33vh;
    height: calc(var(--vh, 1vh) * 33.33);
     overflow: hidden
}
    .row8project div{
        height: 25vh;
        height: calc(var(--vh, 1vh) * 25);
        overflow: hidden
    }
    .row8project img {
        object-fit: cover;
        width: 100%;
        height: 29vh;
    }

    .row6project img{
       object-fit: cover;
        width: 100%;
        height: 33.33vh;
    }
    .row6project img.center{
         margin-top: 0;
        object-fit: cover;
        width: 100%;
        height: 33.33vh;
    }
    
    
    .projectBg{
    width: 100%;
    height: 100vh; 
    height: calc(var(--vh, 1vh) * 100);
    position: relative
}
    
    
    /*.slide .col-md-6.col-sm-6 a img.img-responsive {
        max-width:300%;
        height: auto;
    }*/
    .centered .introTxt{
        font-size: 10px !important;
    }
    .centered {
    left: 10%;
    transform: translate(-5%, -50%);
    }
    
    
    .contactTxt{
        font-size: 10px;
        line-height: 16px;
    } 
    
    .centered.center-left {
    left: 5%;
    transform: translate(0%, -50%);
    }
    
    .centered.center-left .contactLogo img{
        max-width: 30%;
    }
    
    
    svg {
      transform: scale(3);
      viewBox: 960 540 1920 1080;
    }
    
    .t12.line{
    top: 68%;

}
    
   #introBg {
    background: url(../img/intro-bryan.jpg) no-repeat 26% 70%;
    background-size: cover;
    }
    
    .projectContent h1{
        font-size: 24px;
    }
    
    
    .contactTxt a.goldLink{
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .copyright{
        font-size: 8px;
        margin-top: 20px;
    }
    .projectContent{
        text-align: right;
        width: 80%;
            -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    }
    
    .contactTxt address{
        font-size: 13px;
        margin-bottom: 20px;
        min-height: 45px;
    }
    
    
    
   .fp-controlArrow.fp-prev {
    left: 0px;
       top:51%;
}
    
    .fp-controlArrow.fp-next {
    right: 0px;  top:51%;
}
    a.goldLink{
   margin-top:0%;
}
    .socialMedia i{
        font-size: 16px;
    }
    .contactLogo {
    margin-bottom: 12%;
        width: 140px;
}
    .projectContent p{
        font-size: 16px;
    }
    
    .sm-hide{
        display: none;
    }
    address {
    margin-top: 0%;
}
    
}

/*iphone 8*/
@media only screen 
    and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) { 
 body,html{
        overflow: hidden!important
    }
    #bg img{
        width: auto;
    }

    .masthead-content{
    padding-top:100px !important;
}
    .logo {
    left: 1rem;
        top:20px;

    }


    .slide .col-sm-6{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slide .col-md-6{
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .row6project div{
    height: 33.33vh;
    height: calc(var(--vh, 1vh) * 33.33);
     overflow: hidden
}
    .row8project div{
        height: 25vh;
        height: calc(var(--vh, 1vh) * 25vh);
        overflow: hidden
    }
    .row8project img {
        object-fit: cover;
        width: 100%;
        height: 25vh;
    }

    .row6project img{
       object-fit: cover;
        width: 100%;
        height: 33.33vh;
    }
    .row6project img.center{
         margin-top: 0;
        object-fit: cover;
        width: 100%;
        height: 33.33vh;
    }
    
    
    .projectBg{
    width: 100%;
    height: 100vh; 
    height: calc(var(--vh, 1vh) * 100);
    position: relative
}
    
    
    /*.slide .col-md-6.col-sm-6 a img.img-responsive {
        max-width:300%;
        height: auto;
    }*/
    .centered .introTxt{
        font-size: 10px !important;
    }
    .centered {
    left: 10%;
    transform: translate(-5%, -50%);
    }
    
    
    .contactTxt{
        font-size: 10px;
    } 
    
    .centered.center-left {
    left: 6%;
    transform: translate(-3%, -50%);
    }
    
    .centered.center-left .contactLogo img{
        max-width: 30%;
    }
    
    
    svg {
      transform: scale(3);
      viewBox: 960 540 1920 1080;
    }
    
    .t12.line{
    top: 68%;

}
    
   #introBg {
    background: url(../img/intro-bryan.jpg) no-repeat 26% 70%;
    background-size: cover;
    }
    
    .projectContent h1{
        font-size: 24px;
    }
    
    
    .contactTxt a.goldLink{
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .copyright{
        font-size: 8px;
        margin-top: 20px;
    }
    .projectContent{
        text-align: right;
        width: 80%;
            -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    }
    
    
      .sm-hide{
        display: none;
    }
    
    
    
   .fp-controlArrow.fp-prev {
    left: 0px;
       top:51%;
}
    
    .fp-controlArrow.fp-next {
    right: 0px;  top:51%;
}
    a.goldLink{
   margin-top:0%;
}
    .socialMedia i{
        font-size: 16px;
    }
    .contactLogo {
    margin-bottom: 4%;
}
    .projectContent p{
        font-size: 16px;
    }
        address {
    margin-top: 0%;
}
}

/*iphone 8plus*/
@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) { 
body,html{
        overflow: hidden!important
    }
    #bg img{
        width: auto;
    }

    .masthead-content{
    padding-top:100px !important;
}
    .logo {
    left: 1rem;
        top:20px;

    }


    .slide .col-sm-6{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slide .col-md-6{
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .row6project div{
    height: 33.33vh;
    height: calc(var(--vh, 1vh) * 33.33);
     overflow: hidden
}
    .row8project div{
        height: 25vh;
        height: calc(var(--vh, 1vh) * 25);
        overflow: hidden
    }
    .row8project img {
        object-fit: cover;
        width: 100%;
        height: 29vh;
    }

    .row6project img{
       object-fit: cover;
        width: 100%;
        height: 33.33vh;
    }
    .row6project img.center{
         margin-top: 0;
        object-fit: cover;
        width: 100%;
        height: 33.33vh;
    }
    
    
    .projectBg{
    width: 100%;
    height: 100vh; 
    height: calc(var(--vh, 1vh) * 100);
    position: relative
}
    
    
    /*.slide .col-md-6.col-sm-6 a img.img-responsive {
        max-width:300%;
        height: auto;
    }*/
    .centered .introTxt{
        font-size: 10px !important;
    }
    .centered {
    left: 10%;
    transform: translate(-5%, -50%);
    }
    
    
    .contactTxt{
        font-size: 10px;
    } 
    
    .centered.center-left {
    left: 5%;
    transform: translate(0%, -50%);
    }
    
    .centered.center-left .contactLogo img{
        max-width: 30%;
    }
    
    
    svg {
      transform: scale(3);
      viewBox: 960 540 1920 1080;
    }
    
    .t12.line{
    top: 68%;

}
    
   #introBg {
    background: url(../img/intro-bryan.jpg) no-repeat 26% 70%;
    background-size: cover;
    }
    
    .projectContent h1{
        font-size: 24px;
    }
    
    
    .contactTxt a.goldLink{
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .copyright{
        font-size: 8px;
        margin-top: 20px;
    }
    .projectContent{
        text-align: right;
        width: 80%;
            -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    }
    
    
      .sm-hide{
        display: none;
    }
    
    
    
   .fp-controlArrow.fp-prev {
    left: 0px;
       top:51%;
}
    
    .fp-controlArrow.fp-next {
    right: 0px;  top:51%;
}
    a.goldLink{
   margin-top:0%;
}
    .socialMedia i{
        font-size: 16px;
    }
    .contactLogo {
    margin-bottom: 4%;
}
    .projectContent p{
        font-size: 16px;
    }
address {
    margin-top: 0%;
}
}


/*iphone x*/
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
        body,html{
        overflow: hidden!important
    }
    #bg img{
        width: auto;
    }

    .masthead-content{
    padding-top:100px !important;
}
    .logo {
    left: 1rem;
        top:20px;

    }


    .slide .col-sm-6{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .slide .col-md-6{
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .row6project div{
    height: 33.33vh;
    height: calc(var(--vh, 1vh) * 33.33);
     overflow: hidden
}
    .row8project div{
        height: 25vh;
        height: calc(var(--vh, 1vh) * 25);
        overflow: hidden
    }
    .row8project img {
        object-fit: cover;
        width: 100%;
        height: 29vh;
    }

    .row6project img{
       object-fit: cover;
        width: 100%;
        height: 33.33vh;
    }
    .row6project img.center{
         margin-top: 0;
        object-fit: cover;
        width: 100%;
        height: 33.33vh;
    }
    
    
    .projectBg{
    width: 100%;
    height: 100vh; 
    height: calc(var(--vh, 1vh) * 100);
    position: relative
}
    
    
    /*.slide .col-md-6.col-sm-6 a img.img-responsive {
        max-width:300%;
        height: auto;
    }*/
    .centered .introTxt{
        font-size: 10px !important;
    }
    .centered {
    left: 10%;
    transform: translate(-5%, -50%);
    }
    
    
    .contactTxt{
        font-size: 10px;
    } 
    
    .centered.center-left {
    left: 5%;
    transform: translate(0%, -50%);
    }
    
    .centered.center-left .contactLogo img{
        max-width: 30%;
    }
    
    
    svg {
      transform: scale(3);
      viewBox: 960 540 1920 1080;
    }
    
    .t12.line{
    top: 68%;

}
    
   #introBg {
    background: url(../img/intro-bryan.jpg) no-repeat 26% 70%;
    background-size: cover;
    }
    
    .projectContent h1{
        font-size: 24px;
    }
    
    
    .contactTxt a.goldLink{
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .copyright{
        font-size: 8px;
        margin-top: 20px;
    }
    .projectContent{
        text-align: right;
        width: 80%;
            -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    }
    
    
      .sm-hide{
        display: none;
    }
    
    
    
   .fp-controlArrow.fp-prev {
    left: 0px;
       top:51%;
}
    
    .fp-controlArrow.fp-next {
    right: 0px;  top:51%;
}
    a.goldLink{
   margin-top:0%;
}
    .socialMedia i{
        font-size: 16px;
    }
    .contactLogo {
    margin-bottom: 4%;
}
    .projectContent p{
        font-size: 16px;
    }
    address {
    margin-top: 0%;
}
}
