
*{
    margin: 0;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    list-style-type: none;
}
a{
    text-decoration: none;
}

#header-write-up{
    background-color: rgb(0, 0, 255);
    text-align: center;
    color: white;
    padding: 10px;
}
#header-write-up h3{
    font-size:15px ;
    margin-top: 10px;
}
#nav-bar2{
display: flex;
flex-wrap: wrap;
justify-content: center;
   
}


#nav-bar2 p{
margin: 10px 0;

     }
#nav-bar2 a{
    text-decoration: none;
background-color: rgb(5, 18, 129);
padding: 5px 10px;
font-size: 10px;
margin-top: 10px;
margin-right: 7px;
color: white;
border-radius: 20px;
}

 .logo-container{
    width: 100px;
  margin-right: 20px; 
    
}

.logo-container img{
    width: 100%;
   border-radius: 5px;
}

#logo-wrapper{
    display: flex;
   justify-content: center;
  align-items: center;
  margin: 10px auto;



}
#logo-word-container{
    text-align: center;
 
   
}
#logo-word-container h6{
    font-size: 20px;
}
#landing-image{
    width: 100%;
  margin-bottom: 10px;
    text-align: center;
}

#landing-image img{
    width: 90%;
    object-fit: contain;
}

#landing-2-wrapper{
    width: 100%;
    margin: 10px auto;
}

#landing-image2{
    width: 100%;
  margin-bottom: 20px;
    text-align: center;
}

#landing-image2 img{
    width: 100%;
    object-fit: contain;
}

.announcement{
    margin-top: 30px;
    margin-bottom: 30px;
}
#landing-2-wrapper p{
    padding: 10px ;
    text-align: justify;
}



.journals{
   display: flex;
       
    }

    #journal-wrapper{
        max-width: 90%;
        margin: 10px auto;
        
    }
#journal-container{

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
 padding: 20px 5px;
    box-shadow: 1px 1px 6px 1px  black;
    width: 100%;
    margin-top: 20px;
   
   

}

#img-wrapper img{
text-align: center;
}




.links{
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.links li a{
    color: white;
    padding: 5px;
    font-size: 10px;
    background-color:blue;
    border-radius: 20px;
   
}
li{
    margin-top: 20px;
    margin-left: 7px;
    margin-right: 7px;

}
#side-bar-container{
    max-width: 25%; 
    text-align: center;
    display: none;
}
.dis{
   text-align: center;
}
.description p{
    text-align: justify;
}
#journal-img{
   
    margin-bottom: 20px;
}

#journal-img  p{
    text-align: justify;
}

.slider {
    position: relative;
    width: 800px;
    height: 600px;
    margin: 40px auto;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s;
}

.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navigation {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.prev, .next {
    background-color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.prev:hover, .next:hover {
    background-color: #ddd;
}

.dots {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background-color: #333;
} 
.site-footer{
    background-color: black;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;

}

.site-footer img{
    width: 50px;
    margin-right: 20px;
    border-radius: 2px;
    margin-left: 10px;
}

@media (min-width:768px) {
    #nav-bar2 a{
    
    font-size: 15px;
    
    }
    .links li a{
        font-size: 20px;
        padding: 10px;
    }

    .site-footer{
        background-color: black;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
    
    }
}

@media (min-width: 992px) {
    #side-bar-container{
        max-width: 25%; 
        text-align: center;
        display: block;
    } 

    #journal-container{

        display: flex;
       justify-content:space-between;
        flex-wrap: wrap;
     padding: 20px 5px;
        box-shadow: 1px 1px 6px 1px  black;
        width: 90%;
        margin-top: 20px;
    }

    .dis{
        text-align: center;
        width: 65%;
       
     }

     .links li a{
        font-size: 15px;
        padding: 10px;
    }

    li{
        margin-top: 20px;
        margin-left: 5px;
        margin-right: 5px;
    
    }

    .links{
        list-style-type: none;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .description p{
    margin-top: 20px;
    }
}


@media (min-width:1200px) {
    #nav-bar2 a{
    
        font-size: 25px;
        }

        #nav-bar2{
            margin: 20px 0;
        }


        #journal-container{

          
         padding: 20px 5px;
        
            width: 90%;
            margin-top: 20px;
        }
        .journals{
          margin: 0 20px;
                
             }

             #logo-wrapper{
                display: flex;
               justify-content: space-between;
              align-items: center;
              margin: 10px 10px;
            }

            .logo-container{
                width: 100px;
        
            }
            #logo-word-container{
                text-align: center;
             width: 100%;
            }

            #landing-image2 img{
                width: 90%;
                object-fit: contain;
            }
}
