/*Google fonts import code*/
@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Protest+Revolution&display=swap');

/*global styles*/
body {
    background-color: black;
    font-family: "Geist Mono", monospace;
    font-size: 14px;
    color:white;
    height: 100vh;
    padding-top: 3rem;
}
.page-title {
    font-size: 1.3rem;
    color: #11ED73;
}
h3 {
    font-size: 0.9rem;
}

/*Header*/
#header {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background-color: black;
    z-index: 9999;
}
#header .row {
    margin: 0;
    padding: 0;
}
#logo {
    font-family: "Protest Revolution", sans-serif;
    color: #11ED73;
    font-size: 30px;
    text-decoration: none;
}
.header-img {
    height: 4rem;
    width: auto;
}

/*Navigation*/
.nav {
    display: flex;
    justify-content: space-between;
    background-color: black;
}
.nav-link {
    color: #11ED73;
    font-size: 0.8rem;
    text-decoration: none;
}
.nav-link:hover {
    color: white;
}

/*Carousel*/
.c-item {
    position: relative;
    max-height: 100%;
    padding: 0.5rem;
    background-color: #11ED73;  
}
.c-caption {
    width: 75%;
    left: 12.5%;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}
.c-caption p {
    font-size: 12px;
}
.welcome-parg {
    margin-bottom: 20px;
}

/*Call to action button*/
.cta-btn {
    color: #11ED73;
    border-color: #11ED73;
    border-block-width: 5px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/*About page*/
.a-item {
    height: 100%;
    padding: 0.8rem;
    margin-right: -20px;
    background-color: #11ED73;
    font-size: 12px;
    color: black;
}
.a-img {
    border-radius: 50%;
    padding: 0.5rem;
    background-color:#11ED73;
}

/*Events page*/
.e-item {
    background-color: black;
    color: #11ED73;
}
.e-item ul {
    font-size: 12px;
    color: white;
}
.cr-img {
    height: 0.8rem;
}

/*Contact page*/
.cp-item {
    color: #11ED73;
}
.cta-btn2 {
    font-size: 0.6rem;
    border-color: #11ED73;
    border-block-width: 0.2rem;
    color: #11ED73;
}

/*Footer*/
.f-item {
    margin-top: 1rem;
    margin-right: -2rem;
    background-color: black;
    color: #11ED73;
}
#logo2 {
    font-family: "Protest Revolution", sans-serif;
    color: #11ED73;
    padding-top: 10px;
    font-size: 30px;
    text-decoration: none;
}
.f-img {
    height: 2rem;
}

/*Thank you message*/
.ty-item {
    color: #11ED73;
    margin-top: 5rem;
}

/*404 error message*/
.error-item {
    color: #11ED73;
    margin-top: 5rem;
}

/*Media Queries*/

/*1 Extra small mobile devices (small phones, 320px and above)*/
@media screen and (min-width: 320px) {
    #logo {
    font-size: 1.3rem;
    }
    .header-img {
    height: 2.2rem;
    }
    .page-title {
        font-size: 1.1rem;
    }
    .f-img {
    height: 2.2rem;
    }
    #logo2 {
    font-size: 1.3rem;
    }
}

/*2 Small mobile devices (phones, 360px and above)*/
@media screen and (min-width: 360px) {
    body {
        padding-top: 7rem;
    }
    #logo {
        font-size: 1.5rem;
    }
    .header-img {
        height: 2.9rem;
    }
    .page-title {
        font-size: 1.3rem;
    }
    .nav-link {
        font-size: 0.9rem;
    }
    .c-item {
        padding: 0.7rem;
    }
    .c-caption p {
        font-size: 1rem;
    }
    .a-item {
        font-size: 1.2rem;
        padding: 0.5rem;
    }
    .f-img {
        height: 2.9rem;
    }
    #logo2 {
    font-size: 1.5rem;
    }
}

/*3 Small devices (portrait tablets and large phones, 576px and up)*/
@media screen and (min-width: 576px) {
    #logo {
        font-size: 2.3rem;
    }
    #header {
        height: 3rem;
    }
    .header-img {
        height: 3.9rem;
    }
    .page-title {
        font-size: 1.5rem;
    }
    .nav-link {
        font-size: 1rem;
    }
    .c-item {
        padding: 0.8rem;
    }
    .c-caption p {
        font-size: 1.1rem;
    }
    .a-item {
        font-size: 1.3rem;
        padding: 0.7rem;
    }
    .f-img {
        height: 3rem;
    }
    #logo2 {
        font-size: 1.6rem;
    }
}
  
/*4 Medium devices (landscape tablets, 768px and up)*/
@media screen and (min-width: 768px) {
    body {
        padding-top: 8rem;
    }
    #logo {
        font-size: 2.7rem;
    }
    #header {
        height: 5rem;
    }
    .header-img {
        height: 4.2rem;
    }
    .page-title {
        font-size: 1.6rem;
    }
    .nav-link {
        font-size: 1rem;
    }
    .c-item {
        padding: 0.9rem;
    }
    .c-caption p {
        font-size: 1.2rem;
    }
    .a-item {
        padding: 0.8rem;
    }
    .f-img {
        height: 3.1rem;
    }
    #logo2 {
        font-size: 1.7rem;
    }
}

/*5 Large devices (laptops/desktops, 992px and up)*/
@media screen and (min-width: 992px) {
    body {
        font-size: 1.1rem;
        padding-top: 9rem;
    }
    #logo {
        font-size: 2.8rem;
    }
    #header {
        height: 6rem;
    }
    .header-img {
        height: 4.3rem;
    }
    .page-title {
        font-size: 1.7rem;
    }
    .c-item {
        padding: 1rem;
    }
    .c-caption p {
        font-size: 1.4rem;
    }
    .a-item {
        font-size: 1.4rem;
        padding: 1rem;
    }
    .f-img {
        height: 3.2rem;
    }
    #logo2 {
        font-size: 1.8rem;
    }
}

/*6 Extra large devices (large laptops and desktops, 1200px and up)*/
@media screen and (min-width: 1200px) {
    body {
        font-size: 1.2rem;
        padding-top: 9rem;
    }
    #logo {
        font-size: 2.9rem;
    }
    #header {
        height: 7rem;
    }
    .header-img {
        height: 4.4rem;
    }
    .page-title {
        font-size: 1.8rem;
    }
    .nav-link {
        font-size: 1.2rem;
    }
    .c-item {
        padding: 1.1rem;
    }
    .c-caption p {
        font-size: 1.7rem;
    }
    .a-item {
        font-size: 1.4rem;
        padding: 1.2rem;
    }
    .f-img {
        height: 3.3rem;
    }
    #logo2 {
        font-size: 1.9rem;
    }
}

/*8 Extra extra large devices (large laptops and desktops, 1400px and up)*/
@media screen and (min-width: 1400px) {
    body {
        font-size: 1.3rem;
    }
    #logo {
        font-size: 3rem;
    }
    .header-img {
        height: 4.5rem;
    }
    .page-title {
        font-size: 1.9rem;
    }
    .c-item {
        padding: 1.2rem;
    }
    .c-caption p {
        font-size: 1.9rem;
    }
    .a-item {
        font-size: 1.7rem;
        padding: 1.2rem;
    }
    .f-img {
        height: 3.4rem;
    }
    #logo2 {
        font-size: 2rem;
    }
}
