:root {
    --section_font_size: 40px;
    --border_radius: 15px;
    --primaire: rgb(61, 81, 87);
    --secondaire: hsla(0, 0%, 100%, 0.388);
    --ternaire: rgb(46, 89, 101);
    --pale_primaire: rgb(199, 217, 222);;
    --dark_txt: black;
    --dark_txt_colour: rgba(235, 235, 235, 0.991);
}
main {
    padding: 16px !important;
}
body {
    position: relative;
}
#navbar {
    background-color: var(--primaire) !important;
    white-space: nowrap;
}
#title {
    color: var(--dark_txt_colour);
    font-weight: bold;
    font-size: xx-large;
}
#pfp {
    border-radius: var(--border_radius) !important;
}
#img_main {
    width: 900px;
    border-radius: var(--border_radius);
}
#rdz_vs {
    background-color: rgb(199, 217, 222);
    padding: 1.5rem 2rem;
    font-size: larger;
    color: black;
    font-weight: 500;
    border-radius: 1rem;
}
#go_link:link,
#go_link:active,
#go_link:visited {
    text-decoration: none;
}
#rdz_vs:hover {
    background-color: rgba(56, 101, 114, 0.592);
}
#audio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.5rem;
}
#contact_form {
    width: 45rem;
}
#s1,
#s2,
#s3 {
    margin-top: 1rem;
}
.social-link {
    text-decoration: none;
}
.social {
    font-size: 2.5rem;
    margin-right: 1.5rem;
    color: var(--dark_txt_colour);
}
.social:hover  {
    color: rgb(199, 217, 222); 
}

.pfp_card {
    object-fit: contain;
    align-items: center;
    align-self: center;
}

.card_service {
    border-width: 3px;
    align-items: center;
}

.tile {
    border-radius: var(--border_radius);
    text-align: center;
    background-color: var(--pale_primaire);
    border-color: var(--pale_primaire);
}
.card {
    border-radius: var(--border_radius) !important;

    display: flex;
    flex-direction: column;
    text-align: center;

    margin-left: auto;
    margin-right: auto;
    max-width: 900px;

    background-color: var(--pale_primaire);
    border-color: var(--pale_primaire);
}
.card_text {
    margin-bottom: 3rem !important;
}
.card_bottom_text {
    text-align: left;
    font-size: small;
    color: var(--ternaire);
    font-weight: bolder;
    bottom: 0;
    position: absolute;
}
.img_container {
    position: relative;
    text-align: center;
}
.img_txt {
    margin: 30px 0 50px 0;
    text-align: center;
    font-weight: 600;
}
.img_subtxt {
    font-weight: 600;
    width: 85%;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.desc {
    display: flex;
    margin-bottom: 10rem;
    flex-direction: column;
    align-items: center;
}
.section > h4 {
    text-align: center;
    font-size: var(--section_font_size);
    margin-bottom: 2rem;
    margin-top: 10rem;
}
.services {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
}
a.nav-link.active {
    color: var(--ternaire) !important;
    background-color: rgb(199, 217, 222) !important;
}
a.nav-link {
    color: var(--dark_txt_colour) !important;
    font-size: large;
    font-weight: bolder;
}

#logo {
    width: 50px;
    height: 50px;
    border-radius: 15px;
}

h5 {
    font-size: medium;
}

.img_txt {
    top: 35% !important;
}

.img_subtxt {
    opacity: 0 !important;
}
#name {
    font-size: large;
}
#coach {
    font-size: x-small;
}

@media (min-width: 700px) {
    .img_txt {
        top: 40% !important;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        display: flex;
        flex-direction: row;
        justify-content: center !important;
    }
    .nav-item {
        margin-right: 10px;
    }
}

@media (min-width: 1200px) {
    .img_subtxt {
        opacity: 1 !important;
        width: 65%;
        font-size: 20px;
    }
    .img_txt {
        font-size: 65px;
    }
    #nav-pills {
        display: flex !important;
        width: 30% !important;
        justify-content: space-between !important;
        margin-left: 15rem !important;
    }
    #logo {
        width: 70px;
        height: 70px;
    }
    #name {
        font-size: xx-large;
    }
    #coach {
        font-size: large;
    }
}

footer {
    margin: 3rem 0 1rem 0;
    text-align: center;
    font-size: small;
}

