*{
    margin:0px;
}
#mobile_header{
    display: none;
}
#desktop_header{
    display:block;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    height: 20%;
}
.cardview{
    margin-top: 0px;
    display:grid;
    position:fixed;
    width: 100%;
    grid-template-columns:auto 75%;
    background: navy;
}
.logo{
    width: 7vw;
    height: 7vw;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
}
.title_description{
    width: 70%;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}
.site_title{
    margin-top: 1vw;
    margin-bottom: 0px;
    font-size: 3vw;
    color: white;
}
.site_description{
    margin-top: 1vw;
    font-size: 2vw;
    color: white;
}
#mobile_tabbar{
    display: none;
}
.desktop_menu_button{
    width:10vw;
    background: blue;
    color: white;
    margin-bottom: 1vw;
}
#desktop_menu{
    margin-top: 8%;
    position: fixed;
    width: 100%;
    display: table;
    background: navy;
    text-align: right;
}
.body_{
    text-align: center;
    position: fixed;
    overflow: scroll;
    height: 77%;
    width: 75%;
    background: lightblue;
    margin-top: 10.4%;
}
body{
    margin-top: 0%;
    width: 100%;
}
img{
    margin-bottom: 3vw;
}
.sidebar{
    display: block;
    position: fixed;
    width: 25%;
    height: 80%;
    margin-top: 10.3%;
    margin-left: 75%;
    background: blue;
}
.service{
    text-align: left;
    width: 78%;
    height: 50%;
    color: white;
    margin-left: 10%;
    margin-top: 1vw;
    margin-bottom: 1vw;
    background-color: rgb(6, 98, 122);
    display: grid;
    grid-template-columns:auto 60%;
}
.service_name{
    margin-left: 1vw;
    margin-top: 2vw;
    font-size: 2.5vw;
}
.service_description{
    margin-left: 1vw;
    margin-right: 1vw;
    font-size: 1.5vw;
}
.service_image{
    width: 95%; 
    margin-left: 1vw;
    margin-top: 2vw;
}
.image_and_details{
    display: grid;
    grid-template-columns:auto 28%;
    margin-top: 2vw;
}
.details{
    text-align: left;
    font-size: 2vw;
    margin-left: 2vw;
}
.about_logo{
    width:20vw;
}
.about{
    text-align: left;
    font-size: 2vw;
    margin-left: 2vw;
    margin-right: 2vw;
}
.mission{
    text-align: left;
    font-size: 2vw;
    margin-left: 2vw;
    margin-right: 2vw;
}
.vission{
    text-align: left;
    font-size: 2vw;
    margin-left: 2vw;
    margin-right: 2vw;
}
@media (max-width:750px) {
    #mobile_header{
        display: block;
        position:fixed;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #desktop_header{
        display: none;
        height: 0px;
    }
    .cardview{
        display:grid;
        width: 100%;
        grid-template-columns:auto 75%;
        background: navy;
        margin: 0px;
    }
    .logo{
        width: 15vw;
        height: 15vw;
        margin-top: 1vw;
        margin-bottom: 1vw;
        margin-left: 2vw;
    }
    .title_description{
        width: 70%;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }
    .site_title{
        margin-top: 3vw;
        margin-bottom: 0px;
        font-size: 5vw;
        color: white;
    }
    .site_description{
        font-size: 3vw;
        color: white;
    }
    #mobile_tabbar{
        width: 100%;
        text-align: right;
        background-color: blue;
        display: block;
        height: 7.5vw;;
    }
    #mobile_menu{
        position: fixed;
        margin-top: 8.5vw;
        margin-left: 50%;
        width: 50%;
        height: 100%;
        background: blue;
    }
    #menu_button{
        width:7vw;
        margin-right: 1vw;
    }
    .mobile_menu_button{
        width: 100%;
        text-align: left;
        border-color:navy;
        font-size: 5vw;
        background:transparent;
    }
    .body_{
        text-align: center;
        position: fixed;
        overflow: scroll;
        height: 80%;
        margin-top: 25%;
        width: 100%;
    }
    body{
        height: 100%;
    }
    .sidebar{
        display: none;
    }
    .service{
        text-align: left;
        width: 75%;
        height: 65vw;
        color: white;
        margin-left: 15%;
        margin-top: 1vw;
        margin-bottom: 3vw;
        background-color: rgb(6, 98, 122);
        display: block;
    }
    .service_name{
        margin-left: 1vw;
        margin-top: 0px;
        font-size: 5vw;
    }
    .service_description{
        margin-left: 1vw;
        font-size: 3vw;
    }
    .service_image{
        width: 90%; 
        margin-left: 3.5vw;
        margin-top: 2.5vw;
        margin-bottom: 0px;
    }
    .image_and_details{
        display: grid;
        grid-template-columns:auto 28%;
        margin-top: 2vw;
    }
    .details{
        text-align: left;
        font-size: 3vw;
        margin-left: 2vw;
    }
    .about_logo{
        width:20vw;
    }
    .about{
        text-align: left;
        font-size: 3vw;
        margin-left: 2vw;
        margin-right: 2vw;
    }
    .mission{
        text-align: left;
        font-size: 3vw;
        margin-left: 2vw;
        margin-right: 2vw;
    }
    .vission{
        text-align: left;
        font-size: 3vw;
        margin-left: 2vw;
        margin-right: 2vw;
    }
}