html
{
    background-color: rgb(250, 250, 250);
    height: 100%;
    overflow: hidden;
}
body
{
    margin: 0vw;
    padding: 0vw;
    height: 100%;    
    transform-style: preserve-3d;
    overflow-x: hidden;
    overflow-y: scroll;
}
#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 */
/*Home Page Main Information*/
main {
    height: 100vh;
    -webkit-perspective: 1px;
    perspective: 1px;
}
#item1{
    margin-top: -5vw;
    height: 40vw;
    width: 100%;
}
#item1h1{
    font-size: 7vw;
    text-align: center;
    margin-bottom: 5vw;
    color: #065894;
}
#item1grid{
    height: auto;
    margin-top: 10vw;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
}
#item1para{
    width: 40vw;
    margin-left: 12vw;
}
#item1iframe{
    margin-left: 5vw;
}
#item1p{
    font-size: 3vw;
    margin: 0;
    color: white;
}
.parallax {
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
}
.parallax::before {
    content: "";
    width: 80vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(BT_AM_HOME_BBQ_WIDE.jpg);
    background-position: center;
    background-size: 100vw auto;
    background-repeat: no-repeat;
    transform-style: preserve-3d;
    margin-top: -2vw;
    position: absolute;
    z-index: -1;
    transform: translateZ(-1px) scale(1.5);
}
.parallax-inner {
    padding-top: 15%;
    padding-bottom: 15%;
}
#bar1 {
    background-image: url(blue-white-bar.svg);
    background-size: 100% 47px;
    bottom: 0;
    height: 47px;
    margin-top: 5vw;
}
#bluebox {
    background-color: #065894;
    height: 6vw;
    width: 100%;
    margin-top: -0.3vw;
    position: relative;
    z-index: 2;
}
#whitebg {
    background-color: rgb(250, 250, 250);
}
#bar2 {
    background-image: url(blue-white-bar.svg);
    background-size: 100% 47px;
    bottom: 0;
    height: 46px;
    transform: rotateX(180deg);
    margin-top: -0.1vw;
}

#animationp {
    position: relative;
    right: 60vw;
    transition: transform ease-in 2s;
}
#importanceofhearinghealth{
    width: 50vw;
    margin-left: 5vw;
    font-size: 2vw;
}
#importanceofhearinghealthvideo{
    margin-top: -4.4vw;
}
#item2{
    height: auto;
    width: 100%;
    background-color: none;
    margin-top: -4vw;
}


#item3{
    height: auto;
    width: 100%;
    background-color: none;
    display: grid;
    grid-gap: 7vw;
    grid-template-columns: auto auto;
    justify-content: space-around;
    grid-template-areas: 
    "a b"
    "c d";
}
#item3box1{
    grid-area: a;
    height: 40vw;
    text-align: center;
    width: 40vw;
}
#item3box2{
    grid-area: b;
    height: 40vw;
    text-align: center;
    width: 40vw;
}
#item3box3{
    grid-area: c;
    height: 40vw;
    text-align: center;
    width: 40vw;
}
#item3box4{
    grid-area: d;
    height: 40vw;
    text-align: center;
    width: 40vw;
}
.item3imgs{
    height: 30vw;
    width: 40vw;
    margin-top: 5vw;
}
.item3ps{
    font-size: 2.2vw;
    margin-top: 4vw;
    color: #2d2f30;
}
.item3hs{
    font-size: 3.3vw;
    color: #065894;
}
#awards{
    margin-top: 5vw;
    height: auto;
    text-align: center;
    width: 100%;
}
#awards h1{
    font-size: 5vw;
    margin: 0;
    color: #065894;
}
#awardsgrid{
    margin-top: 3vw;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.awardsitems{
    width: auto;
    height: auto;
    min-width: 350px;
}
#bluebox2 {
    background-color: #065894;
    height: 6vw;
    width: 100%;
    margin-top: 2vw;
}
.barBtn {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 0;
    text-decoration: none;
    color: white;
    padding: 0;
    padding-right: 3vw;
    padding-left: 3vw;
    padding-top: 1.7vw;
    display: grid;
    grid-column-gap: 4%;
    grid-template-columns: auto auto auto;
}
.barBtn a {
    background-color: rgb(250, 250, 250);
    color: #065894;
    box-shadow: 0.2vw 0.2vw 0.5vw #000000;
    border-style: hidden;
    border-radius: 10px;
}

