html
{
    background-color: white;
    height: 100%;
    overflow: hidden;
}
body
{
    margin: 0vw;
    padding: 0vw;
    height: 100%;
    -webkit-perspective: 2px;
    perspective: 2px;
    transform-style: preserve-3d;
    overflow-x: hidden;
    overflow-y: scroll;
}
* iframe{
    height: 20vw;
    width: 36vw;
}
/* header begin */
#header{
    height: auto;
    width: 100%;
    display: grid;
    grid-template-rows: auto auto;
    position: sticky;
    top: 0vw;
    left: 0vw;
    z-index: 10;
}
#topcontact{
    height: auto;
    width: 100%;
    display: grid;
    background-color: #f8f8f8ef;
    grid-template-columns: 19% 42% 20% 20%;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
}
#tc1{
    display: grid;
    grid-template-columns: 40% 60%;
    text-align: center;
}
#tc1 p{
    margin: 0;
    font-size: 1.4vw;
    margin-right: 1vw;
}
#tc1 a{
    text-decoration: none;
    font-size: 1.4vw;
    text-align: left;
}
#tc2{
    text-align: center;
}
#tc2 p{
    margin: 0;
    font-size: 1.4vw;
}
#tc3{
    text-align: center;
}
#tc3link{
    font-size: 1.4vw;
    color: #065894;
    text-decoration: none;
    padding: 0.3vw;
}
#tc3link:hover{
    color: #f8f8f8ef;
    background-color: #065894;
    transition: ease-in-out 0.3s;
}
#logo{
    width: 14vw;
    height: 2.5vw;
    padding: 0.5vw;
}
#topcontactmobile{
    background-color: white;
    height: auto;
    width: 100%;
    text-align: center;
    display: none;
}
#topcontactmobile p{
    margin: 0;
    font-size: 1.4vw;
}

.linesspans{
    font-size: 1.4vw;
    color: #065894;
}
#tcsocialbuttons{
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
}
#facebtn{
    background-color: transparent;
    margin-left: 3vw;
    border: none;
}
#facebtn:hover{
    cursor: pointer;
}
#facebtn img{
    height: 1.5vw;
    width: 8vw;
}
#instabtn{
    background-color: transparent;
    border: none;
}
#instabtn:hover{
    cursor: pointer;
}
#instabtn img{
    height: 2.5vh;
    width: 1.3vw;
}
#mainheader{
    background-color: #065894;
    display: grid;
    grid-template-columns: 40% 60%;
    height: auto;
}
#topnav{
    display: grid;
    grid-template-columns: 10% 30% 15% 30% 15%;
    text-align: center;
}
.tnlinks{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 2.1vw;
    text-decoration: none;
    color: white;
    line-height: 4vw;
}
.tnlinks:hover{
    background-color: white;
    color: #065894;
    /*border-radius: 1vw;*/
    box-shadow: 0.2vw 0.2vw 0.5vw #000000;
    transition: ease-in-out 0.3s;
}
/* end of header */
#item1{
    background-color: white;
    height: auto;
    width: 100%;
    text-align: center;
}
#item1h1{
    font-size: 5vw;
    margin: 0;
    color: #065894;
    font-weight: 500;
}
#item1span{
    color: #065894;
    font-weight: bold;
}
#item1grid{
    margin-top: 3vw;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 5vw;
    padding: 10px;
}
.item1griditems{
    height: 50vh;
}
#item1griditem1{
    margin-right: 5vw;
    width: 30vw;
}
#item1griditem2{
    width: 40vw;
    margin-left: 5vw;
}
#item1griditem1 img{
    height: 50vh;
    width: 40vw;
}
#griditem2h3{
    font-size: 4vw;
    margin: 0;
    margin-top: 3vw;
    color: #065894;
}
#griditem2p{
    font-size: 1.8vw;
    margin: 0;
    margin-top: 2vw;
    color: #2d2f30;

}
#item2{
    margin-top: 8vw;
    background-color: #f8f8f8ef;
    height: auto;
    width: 100%;
    text-align: center;
}
#item2h1{
    font-size: 5vw;
    margin: 0;
    color: #065894;
    font-weight: 500;
}
.item2span{
    color: #065894;
    font-weight: bold;
}
#item2grid{
    margin-top: 3vw;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 3vw;
    padding: 10px;
    padding-left: 10vw;
    padding-right: 10vw;
}
.item2griditems{
    margin-left: auto;
    margin-right: auto;
    height: 60vh;
}
#item2griditem1{
    width: 35vw;
}
#item2griditem2{
    width: 35vw;
}
#item2griditem3{
    width: 35vw;
    height: 45vh;
}
#item2griditem4{
    width: 35vw;
    height: 45vh;
}
.item2ul{
    text-align: left;
}
.item2headers{
    font-size: 3vw;
    margin: 0;
    color: #065894;
    font-weight: 500;
}
.item2spans{
    font-weight: bolder;
}
.item2ps{
    font-size: 1.5vw;
    color: #2d2f30;
}
.item2lis{
    font-size: 1.5vw;
    color: #065894;
}
#item3{
    height: auto;
    width: 100%;
    text-align: center;
}
#item3h1{
    font-size: 6vw;
    margin: 0;
    color: #065894;
}
#item3span1{
    font-weight: bolder;
}
#item3grid1{
    margin-top: 5vw;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 3vw;
    padding: 10px;
    padding-left: 10vw;
    padding-right: 10vw;
}
#i3griditem1{
    height: 50vh;
    width: 40vw;

}
#item3h3{
    font-size: 3vw;
    color: #065894;
    margin: 0;
    margin-top: 1vw;
    font-weight: 500;
}

