*{
  font-family: 'Times New Roman', Times, serif;
}
body{    
    width:100%;
    margin:0;
    padding:0;
}
div.header{
background-color: #1A237E;
height: 100px;
width: 75%;
text-align: left;
border: 1px #1A237E;


}
div.header h1 a{
    text-decoration: none;
    color: #FFC300;
    font-size: 20px;

    
}
.main{
    display: flex;
    
}
div.logo{
    background-color: #1A237E;
    height: 100px;
    width: 25%;
}
div.logo img{
    border-radius: 100%;
    height: 90px;
    width: 90px;
    padding: 3px;
    margin: 3px;
   margin-left: auto;
   margin-right: auto;
   display: block;
}
.menubar{
    border: 1px solid blue;
 
    height:auto;
    width:auto;

}
div.menubar ul{
    display:flex;
    
}
div.menubar ul li{
    padding: 19px;
    margin: 15px;
    list-style-type: none;
    display:grid;
    height:60px ;
    
    
    
    
}
div.menubar ul li a{
    text-decoration: none;
    color: white;
    font-size:15px;

    
}
div.menubar ul li button{
    background-color: #304FFeFF;
    height: 40px;
    width: 140px;
    border-radius: 8px;
    border: 1px #1A237E;
  
    
}
div.menubar ul li button a:hover{
    
    color: #1A237E;
}
div.menubar ul li button:hover{
    background-color: white;
    border: 1px solid red;
   
}

div.notices{
   
    width: 100%;
}

div.contents{
   
    width:100%;
}
div.news button{

    width:100%;
    color: white;
    background-color: rgb(13,71,161);
}
div.notices button{
 
    width: 100%;
    color: white;
    background-color: rgb(13,71,161);

}
div.notices button h3{
    font-size: 20px;
}
div.news button h3{
    font-size: 20px;
    
}

div.contents button{
    border: 1px solid #1A237E;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(13,71,161);
    border-radius: 3px;
    
}
div.fndr{
    height: auto;
    width: auto;
    
}
div.fndr button{
    border: 1px #1A237E;
    background-color: #1A237E;
    width: 100%;
}
div.fndr button h2{
    color: gold;
}
.footer{
    display: flex;
    
    width: 100%;
    height: 330px;
}
div.address{
  
    width: 40%;
    background-color: #1A237E;
}
.links{
   
    width: 60%;
    display: flex;
    background-color: #1A237E;
}
.contbox{
    height: auto;
    width:400px;
    background-color: rgb(224,247,250);
    margin-left: auto;
   margin-right: auto;
   display: block;
}
div.address img{
    border-radius: 100%;
    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: block;
}
div.lnk{
    width: 50%;
}
div.lnk ul li{
    list-style-type: none;
    margin: 18px;
    text-align: left;
}
div.lnk ul li a{
    text-decoration: none;
    color: white;
    text-align:left;
}
@media screen and (min-width:350px) and (max-width: 1320px){
    div.header h1 a{
       
        font-size:15px;
        
    }
    
    
    div.logo img{
    border-radius: 100%;
    height: 80px;
    width: 80px;
    padding: 3px;
    margin: 3px;
   margin-left: auto;
   margin-right: auto;
   display: block;
    }
    div.menubar ul li button{
      
        height: 40px;
        width: 50px;
        
    }

    div.menubar ul li{
        padding: 2px;
        margin: 1px;
        
    }
    .menubar ul{
        margin-left:3px;
    }
    div.menubar ul li a{
        
        font-size: 12px;
        
    }
    div.fndr{
        height: auto;
        width: auto;
   
    }
.contbox form .inpt{
    height: 160px;
    width: 130px;
}
}
.mrq{
    width: auto;
    height: 50px;
    border-radius: 10px;
     border: 1px solid blue;
    color: #1A237E;
    font-size: 35px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.devp{
    background-color: white;
    color: #1A237E;
    height: auto;
    width: auto;
    text-align: center;
    text-decoration: none;
    
}
.devp a{
       text-decoration: none;
}

/* popup login


/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  
  /* Set a style for all buttons */
  button {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
  }
  
  button:hover {
    opacity: 0.8;
  }
  
  /* Extra styles for the cancel button */
  .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
  }
  
  /* Center the image and position the close button */
  .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
  }
  
  img.avatar {
    width: 40%;
    border-radius: 50%;
  }
  
  .container {
    padding: 16px;
  }
  
  span.psw {
    float: right;
    padding-top: 16px;
  }
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button (x) */
  .close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: red;
    cursor: pointer;
  }
  
  /* Add Zoom Animation */
  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
  }
  
  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
  }
    
  @keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
  }
  
  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
  }

  /* Login form admin

  
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
  }
  
  /* The popup form - hidden by default */
  .form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
  }
  
  /* Add styles to the form container */
  .form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
  }
  
  /* Full-width input fields */
  .form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  }
  
  /* When the inputs get focus, do something */
  .form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
  }
  
  /* Set a style for the submit/login button */
  .form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
  }
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
    background-color: red;
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }
  
  
  /* ads */
  
  
.popupad {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
}

.popup-contentad {
    margin: 15% auto; /* 15% from the top and centered */
    display: block;
    max-width: 80%; /* Responsive */
}

.closead {
    position: absolute;
    top: 10px;
    right: 25px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}