p, h1, h2, h3, a, li, label{color: #053359;
 font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}
header {background-color: #4dafff; }
#logo {margin: auto; width: 200px; display: block; border-radius: 20px; padding-top: 10px;}
footer {background-color: #4dafff; text-align: center; padding: 20px 0; clear: both;}
body {margin: 0 0;}
main {margin: 0 10%}
.dropbtn {
  background-color: #FFFFFF;
  color: #053359;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer; 
margin: 5px 5px; border-radius: 15px; text-align: center; }

.dropbtn:hover, .dropbtn:focus {
  background-color: #EFEFEF;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #053359;
  padding: 12px 16px;
  text-decoration: none;
  display: block; font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal
}

.dropdown a:hover {background-color: #EFEFEF;}

.show {display: block;}
#infol {max-width: 50%; max-height: 500px; font-size: 25px; float: left; overflow: auto; margin: 200px 0}
#infor {max-width: 50%; max-height: 500px; font-size: 25px; float: right; overflow: auto; margin: 200px 0}
#agl {max-height: 500px; float: left}
#agr {max-height: 500px; float: right}
@media screen and (max-width: 845px){#agl, #agr{float: none; margin: auto; width: 51%}}


* {
  box-sizing: border-box;
}

.slimg {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(77, 175, 255, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #053359;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

.column4 {
  float: left;
  width: 25%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
i {padding: 0 10px}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4dafff;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #4dafff;
}

.zontainer {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
