html {
    background: #12b1ed;
}

header {
    padding: 1px 20px;
    padding-bottom: 20px;
    color: white;
    min-width: 750px;
}

h1 {
    font-family: 'Cinzel', serif;
}

header h1 {
    text-align: center;
    font-size: 46px;
    margin: 10px 0px;
}

.nav-container {
    display: flex;
    justify-content: space-around;
}

a {
    background-color: transparent;
    color: white;
    text-decoration: none;
    padding: 5px;
    border: 1.5px solid white;
    border-radius: 2px;
}

a.selected {
    border-color: #1242b6;
    color: #1242b6;
}

main {
    background: white;
    display: flex;
    flex-direction: row;
    /* font-size: 24px; */
    font-size: 1.75vw;
    /* font-family: 'Patrick Hand', cursive; */
    /* font-family: 'Just Another Hand', cursive; */
    font-family: 'Laila', serif;
    color: #12b1ed;
    height: 450px;
}

main .clients {
    overflow: scroll;
}

img {
    display: block;
}

main img {
    height: auto;
    min-width: 360px;
    width: 360px;
}

.left-section.clients {
    min-width: 350px;
}

.left-section.clients img {
    position: relative;
    top: -50px;
}

.left-section.clients {
    overflow: hidden;
}

.right-section.welcome {
    font-size: 45px;
    overflow: scroll;
}

.right-section.welcome p {
    min-width: 450px;
    padding: 0;
    margin: 0;
    margin-top: 45px;
}

main .text-section {
    padding: 0px 0px 0px 25px;
}

.right-section.office {
    overflow: scroll;
}

.right-section.office, .left-section.contact {
    font-size: 24px;
}


main .right-section .text-section {
    padding-right: 50px;
}



footer {
    background: #12b1ed;
    padding: 10px 20px;
    padding-bottom: 20px;
    color: white;
}

footer h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    padding-bottom: 10px;
    font-size: 37px;
}

.footer-bottom {
    display: flex;
    justify-content: space-around;
    font-size: 26px;
    /* font-family: 'Just Another Hand', cursive; */
    font-family: 'Laila', serif;
}

.left-section.about {
    height: 450px;
    overflow: scroll;
}

.left-section.about li p {
    padding: 0px 0px;
    margin: 10px 0px;
}

.right-section.about img {
    display: block;
    height: auto;
    min-width: 450px;
    width: 450px;
}

.office img {
    min-width: 675px;
    width: 675px;
}

footer.welcome h1 {
    margin: 0px;
    padding-bottom: 2px;
}


.fees p {
    padding: 0px;
    margin: 0px;
}

.fees {
    margin-top: 10px;
    overflow: scroll;
}

.fees p {
    padding: 2.5px;
    font-size: 24px;
}

.fees p:last-child {
    padding-bottom: 1px;
}

.right-section.contact img {
    min-width: 450px;
    width: 450px;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
    .welcome p {
        font-size: 24px;
    }
}