:root {
    --bg-primary: white;
    --bg-secondary: rgb(9, 36, 58);
    --fg-primary: black;
    --fg-secondary: rgb(255, 255, 255);
    --ac-primary: rgb(255, 51, 0);
    --ac-secondary: rgb(236, 185, 16);
}

.iconic {
    font-family: "FontAwesome";
    color: white;
    display: inline-block;
    text-align: center;
}

body {
    background: rgb(207, 207, 207);
    font-family: Oswald;
    padding: 0;
    margin: 0;
    font-size: 2vmin;
    overflow-x: hidden;
}

/* p {
    font-size: 4vmin;
} */

.card {
    position: relative;
    padding: 2vw;
    z-index: 10;
}

.card h1 {
    font-size: 200%;
    color: var(--ac-primary);
}

.card .content {
    text-align: center;
    background: var(--bg-primary);
    border-radius: 1vmin;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    font-family: 'Oswald';
    overflow: hidden;
    height: auto;
}

.card .content .text {
    padding: 5vmin;
    text-align: justify;
}

.zoom-image-container {
    width: 100vw;
    height: 50vw;
    overflow: hidden;
}

.zoom-image-container img {
    width: 100%;
    object-fit: none;
    object-fit: cover;
    object-position: center;
    /* transition: 0.5s; */
    padding: 0;
    margin: 0;
}

.infobar {
    margin-top: -20px;
    margin-left: -20px;
    padding: 5px 10px 5px 40px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    background: rgb(40, 182, 218);
    border-radius: 5px;
    width: 80%;
    transform: scale(1.0);
}

.infobar .info-text {
    margin: 0;
    font-size: 150%;
    color: rgb(255, 255, 255);
    text-align: left;
}

.zoom-image-container img:hover {
    transform: scale(1.1);
}

header {
    background: var(--bg-secondary);
    text-align: center;
    color: white;
    /* box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.4), -6px -6px 4px rgba(0, 0, 0, 0.4); */
    /* height: 20vmin; */
    overflow: hidden;
    /* transition: 0.5s; */
    top: 0;
    position: sticky;
    z-index: 9999;
}

#logo_container img {
    /* transition: 0.5s; */
    height: 15vmin;
    width: 15vmin;
    margin: 2.5vmin;
    clip-path: circle(7.2vmin at center);
    float: left;
}
.membership{
    /* color: var(--ac-secondary); */
    color: #efb800;
    font-weight: bold;
    font-size: 41px;
    letter-spacing: 1px;
}
label{
    font-size: 20px;
    letter-spacing: 1px;
}
#title_container {
    float: left;
    margin: 2.5vmin 0 2.5vmin 2.5vmin;
    /* transition: 0.5s; */
    text-align: left;
}

#title_container h1 {
    font-family: Oswald;
    color: var(--ac-secondary);
    font-size: 3.5vmin;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
}

@media screen and (max-width: 720px) {
    #title_container {
        width: 50vmin;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .nav-desktop {
        visibility: hidden;
    }
}

@media screen and (min-width: 721px) {
    #title_container {
        padding-top: 2.5vmin;
    }
    #menubutton {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

nav {
    float: right;
    margin-right: 2.5vmin;
    line-height: 20vmin;
    /* transition: 0.5s; */
}

nav ul {
    margin: 0;
    padding: 0;
}

.nav-desktop ul li {
    display: inline-block;
}

nav ul li a {
    color: var(--fg-secondary);
    text-decoration: none;
    font-weight: normal;
    padding: 0 10px;
    /* font-size: 150%; */
    /* transition: 0.5s; */
    letter-spacing: 1px;
}

.nav-mobile {
    float: none;
    clear: both;
    text-align: left;
    margin-top: 100px;
    padding: 0;
}

.nav-mobile ul {
    list-style: none;
    margin-top: 20px;
}

