body {
  padding: 0px;
  margin: 0px;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #666;
  font-family: abel;
}

.clear {
  clear: both;
}

.body-web-size {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.web-logo {
  width: 160px;
}

.header-login-button {
  background: #df382c; 
  color: white; 
  border: none; 
  padding: 2px 25px; 
  font-size: 78px; 
  text-transform: uppercase; 
  font-weight: bold; 
  cursor: pointer;
}

.header-signup-button {
  background: #772953; 
  color: white; 
  border: none; 
  padding: 2px 25px; 
  font-size: 78px; 
  text-transform: uppercase; 
  font-weight: bold; 
  cursor: pointer;
}

.topnav {
  overflow: hidden;
  background-color: red;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  cursor: pointer;
}

.topnav a.active-menu {
  background-color: #ddd;
  color: black;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

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

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #ddd;
  color: black;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

* {box-sizing: border-box}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  /*height: 380px;*/
}

.slideshow-container img {
  width: 100%;
  /*height: 380px;*/
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  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(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

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

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: red;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.announcement {
  padding: 20px 0px;
}

.announcement div marquee span {
  white-space: nowrap; 
  color: red; 
  font-weight: 700; 
  font-size: 22px;
}

.result-outer {
  width: 9.6%; 
  display: inline-block; 
  margin-left: 0px; 
  text-align: center;
}

.result-name {
  background-color: black; 
  color: white; 
  border-radius: 10px 10px 0px 0px; 
  font-size: 15px;
  font-weight: 700; 
  padding-top: 5px; 
  height: 20px;
}

.result-number {
  background-color: black; 
  color: white; 
  font-size: 42px; 
  font-weight: 700; 
  letter-spacing: 0; 
  padding: 10px 5px;
}

.result-date {
  background: red; 
  color: white; 
  padding: 5px 0px 5px 0px; 
  border-radius: 0px 0px 10px 10px; 
  font-size: 13px;
}

.contact-us-outer {
  padding: 10px 0px; 
  text-align: center;
}

.contact-us-bank {
  margin-left: 10px;
}

.contact-us-number {
  margin-top: 10px;
  text-align: center;
}

.contact-us-number div {
  width: 20%; 
  float: left;
}

.contact-us-number div img {
  margin-right: 5px;
}

.footer-text {
  padding: 20px;
  background: #a60000;
  color: white;
  text-align: left;
}

.footer-text a {
  text-decoration: none;
  color: #eaffd3;
}

.footer-text a:hover {
  color: yellow;
}

.footer-copyright-web {
  padding: 10px; 
  border: 0px;
  background: #161616;
  color: #FFF;
  text-align: center;
}

.footer-copyright-image {
  margin-bottom: 10px;
  text-align: center;
}

.footer-copyright-text {
  margin: 20px 0px 10px 0px;
}
.footer-copyright-text a {
  padding: 2px 20px; 
  width: 85px; 
  height: 30px; 
  border-radius: 3px; 
  margin-top: 2px; 
  font-weight: 700; 
  border: 1px #fe0000 solid; 
  background: #fe0000; 
  color: white; 
  text-decoration: none;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding: 5% 0px; /* Location of the box */
  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 */
}

/* Modal Content */
.modal-content {
  position: relative;
  /*background-color: #fefefe;*/
  margin: auto;
  padding: 0;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 20px 20px 20px 20px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: red;
  color: white;
  border-radius: 20px 20px 0px 0px;
}

.modal-body {padding: 2px 16px; background-color: #fefefe;}

.modal-footer {
  padding: 2px 16px;
  background-color: red;
  color: white;
  border-radius: 0px 0px 20px 20px;
}

@media screen and (max-width: 800px) {
  .web-logo {
    width: 200px;
  }
  
  .header-login-button {
    margin-top: 19%;
    font-size: 40px;
  }
  
  .header-signup-button {
    margin-top: 19%;
    font-size: 40px;
  }
  
  .result-outer {
    width: 35%;
    margin-bottom: 10px;
  }
  
  .footer-text {
    padding: 0px 20px;
  }
}

/* On screens that are 600px wide or less */
@media screen and (max-width: 600px) {  
  .body-web-size {
    width: 100%;
    margin: 0;
  }
  
  .web-logo {
    width: 150px;
  }
  
  .header-login-button {
    margin-top: 0;
    width: 100%;
    font-size: 25px;
    padding: 10px 0px;
  }
  
  .header-signup-button {
    margin-top: 0;
    width: 100%;
    font-size: 25px;
    padding: 10px 0px;
  }
  
  .slideshow-container {
    /*height: 150px;*/
  }
  
  .slideshow-container img {
    width: 100%;
    /*height: 150px;*/
  }
  
  .announcement {
    padding: 5px 0px;
  }
  
  .result-outer {
    width: 33%;
    margin-bottom: 10px;
  }
  
  .contact-us-outer {
    padding: 0px 10px;
  }
  
  .contact-us-number {
    margin-top: 0px;
  }
  
  .contact-us-number div {
    width: 50%;
  }
  
  .contact-us-number div img {
    margin-right: 0px;
  }
  
  .footer-text {
    padding: 0px 20px;
  }
  
  .footer-copyright-image img:first-child {
    margin-left: calc(50% - 71px);
    margin-right: calc(50% - 70px);
  }
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}