*{
    margin: 0;
    padding: 0;
    }

#head{
    margin: 0px;
    padding: 0px;
    height: 50px;
    color: #4ec1b5;
    background-color:#1f2842;
    text-align: center;
    font-family:Verdana, Geneva, Tahoma, sans-serif
}

.banner img {
    width: 100%;
    height:200px;
  }
.banner p{
    position: relative;
    bottom: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
    font-weight: 1000;

}
.departmentcon{
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-weight: 80;
        position: relative;
        margin-bottom: 10px;

}
.departmentcon input,h2{
    
    border-radius: 10px;
    right: 20px;
    display: inline;
    
}
.departmentcon input{
    position: absolute;
    right: 20%;
    top:5px;
    height:30px;
    border-width: 5px;
    border-color: #1f2842;
   
}
.departmentcon h2{
    position: absolute;
    left: 40%;
    top:5px;
}
.mapbut{
    position: relative;
}
.mapbut button{
    width: 300px;
    height:60px;
    position: absolute;
    top: 10px;
    left: 40%;
    background-color: #1f2842;
    color: #4ec1b5;
    font-size: large;
    font-weight: bold;
    border-radius: 10px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
#alldepartments{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    top: 35px;
}
.depts{
    width: 300px;
    background-color:#1f2842;
    color:white;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
    text-align: center;
    line-height: 200px;
    border-radius: 20px;
    margin:20px;
}

.pagination {
    margin-top:55px;
    text-align: center;
}
.pagination p{
font-size: 20px;
margin-top: 20px;
}
.pagination a {
    color: #4ec1b5;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #1f2842;
    margin: 0 5px;
    border-radius: 4px;
    border-width: 2px;
}

.pagination a:hover {
    background-color:#1f2842;
    color:#4ec1b5;

.pagination .active {
    background-color:#1f2842;
    color:#4ec1b5;
}
