@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace+SC&display=swap');

body{
    background-image: radial-gradient(rgb(11, 0, 37),black); 
    background-size: cover;
    height: 100vh;
    margin: 0;
    color: azure;
    font-family: 'Bruno Ace SC', cursive;
}
header{
    top: 0;
    width: 100%;
    align-items: center;
}
.navbar{
    top: 0;
    display: flex;
    background-image: linear-gradient(180deg,#005164, inherit);
}
.left{
    padding-left: 2rem;
}
@media (max-width:520px){
    .nav-links{
        display: none;
    }
    .menu-icon{
        display: block;
        background-color: transparent;
        margin-right: 2rem;
        border: 0;
    }
    .menu-container{
        text-align: center;
        padding-bottom: 0.4rem;
    }
    #menu{
        display: none;
        align-items: center;
    }
    #menu.open{
        display: block;
    }
    #menu.open li{
        padding-top: 1rem;
    }
    iframe{
        width: 70vw;
    }
    footer p{
        padding-bottom: 1rem;
    }
    /* About */
    .about-para{
        width: 90%;
    }
    .ar{
        /* margin-top: 4rem;
        margin-left: 1.5rem; */
        margin: 4rem 1.5rem 0 1.5rem;
    }
    .ar{
        border-bottom: solid indigo;
    }
    .centers{
        flex-direction: column;
    }
    .center{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .center img{
        border-top: solid indigo;
        padding-top: 2rem;
    }
}
@media (min-width:521px){
    .navbar{
        display: flex;
    }
    .menu-icon{
        display: none;
    }
    .menu {
        display: none;
    }
    /* About */
    .about-para{
        width: 60%;
    }
    .center{
        width: 100%;
    }
    .ar{
        width: 50vw;
        margin-left: 3rem;
        border-top: solid indigo;
        border-bottom: solid indigo;
    }
    .centers{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .about{
    width: 95%;
    }
}
.logo {
    padding-top: 1rem;
    margin-block-start: 0;
}
.right{
    margin-left: auto;
}
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.navbar li {
    display: inline;
}
a {
    padding: 1rem;
    color: rgba(245, 245, 245, 0.87);
    text-align: center;
    text-decoration: none;
}
a:hover{
    padding-bottom: 0.5rem;
    border-bottom: solid rgba(245, 245, 245, 0.685);
    border-radius: 20%;
}
a:active{
    color: white;
    border-color: blueviolet;
}
.container{
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
}
.colum-1{
    font-family: 'Bruno Ace SC', cursive;
    text-align: center;
    margin: 1%;
    padding: 2%;
    justify-content: center;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
    border-radius: 3px; 
}
h1{
    font-size: 2.5rem;
    transition: ease-in-out 200ms;
}
h1:hover{
    letter-spacing: 0.1rem;
    cursor: progress;
}
.colum-2{
    text-align: center;
    font-family: 'Bruno Ace SC', cursive;
    margin: 1%;
    padding: 2%;
}
.fa-bars{
    color: aliceblue;
}
.logo{
    width: 3rem;
}
iframe{
    border-radius: 5px;
    transition: 200ms;
}
iframe:hover{
    transform: scale(1.1);
    box-shadow: 3px 4px 5px 2px rgba(0, 0, 0, 0.589);
}
hr{
    width: 97%;
    margin-top: 3rem;
    border-color: indigo;
}
.join{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgba(240, 248, 255, 0.904);
    padding-left: 2rem;
    padding-right: 2rem;
}
h3{
    text-align: center;
    margin-bottom: 0;
}
p{
    text-align: center;
}
.join .button{
    margin: 0 auto;
    color: white;
    border: 0;
    padding: 5px 15px;
    border-radius: 3px;
    font-weight: bold;
    font-family: 'Bruno Ace SC', cursive;
    background: indigo;
    letter-spacing: 1px;
    transition: all 200ms;
}
.join .button:hover{
    background: blueviolet;
    transform: scale(1.1);
}
.join .button:active{
    background: darkmagenta;
}
.join a{
    text-align: center;
    border: 0;
    padding: 0;
}
.join a:hover{
    border: 0;
}
footer p{
    opacity: 20%;
    font-size: small;
    letter-spacing: 0.5rem;
    margin-top: 2rem;
}

::-webkit-scrollbar{
    width: 5px;
}
::-webkit-scrollbar-thumb{
    background-color: indigo;
}
::-webkit-scrollbar-track{
    background: rgb(11, 0, 37);
}

/* ABOUT */

.left a{
 padding: 0;
} 
.left a:hover{
    border: 0;
} 
.about-headline{
    text-align: center;
    margin: 5rem 0  0.6rem 0;
}
.about-para{
    margin: 0 auto;
}
.ar p{
    text-align: left;
}
.centers{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.center-headline{
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.center img{
    width:100%;
    height: 16rem;
    border-radius: 3px;
}
.center p{
    text-align: left;
}