/*===== GOOGLE FONTS =====*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&family=Poppins&display=swap');

html{
    scroll-behavior: smooth;
}

body{
    height: 100%;
    font-family: 'Poppins', sans-serif;
    margin-top: 3%;
}

#header{
    background-image: linear-gradient(to bottom left, rgb(20,40,80), rgb(0,144,158));
}

.modal-content{
    height: 80%;
}

/*===== NAVBAR =====*/

.navbar-nav a{
    font-family: 'Poppins', sans-serif;
    border-bottom: 3px solid transparent;
}

.navbar-nav a:hover{
    border-bottom: 2px solid #0f1f41;
}

.navbar-nav a:active{
    color: #0f1f41;
    border-bottom: 2px solid #0f1f41;
}

/*===== HOME HTML =====*/
#home_banner{
    height: 100vh; 
    background-image: linear-gradient(to bottom left, rgb(20,40,80), rgb(0,144,158));
}

#banner_h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 4rem;
    color: white;
}

#banner_p{
    padding-right: 10%;
    color: white;
    font-size: 1.2rem;
}

#btn_1{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: white;
    border: solid;
    color: white;
    font-family: 'Montserrat', sans-serif;
    border-radius: 30px;
    margin-right: .5rem;
}

#btn_1:hover{
    background: white;
    border-color: white;
    color: #142850;
    
}

#btn_2{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    border-radius: 30px;
    color: #142850;
    border: solid, white;
}

#btn_3{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #142850;
    border: solid;
    color: #142850;
    font-family: 'Montserrat', sans-serif;
    border-radius: 30px;
    margin-right: .5rem;
}

#btn_3:hover{
    background: #142850;
    border-color: #142850;
    color: white;
    
}

#cont{
    background: #142850;
    color: white;
    padding: 40px;
}

#footer {
    background: #0f1f41;
    color: white;
}

#image_land{
    width: 100%;
    object-fit: contain;
    opacity: .3;
}

#sec {
    color: white;
    text-decoration: none;
}

#sec:hover {
    color:#00909E; 
    text-decoration:none; 
    cursor:pointer;  
}

#copyright {
    color: white;
    text-decoration: none;
}

#copyright:hover {
    color:#00909E; 
    text-decoration:none; 
    cursor:pointer;  
}

#btn_Send {
    background: white;
    color: #142850;
    font-weight: bolder;
}

#news{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

#contact{
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

/*===== ABOUT HTML =====*/

#welcome{
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
}

#welcome1{
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
}
#image_land2{
    width: 100%;
    object-fit: contain;
    opacity: .3;
}

/*===== ABOUT HTML =====*/

#newsimages{
    width: 300px; 
    height: 337px; 
    object-fit: cover; 
    object-position: 100% 0;
}

/*=====NEWS HTML =====*/

.image-area {
    padding: 1rem;
    position: relative;    
    background-color: lightgray;
}

.image-area::before {
    content: 'Uploaded image result';

    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}

/*===== EVENTS HTML =====*/


#card-events-lg{
    flex-direction: row; 
    align-items: center;
}

#events-img{
    object-fit: cover; 
    width: 20%; 
    height: 20%;
}

#event_container{
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    border-radius: 10px;
    margin-bottom: 30px;
}


/*===== LOGIN HTML =====*/
#login_container{
    top: auto;
    left: auto;
}

/*===== GALLERY HTML =====*/

#album_banner{
    height: 60vh; 
    background: rgb(0,144,158);
}

#banner_text1{
    text-align: center;
}

#new_folder{
    margin-bottom: 20px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

/*===== GENERAL =====*/

#welcome{
    font-size: 2rem;
}

#welcome1{
    font-size: 1.3rem;
}

/*===== HOME HTML =====*/

#home_banner{
    height: 100vh; 
}

#banner_text{
    text-align: center;
    margin-top: 50px;
}

#banner_h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    color: white;
}

#banner_p{
    margin-left: 40px;
    margin-right: 40px;
    padding-right: 0;
    font-size: .9rem;
    color: white;
}

#btn_1{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: white;
    border: solid;
    color: white;
    font-family: 'Montserrat', sans-serif;
    border-radius: 30px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

#btn_1:hover{
    background: white;
    border-color: white;
    color: #142850;
    
}

#btn_2{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    border-radius: 30px;
    color: #142850;
    border: solid, white;
    margin-left: 1rem;
    margin-right: 1rem;
}

    .card{
        width: 18rem;
        box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
        border-radius: 10px;
    }

    .card-title{
        font-weight: 900;
    }

    .card-body{
        font-weight: 300;
    }

    #image_land2{
        width: 1000px;
        object-fit: cover;
    }
}



/* Medium devices (portait tablets) */
@media only screen and (max-width: 1024px) {
    #welcome{
        font-size: 2rem;
    }

    #welcome1{
        font-size: 2rem;
    }
}

/* Small devices (portait phones) */
@media only screen and (max-width: 411px) {
    #welcome1{
        font-size: 1.3rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    #news{
        font-size: 34px;
    }

    .card{
        width: 18rem;
        box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
        border-radius: 10px;
        border: none;
    }

    .card-title{
        font-weight: 900;
    }

    .card-body{
        font-weight: 300;
    }

}