.nav-mobile ul li {
    padding: 10px;
    margin: 0;
    line-height: 1.2em;
    font-size: 200%;
}

.nav-mobile {
    /* transition: 0.5s; */
}

#menubutton {
    font-size: 7vmin;
    width: 20vmin;
    height: 20vmin;
    line-height: 20vmin;
    /* top: 5vmin; */
    color: white;
    background: var(--bg-secondary);
    margin: 0;
    position: absolute;
    transform: rotateZ(180deg);
    right: 0;
}

#menubutton:hover {
    text-decoration: none;
    background: white;
}

#menubutton:hover p {
    color: var(--bg-secondary);
}

#menubutton p {
    font-size: 7vmin;
    padding: 0;
    margin: 0;
    /* transition: 0.5s; */
}

a {
    color: var(--fg-secondary);
    text-decoration: none;
    /* transition: 0.5s; */
}

a:hover {
    text-decoration: underline;
    color: var(--ac-secondary);
}

a:active, nav ul li a:focus {
    border: none;
}

hr {
    margin: 0;
    height: 1px;
    background: rgb(4, 25, 39);
    border: none;
}

footer {
    position: relative;
    color: var(--fg-secondary);
    margin: 0;
    height: auto;
    background: var(--bg-secondary);
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.4), -6px -6px 4px rgba(0, 0, 0, 0.4);
    font-size: 120%;
}

footer p {
    font-size: 130%;
}

footer h1 {
    color: white;
}

#social-buttons {
    text-align: center;
    padding: 10px;
    margin: 0;
}

#social-buttons a {
    padding: 10px;
    font-size: 4vmin;
    line-height: 1em;
    width: 9vmin;
    height: 8vmin;
    border-radius: 5px;
}

#fb-button:hover {
    background: white;
    color: #4267b2;
    text-decoration: none;
}

#tw-button:hover {
    background: white;
    color: #1da1f2;
    text-decoration: none;
}

#yt-button:hover {
    background: white;
    color: red;
    text-decoration: none;
}

#fb-button {
    background: #4267b2;
}

#tw-button {
    background: #1da1f2;
}

#yt-button {
    background: red;
}

.button {
    margin: 2vmin;
    padding: 1vmin 3vmin;
    position: relative;
    left: -50%;
    transform: scale(1.0);
    background: var(--ac-primary);
    /* transition: 0.5s; */
    text-align: center;
    font-family: 'Oswald';
    font-size: 126%;
    border-radius: 3px;
}

.button a {
    color: var(--fg-secondary);
    text-decoration: none;
}

.button:hover {
    background: var(--bg-primary);
    transform: scale(1.1);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1), -2px -2px 2px rgba(0, 0, 0, 0.1);
}

.button:hover a {
    color: var(--ac-primary);
}

#activities img {
    width: 100%;
    margin: 0;
}

#activities p {
    margin: 0;
    margin-top: -10px;
    /* margin-bottom: 40px; */
    padding: 10px;
}

h1 {
    color: var(--ac-primary);
}

.activity_card {
    width: 44%;
    height: 30vw;
    float: left;
    overflow: hidden;
    margin-left: 4%;
    margin-top: 5%;
    border-radius: 5px;
    background: var(--ac-primary);
    text-align: justify;
    /* transition: 0.5s; */
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.activity_card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px 2px rgba(0,0,0,0.2);
}

.activity_card img {
    width: 100%;
    height: 70%;
    object-fit: cover;
}

.activity_card p {
    height: 30%;
    margin: 0;
    padding: 5px;
    font-size: 5vmin;
    text-align: justify;
}

@media screen and (max-width: 720px) {
    .activity_card {
        width: 90vw;
        height: 60vw;
        margin: 5vw;
    }
}


@media screen and (max-width: 600px) {
 header {
   
    position: sticky;
    height:20vmin;
    z-index: 9999;
}
.nav-mobile ul li {
    font-size: 88%;
}
}
br {
    clear: both;
}
