@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');

body {
    margin: 0;
    background-color: white;
}










/* Navbar */
.navbar {
    margin-top: 2rem;
    margin-left: 3.5rem;
    font-family: 'Comfortaa', cursive;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-link {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    margin-left: 1rem;
    margin-right: 1rem;
    display: inline-block;
    position: relative;
}

.nav-link::before {
    width: 0%;
    bottom: 0px;
    transition: 300ms;
    height: 1px;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, .9);
}
  
.nav-link:hover::before {
    width: 100%;
}

.nav-item {
    margin-top: 2rem;
    height: 3rem;
}

.navbar-center {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;  /* 50% of your logo width */
    display: block;
}

.navbar-logo {
    font-size: 50px !important;
    text-transform: uppercase;
    margin-left: 5rem;
    margin-right: 5rem;
    color: rgba(0, 0, 0, .9);
    padding: 0;
    font-family: 'Quicksand', cursive;
}

.navbar-logo-mobile {
    font-size: 50px !important;
    text-transform: uppercase;
    margin-left: 1rem;
    color: rgba(0, 0, 0, .9);
    padding: 0;
    font-family: 'Quicksand', cursive;
}

.navbar-center-caption {
    text-align: center;
    margin-top: .5rem;
    display: block;
    font-size: 20px;
}

.navbar-nav .dropdown-menu {
    background-color: white;
    position: sticky;
}

.dropdown-item {
    background-color: white;
    text-transform: uppercase;
    font-size: 15px;
}

/* Nav mobile */
@media only screen and (max-width: 600px) {
    .navbar {
        margin-top: 1rem;
        margin-left: 1rem;
    }

    .navbar-logo-mobile {
        font-size: 30px !important;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-toggler {
        margin-right: .5rem;
    }

    .navbar-nav {
        margin-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #7c8184 ;
    }

    .nav-item {
        margin-top: .5rem;
        margin-bottom: .5rem;
        height: 2rem;
    }

    .navbar-center-caption {
        text-align: center;
        margin-top: .5rem;
        display: block;
        font-size: 15px;
    }
}

/* Nav portrait tablet and large phone */
@media only screen and (min-width: 600px) {
    .navbar {
        margin-top: 1rem;
    }

    .navbar-logo-mobile {
        font-size: 30px !important;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-toggler {
        margin-right: .5rem;
    }

    .navbar-nav {
        margin-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #7c8184 ;
    }

    .nav-item {
        margin-top: .5rem;
        margin-bottom: .5rem;
        height: 2rem;
    }

    .navbar-center-caption {
        text-align: center;
        margin-top: .5rem;
        display: block;
        font-size: 15px;
    }
}

/* Nav landscape tablets */
@media only screen and (min-width: 768px) {
    .navbar {
        margin-top: 1rem;
    }

    .navbar-logo-mobile {
        font-size: 30px !important;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-toggler {
        margin-right: .5rem;
    }

    .navbar-nav {
        margin-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #7c8184 ;
    }

    .nav-item {
        margin-top: .5rem;
        margin-bottom: .5rem;
        height: 2rem;
    }

    .navbar-center-caption {
        text-align: center;
        margin-top: .5rem;
        display: block;
        font-size: 15px;
    }
}

/* Nav laptops/desktops */
@media only screen and (min-width: 992px) {
    .navbar-nav {
        border-bottom: none;
    }

    .navbar-center-caption {
        text-align: center;
        margin-top: .5rem;
        display: block;
        font-size: 20px;
    }
}










/* About intro */
.about-intro {
    margin-left: 5rem;
    margin-right: 5rem;
    margin-top: 5rem;
    padding-bottom: 3rem;
    text-align: center;
    font-family: 'Quicksand', cursive;
    font-size: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, .4);
}

.about-intro p {
    margin: 0;
}

.about-intro-title {
    text-transform: uppercase;
}

/* About intro mobile */
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .about-intro {
        margin-top: 3rem;
        margin-left: 1.8rem;
        margin-right: 1.8rem;
        font-size: 18px;
    }
}

/* About intro tablet */
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .about-intro {
        margin-top: 2.5rem;
        margin-left: 1.8rem;
        margin-right: 1.8rem;
        font-size: 18px;
    }
}










/* Who */
.who {
    margin-left: 5rem;
    margin-right: 5rem;
    margin-top: 5rem;
    text-align: center;
    font-family: 'Quicksand', cursive;
    font-size: 20px;
    margin-bottom: 5rem;
}

.who-name {
    margin-bottom: 1rem;
}

.who-person {
    margin-right: 2rem;
    margin-left: 2rem;
    margin-bottom: 3rem;
}

.who-title {
    text-transform: uppercase;
    margin-bottom: 5rem;
}

.who-img {
    width: 20rem;
    height: 20rem;
    position: relative;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    border-radius: 10rem;
    overflow: hidden;
    margin-bottom: 3rem;
}

.who p {
    font-size: 18px;
}

/* Who mobile */
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .who {
        margin-left: 0;
        margin-right: 0;
        margin-top: 4rem;
        text-align: center;
        font-family: 'Quicksand', cursive;
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .who-title {
        text-transform: uppercase;
        margin-bottom: 6rem;
    }

    .who-img {
        width: 15rem;
        height: 15rem;
        position: relative;
        -webkit-border-radius: 5rem;
        -moz-border-radius: 5rem;
        border-radius: 10rem;
        overflow: hidden;
        margin-bottom: 3rem;
    }

    .who-person {
        margin-right: 2rem;
        margin-left: 2rem;
        margin-bottom: 5rem;
    }
}

/* Who tablet */
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .who {
        margin-left: 0;
        margin-right: 0;
        margin-top: 4rem;
        text-align: center;
        font-family: 'Quicksand', cursive;
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .who-title {
        text-transform: uppercase;
        margin-bottom: 6rem;
    }

    .who-img {
        width: 15rem;
        height: 15rem;
        position: relative;
        -webkit-border-radius: 5rem;
        -moz-border-radius: 5rem;
        border-radius: 10rem;
        overflow: hidden;
        margin-bottom: 3rem;
    }

    .who-person {
        margin-right: 1rem;
        margin-left: 2rem;
        margin-bottom: 5rem;
    }
}

/* Who laptop */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .who {
        margin-left: 0;
        margin-right: 0;
        margin-top: 4rem;
        text-align: center;
        font-family: 'Quicksand', cursive;
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .who-title {
        text-transform: uppercase;
        margin-bottom: 6rem;
    }

    .who-img {
        width: 15rem;
        height: 15rem;
        position: relative;
        -webkit-border-radius: 5rem;
        -moz-border-radius: 5rem;
        border-radius: 10rem;
        overflow: hidden;
        margin-bottom: 3rem;
    }

    .who-person {
        margin-right: 2rem;
        margin-left: 2rem;
        margin-bottom: 5rem;
    }
}
