* {
    margin: 0vh;
    padding: 0px;
    box-sizing: border-box;
}

#nav {
    width: 100%;
    height: 8.8vh;
    background-color: rgb(23, 22, 22);
    top: 0px;
    /* position: sticky; */
}

.navrap {
    width: 90%;
    margin: auto;
}

.logo {
    margin-top: 1px;
    position: absolute;
    margin-top: 10px;
}

.navrap .logo img {
    height: 4.5vh;
    margin-left: 54vh;

}

.navrap .logo img a:hover {
    color: rgb(204, 207, 210);
}

.menu ul {
    display: flex;
    justify-content: space;
    padding-left: 70vh;

}

.menu ul li {
    margin: 0;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
}

.menu ul li a {
    color: rgb(194, 194, 191);
    text-decoration: none;
    font-size: 13px;
    /* text-transform: uppercase; */
    /* font-size: 10px; */
    /* padding-right: 10vh; */
    /* margin-right: 20vh; */
    /* font-weight: bold;  */
}

.menu ul li a:hover {
    color: rgb(255, 255, 255);
}

.home {
    /* margin-left: 750px; */
}
.ban{
    background-image: url(./hero-banner-homepage.image.large_2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
}
.sup{
    width: 100%;
    height: 90vh;
}
.ytss img {

    width: 100%;
    height: auto;
    margin-top: 3vh;

}

.yts h1 {
    font-size: 40px;
    text-align: center;
    color: rgb(19, 17, 18);
    margin-top: 10vh;
}

.yts p {
    font-size: 20px;
    text-align: center;
    color: rgb(15, 16, 16);
    
}
.jta img {

    width: 90%;
    height: auto;
    margin-top: 3vh;
    margin-left: 10vh;

}

.jf h1 {
    font-size: 40px;
    text-align: center;
    color: rgb(19, 17, 18);
    margin-top: 10vh;
}

.jf p {
    font-size: 20px;
    text-align: center;
    color: rgb(15, 16, 16);
    
}
.t{
    background-color: aliceblue;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 80%;
    margin-left: 18vh;
}
.t h1{
    font-size: 40px;
    text-align: center;
    color: rgb(19, 17, 18);
    margin-top: 10vh;
    
}
.t p{
    font-size: 20px;
    text-align: center;
    color: rgb(15, 16, 16);
}
.aplc img {

    width: 90%;
    height: auto;
    margin-top: 3vh;
    margin-left: 10vh;

}

.apc h1 {
    font-size: 40px;
    text-align: center;
    color: rgb(19, 17, 18);
    margin-top: 10vh;
}

.apc p {
    font-size: 20px;
    text-align: center;
    color: rgb(15, 16, 16);
    
}
.t1{
    background-color: aliceblue;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 80%;
    margin-left: 18vh;
}
.t1 h1{
    font-size: 40px;
    text-align: justify;
    color: rgb(19, 17, 18);
    margin-top: 10vh;
    
}
.t1 p{
    font-size: 20px;
    text-align: justify;
    color: rgb(15, 16, 16);
}
footer {
    background-color: rgb(242, 242, 241);
    height: 235vh;
    /* margin-top: 130vh; */
}

.logo-footer {
    width: 50px;
    margin-top: 10vh;
}

.txt-copy {
    margin: 0;
}

.txt-copy a {
    color: #fff;
    text-decoration: underline;
}

.txt-copy a:hover {
    text-decoration: none;
}

.footer-container {
    display: flex;
}

.footer-list {
    margin-left: 8vh;
    width: 30%;
    margin-top: 8vh;

}

.footer-list p a {
    color: #1d1d1f;
    text-decoration: none;
}

.footer-list p a:hover {
    text-decoration: underline;
}

.clear-footer {
    clear: left;
}

.foot-notes ul li {
    color: #86868b;
    height: 8vh;
    margin: 10px 0;
    text-align: left;
    margin-top: 5vh;
}

.footer-container,
.footer-list-container {
    width: 70%;
    margin: 0 auto;
}