.barBtn a:hover {
    background-color: #065894;
    color: rgb(250, 250, 250);
    box-shadow: none;
}
#item4{
    height: auto;
    width: 100%;
    background-color: none;
}
#beltonestoriesheader{
    margin-top: 2vw;
    height: 6vw;
    background-color: none;
}
#beltonestoriesheader h3{
    font-size: 5vw;
    color: #065894;
    margin: 0;
    text-align: center;
}
#beltonestories{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
* video{
    outline: none;
    height: 20vw;
    width: 36vw;
}
* iframe{
    outline: none;
    height: 20vw;
    width: 36vw;
}
.beltonestories{
    padding-left: 10vw;
}
.beltonestories h3{
    text-align: center;
    font-size: 2.1vw;
    color: #065894;
}
#mobile {
    margin-top: -24vh;
}
#whitebox {
    height: 2vw;
    background-color: rgb(250, 250, 250);
}
/*footer begin*/
#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;
}
/*footer end*/
@media screen and (orientation: portrait) {
    video{
        border: none;
    }
    iframe{
        border: none;
    }
    #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*/
    .parallax::before{
        background-image: none;
        background-repeat: no-repeat;
        overflow-x: hidden;
        width: 0;
        height: 0;
        top: 0;
        bottom: 0;
        background-size: 0;
    }
    .parallax {
        background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(BT_AM_HOME_BBQ_WIDE.jpg);
        background-size: 120vw 90vw;
        background-repeat: no-repeat;
        margin-top: -11vw;
        margin-bottom: 23vh;
    }
    #mobile {
        margin-top: -83vh;
    }
    #bar2 {
        height: 42px;
    }
    #item1{
        margin-top: 0vw;
        height: auto;
        padding-top: 10vw;
    }
    #item1h1{
        font-size: 9vw;
        margin-top: 0vw;
    }
    #item1iframe{
        display: none;
    }
    #item1grid{
        grid-template-columns: auto;
        justify-content: center;
        margin-top: 0vw;
    }
    #item1p{
        font-size: 5vw;
        text-align: center;
        align-self: center;
    }
    #item1para{
        margin-left: 0;
        width: 60vw;
    }
    #item1 h3 {
        margin-top: 0vw;
    }
    #item2 {
        margin-top: -6vw;
    }    

    #item3 {
        margin-bottom: 6vw;
        grid-gap: 3vw;
        justify-content: center;
        grid-template-areas:
        "a"
        "b"
        "d"
        "c";
    }
    .item3hs{
        font-size: 6vw;
    }
    .item3ps{
        font-size: 4vw;
    }
    #item3box1{
        height: 60vw;
        width: 80vw;
    }
    .item3imgs{
        height: 50vw;
        width: 70vw;
    }
    #item3box2{
        margin-left: auto;
        margin-right: auto;
        height: 50vw;
        width: 70vw;
    }
    #item3box3{
        margin-left: auto;
        margin-right: auto;
        height: 50vw;
        width: 70vw;
    }
    #item3box4{
        height: 60vw;
        width: 80vw;
    }
    #whycometobeltonebox h3 {
        font-size: 6.4vw;
        width: 31vw;
    }
    #whycometobeltonebox p {
        font-size: 3.5vw;
        width: 47vw;
        height: 3vw;
        margin-left: 4vw;
    }
    #whycometobeltonevideo {
        margin-top: 6vw;
        margin-left: 8vw;
    }
    #whycometobeltonevideo p {
        font-size: 3.5vw;
        margin-top: 1vw;
        margin-bottom: 0;
    }
    #bluebox2 {
        height: 9vw;
    }
    .barBtn {
        padding-top: 3vw;
        grid-column-gap: 1%;
    }
    .barBtn a {
        font-size: 3vw;
        background-color: rgb(250, 250, 250);
        color: #065894;
        box-shadow: 0.2vw 0.2vw 0.5vw #000000;
    }
    .awardsimgs{
        height: 20vw;
        width: 20vw;
    }
    #awards{
        margin-top: 20vw;
    }
    #awards h1{
        font-size: 6vw;
    }
    #item4 {
        flex-wrap: wrap;
        justify-content: center;
    }
    #beltonestoriesheader h3 {
        font-size: 6vw;
    }
    #beltonestories {
        justify-content: center;
        margin-top: 2vw;
    }
    .beltonestories {
        min-width: 400px;
        padding-left: 0;
    }
    .beltonestories h3 {
        font-size: 5.8vw;
        margin-top: 0;
        margin-bottom: 0;
    }
    .beltonestories iframe {
        height: 30vw;
        width: 53vw;
    }

    #companyPhrase{
        font-size: 2.4vw;
    }
    #copyright{
        font-size: 2.3vw;
    }
    #footerLogo{
        width: 18vw;
    }
    .footerbtns a{
        font-size: 3.6vw;
    }
}