body {
    padding: 0;
    margin: 0;
    background-color: #f0f9ff;
    
  }
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0c4a6e;
    padding: 20px 20px;
}
.logo img {
    height: 48px;
}
.menu {
    display: flex;
}
.menu a {
    margin: 0 10px;
    color: #e2e8f0;
    text-decoration: none;
}

header {
    display: flex;
    justify-content: space-between;
}
header .left-side,
header .right-side {
    width: 50%;
}
header .right-side img {
    max-width: 100%;
}
header .left-side {
    background-color: #082339;
}

header .sec{
    display: flex;
    justify-content: center;
    background-color: #082339;
    width: 100%;
    padding: 20px 0px;
}

header h1{
    color: #0891b2;
}

.left-side {
    padding: 80px 20px;
}

.left-side ul > li  {
    color: #cbd5e1;
    list-style: none;
    margin-bottom: 20px;
    font-size: x-large;
}


.right-side {
    background-image: url("images/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

main {
    padding: 10px;
}

.section1{
    display: flex;
    padding: 80px;
}


.content{
    width: 70%;
    margin: auto;
}

.form{
    width: 40%;
    margin: auto;
}

.form h1{
    color: #4B5563;
    font-size: xx-large;
}

.form .field{
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.form .field label{
    margin-bottom: 3px;
    color: #4B5563;

}

.form .field input[type="text"],
.form .field input[type="password"], 
.form .field textarea{
    font-size: large;
}

.form .field input[type='submit'], .form .field button, .form .field a{
    background-color: #0369A1;
    padding: 5px;
    font-size: large;
    color: white;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;

}

.button{
    background-color: #0E7490;
    padding: 5px;
    font-size: large;
    color: white;
    border-radius: 4px;
}

.section2{
    display: flex;
    justify-content: space-evenly;
    padding: 80px;
}

.section2 .tile{
    padding: 10px 20px;
    border: 1px solid #BAE6FD;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #E0F2FE;
}
.section2 h3{
    color: #52525B;
}
.tile img{
    max-height: 180px;
}

.rollover{
    background-color: #06B6D4 !important;
}

.group-buttons{
    display: flex;
}

.form-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.group-buttons form{
    display: flex;
}

.group-buttons a {
    text-decoration: none;
}

.create, .edit{
    text-decoration: none;
    font-weight: normal;
}



.button-del{
    background-color: #9F1239;
    padding: 5px;
    font-size: large;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.rollover-button-del{
    background-color: #E11D48;
}

.form-logout .logout-div{
    display: flex;
    align-items: center;
}

.form-logout .logout-div p {
    color: white;
}
.form-logout .logout-div input[type='submit'], .form-logout .logout-div a{
    border: 1px solid white;
    background-color: #0c4a6e;
    padding: 3px 5px;
    color: white;
    border-radius: 4px; 
    text-align: center;
    text-decoration: none;
}

table{
    width: 100%;
}

table th{
    text-align: left;
    padding-bottom: 15px;
}

table td{
    padding-bottom: 8px;
}



footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 20px;
    background-color: #0c4a6e;
    padding: 80px 0;
}

footer .social-media {
    display: flex;
}
footer .social-media a {
    margin: 0 10px;
}
footer .social-media a img {
    width: 32px;
}

footer p {
    color: #f1f5f9;
}
.menu-bottom {
    display: flex;
    flex-direction: column;
}

.menu-bottom a {
margin: 10px 0;
color: #e2e8f0;
text-decoration: none;
}

.email{
    color: white;
}

.find-us{
    color: #0891b2;
}