#i3griditem2{
    height: 50vh;
    width: 40vw;
}
#item3grid2{
    margin-top: 8vw;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 3vw;
    padding: 10px;
    padding-left: 5vw;
    padding-right: 5vw;
}
#i3grid2item1{
    height: 85vh;
    width: 25vw;
}
#i3grid2item2{
    height: 85vh;
    width: 25vw;
}
#i3grid2item3{
    height: 85vh;
    width: 25vw;
}
.item3imgs{
    width: 25vw;
    height: 30vh;
}
.item3h4s{
    font-size: 2.5vw;
    margin: 0;
    margin-bottom: 3vw;
    color: #065894;
}
#item3p{
    font-size: 1.8vw;
    color: #2d2f30;
}
#item3pcommon{
    font-size: 1.3vw;
    color: #2d2f30;
}
.item3ps{
    font-size: 1.5vw;
    color: #2d2f30;
}
#item4{
    height: auto;
    width: 100%;
    text-align: center;
}
#item4h1{
    font-size: 3vw;
    color: #065894;
}
/* begin footer */
#footer{
    padding-bottom: 0.5vw;
    color: white;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #065894;

}
#footernav{
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white;
    padding-bottom: 0.5vw;
    padding-top:0.75vw;
}
#companyPhrase{
    padding-top:0.25vw;
    padding-bottom: 0.25vw;
    font-size: 1.4vw;
    color: #312f2f;
    background-color: #A0A0A0;
}
.footerbtns :hover{
    color: #065894;
    background-color: white;
    box-shadow: 0.2vw 0.2vw 0.5vw #000000;
    transition: ease-in-out 0.3s;
}
.footerbtns a{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 2.1vw;
    text-decoration: none;
    color: white;
    padding: 0.1vw;
    padding-right: 0.6vw;
    padding-left: 0.6vw;
    margin-right: 1.5vw;
}
#footerImgCopy{
    display: grid;
    grid-template-columns: 50% 50%;

}
#footerImg{
    text-align: right;
    margin-right: 5vw;
}
#footerLogo{
    width: 12vw;
}
#copyright{
    text-align: left;
    margin-left: 5vw;
    margin-top: 1vw;
}
/* end of footer */

@media screen and (orientation: portrait){
    #topcontact{
        grid-template-columns: 33% 33% 33%;
    }
    #tc1{
        display: block;
    }
    #tc1 p{
        display: none;
    }
    #tc1 a{
        font-size: 3.5vw;
    }
    #tc2{
        text-align: center;
        display: none;
    }
    #tc2 p{
        margin: 0;
        font-size: 2vw;
    }
    #tc3{
    }
    #tc3 p{
   
    }
    #tc3link{
        font-size: 3.5vw;
        color: #065894;
        text-decoration: none;
    }
    #facelink{
    }
    #instalink{
    }
    #topcontactmobile{
        display: block;
    }
    #topcontactmobile p{
        font-size: 3.4vw;
    }
    #facelink{
        
    }
    #facebtn{
        margin-left: 0;
    }
    #facebtn img{
        height: 2.1vh;
        width: 16vw;
    }
    #instabtn img{
        height: 2.1vh;
        width: 3.9vw;
    }
    .linesspans{
        font-size: 1.2vw;
        color: #065894;
    }
    #topnav{
        margin-left: 5vw;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1.5vw;
        justify-content: center;
   }
   #logo{
       width: 28vw;
       height: 5vw;
       padding: 1vw;
   }
    .tnlinks{
        font-size: 4vw;
        min-width: 100px;
    }
    #mainheader{
        grid-template-columns: 25% 75%;
    }
    /* end of header changes*/
    * iframe{
        height: 40vw;
        width: 72vw;
    }
    #item1grid{
        grid-template-columns: auto;
        justify-content: center;
        grid-gap: 1vw;
    }
    .item1griditems{
        height: auto;
    }
    #item1griditem1{
        margin-left: 0;
        width: 55vw;
    }
    #item1griditem2{
        justify-self: center;
        width: 65vw;
    }
    #item1griditem1 img{
        height: 35vh;
        width: 65vw;
    }
    #item1h1{
        font-size: 9vw;
    }
    #griditem2h3{
        font-size: 8vw;
    }
    #griditem2p{
        font-size: 5vw;
    }
    #item2grid{
        grid-template-columns: auto;
        grid-gap: 3vw;
        justify-content: center;
    }
    .item2griditems{
        height: auto !important;
        width: 55vw !important;
    }
    .item2headers{
        font-size: 6vw;
    }
    .item2ps{
        font-size: 4vw;
    }
    .item2lis{
        font-size: 4vw;
    }
    #item3{
        margin-top: 5vw;
    }
    #item3h1{
        font-size: 9vw;
    }
    #item3h3{
        font-size: 7vw;
    }
    #item3grid1{
        grid-template-columns: auto;
        grid-gap: 1vw;
    }
    #item3grid2{
        grid-template-columns: auto;
        grid-gap: 1vw;
        justify-content: center;
        padding: 0;
    }
    #i3grid2item1{
        height: auto;
        width: 60vw;
    }
    #i3grid2item2{
        height: auto;
        width: 60vw;
    }
    #i3grid2item3{
        height: auto;
        width: 60vw;
    }
    .item3imgs{
        height: 20vh;
        width: 40vw;
    }
    .item3h4s{
        font-size: 7vw;
    }
    .item3ps{
        font-size: 4vw !important;
    }
    #companyPhrase{
        font-size: 2.4vw;
    }
    #copyright{
        font-size: 2.3vw;
    }
    #footerLogo{
        width: 18vw;
    }
    .footerbtns a{
        font-size: 3.6vw;
    }
}