@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;
    }
}










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

.pro-name {
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.pro-item {
    margin-right: 2rem;
    margin-left: 2rem;
    margin-bottom: 3rem;
}

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

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

.pro p {
    font-size: 18px;
    margin: 0;
}

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

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

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

    .pro-item {
        margin-right: 2rem;
        margin-left: 2rem;
        margin-bottom: 5rem;
    }
}

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

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

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

    .pro-item {
        margin-right: 1rem;
        margin-left: 2rem;
        margin-bottom: 5rem;
    }
}

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

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

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

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