/* Texts */

.heading-box {
    margin-bottom: 4vh;
}

.headings {
    font-size: 7vh;
}

hr.sto:after {
    font-size: 2vw;
}

.pbox {
    margin: 0.75rem 0;
    padding: 0 1rem;
}

/* Buttons */

#myBtn {
    transform: scale(0.8);
    right: 1vw;
    bottom: 3.75vh;
    padding: 1vw;
}

.btn {
    padding: 1.5vh 5vw;
    margin: 2.2vw;
    font-size: 1.2rem;
    letter-spacing: 2.5px;
    border: 3.5px solid var(--color-primary);
}

/* Navbar */

.search-box {
    width: 87.5%;
    border-top-left-radius: 8.5px;
    border-bottom-left-radius: 8.5px;
    font-size: 14px;
    border: 3.5px solid #f3f5f7;
}

.search input:focus,
.search-box:hover {
    border: 3.5px solid #c0daec;
}

.search-btn {
    width: 12.5%;
    font-size: 14px;
    border-top-right-radius: 8.5px;
    border-bottom-right-radius: 8.5px;
}

#profile {
    height: 32px;
}

#Layer_1 {
    height: 45px;
}

.search svg {
    width: 2.65vw;
    height: auto;
}

/*Footer */
.cols {
    flex-basis: 33%;
}

#logou {
    height: 20vw;
}

.cols h4 {
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
}

#wh {
    position: relative;
    top: 10px;
    right: 3px;
    font-size: 1.1rem !important;
}

.cols ul li a {
    font-size: 1.25rem;
}

.cols ul li a:hover {
    font-size: 1.23rem;
}

#slinks {
    justify-content: flex-start;
    align-items: flex-start;
}

.sc {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    margin-right: 10px;
}

#gs2 {
    width: 25vw;
}

.hrstyle {
    padding: 0.75px;
}

/* Maintenance */
#wh_maintainance {
    width: 35vw;
}