@media screen and (max-width: 900px) {
	
}

@keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }

  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  
  @font-face {
	src: unset;
	font-family: Georgia, 'Times New Roman', Times, serif;
  }
  
  @font-face {
	src: unset;
	  font-family: Georgia, 'Times New Roman', Times, serif;
  }
  
  body {
	  height: 100%;
	  margin: 0;
	  line-height: 17px;
	  background-color: #f6f6f6;
  }

  html {
	  height: 100%;
	  margin: 0;
  }

  .hero-image {
	  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/backgrounds/cover-photo.jpg);
	  height: 650px;
	  width: 100%;
	  box-shadow: 0px 0px 10px 5px rgba(25, 27, 26, 0.4); 
	  background-position: center;
	  -webkit-background-size: cover;
	  background-repeat: no-repeat;
	  background-size: cover;
	  position: relative;
	  margin-bottom: 100px;
  }

  @media (max-width: 1024px){
	.hero-image {
	  width: 110%;
	}
  }

  .hero_logo {
	  float: left;
	  width: 4vw;
  }

  .hero-text {
  	  text-align: center;
      position: absolute;
      top: 53%;
      left: 65%;
      transform: translate(-50%, -50%);
      color: white;
  }

  .hero-text h2 {
	  font-family: Georgia, 'Times New Roman', Times, serif;
  }

  .hero-log {
	  font-family: Georgia, 'Times New Roman', Times, serif;
      font-size: 1.2vw;
     -webkit-text-size-adjust: 150%;
      color: #fff;
      float: right;
      margin-right: 20px;
	  width: auto;
  }

  .hero-log:hover {
	  font-family: Georgia, 'Times New Roman', Times, serif;
	  color: #d3d3d3;
  }

  .login_button {
      font-size: 1.2vmax;
	  background-color: transparent;
	  color: #003799;
	  padding-right: 10px;
      border-style: none;
      border-right: solid 1px #fff;
      text-transform: uppercase;
      font-family: Georgia, 'Times New Roman', Times, serif;
  }

  .login_button:focus {
	  outline: none;
  }
  
  .p_login {
      font-size: 1.2vmax;
      font-family: Georgia, 'Times New Roman', Times, serif;
  }

  .reg_btn {
      font-size: 1vmax;
	  background-color: transparent;
	  color: #fff;
	  border: none;
  }

  .reg_btn a {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #fff;
  }

  .reg_btn a:hover {
	color: #fff;
	text-decoration: none;
  }

  .reg_btn:focus {
	outline: none;
  }

  .details {
	  font-family: Georgia, 'Times New Roman', Times, serif;
	  text-align: center;
	  color: #000;
	  border-left: 1px solid rgba(0,0,0,.1);
	  border-right: 1px solid rgba(0,0,0,.1);
	  width: 75%;
	  margin-left: 15%;
  }

  .details a {
	  color: #007bff;
	  text-decoration: underline;
	  font-size: 1vw;
  }

  .details h1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #6b4437;
	text-decoration: underline;
  }

  .details h2 {
	  font-family: Georgia, 'Times New Roman', Times, serif;
	  color: #375E6B;
  }

  .details h3 {
	  font-family: Georgia, 'Times New Roman', Times, serif;
	  color: #375E6B;
	  margin-bottom: 25px;
  }

  .details p {
	  color: #1D458D;
	  font-size: 1em;
	  margin: auto;
	  margin-bottom: 30px;
      width: 60vw;
      text-align: justify;
      font-family: Georgia, 'Times New Roman', Times, serif;
	  line-height:1.5;
  }
  
  .details button {
	  display: inline-block;
	  text-align: center;
	  background: linear-gradient(to bottom, #56668a 0%, #56668a 100%);
	  opacity: 0.8;
	  color: #fff;
	  min-width: 15vw;
	  font-size: 2.5vw;
	  font-family: Georgia, 'Times New Roman', Times, serif;
	  letter-spacing: 2.5px;
	  font-weight: 500;
	  border: 1px solid dodgerblue;
	  border-radius: 2px;
	  padding: 5px 15px;
	  box-shadow: 0px 8px 15px rgba(149, 102, 86, 0.1);
	  transition: all 0.3s ease 0s;
	  cursor: pointer;
	  outline: none;
  }
  
  .details button:hover {
	  font-family: Georgia, 'Times New Roman', Times, serif;
	  background: linear-gradient(to top, #56668a91 20%, #56668a 80%);
	  box-shadow: 0px 15px 20px rgba(149, 102, 86, 0.4);
	  color: #fff;
	  transform: translateY(-2px);
  }

  .details_left{
	  font-family: Georgia, 'Times New Roman', Times, serif;
	  text-align: justify;
	  width: 60vw;
	  margin-inline-start: 15%;
	  margin-bottom: 100px;
  }

  .details img {
	  width: 15vw;
	  margin-bottom: 50px;
  }

  .details hr{
	  margin-left: 25%;
	  margin-right: 25%;
  }

  .details ul {
	  list-style-type: none;
	  text-align: justify;
  }

  .details li {
	  margin-left: 30%;
	  margin-bottom: 50px;
	  font-size: 1em;
  }

  .footer_l {
	  margin-top: 250px;
	  background-color: #d3d3d3;
	  width: 100%;
  }

  /* The Modal (background) */
  .modal {
	position: fixed;
	top: 10%;
	left: 50%;
	z-index: 1050;
	width: 560px;
	margin-left: -280px;
	background-color: transparent;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
			box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	   -moz-background-clip: padding-box;
			background-clip: padding-box;
  }
  
  /* Modal Content */
  .modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	height: 18em;
	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
  }
  
  /* 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 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	padding: 2px 16px;
	background-color: #1d458d;
	color: white;
	width: 100%;
  }
  
  .modal-body {
      padding: 2px 16px;
      
  }
  
  .modal-footer {
	font-family: Georgia, 'Times New Roman', Times, serif;
	height: 20%;
	padding: 2px 16px;
	background-color: #1d458d;
	color: white;
  }

  .ln_btn {
	font-family: Georgia, 'Times New Roman', Times, serif;
	background-color: #6b4437;
    color: #fff;
    border-radius: 15px;
	width: 5.5em;
  }

  .sidenav {
	font-family: Georgia, 'Times New Roman', Times, serif;
	height: 100%;
	width: 160px;
	position: fixed;
	display: block;
	float: none;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow: auto;
	padding-top: 20px;
  }
  
  .sidenav a {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 25px;
	color: #375E6B;
	display: block;
  }
  
  .sidenav a:hover {
	color: #1D458D;
  }
  
  .main {
	margin-left: 160px; /* Same as the width of the sidenav */
	font-size: 28px; /* Increased text to enable scrolling */
	padding: 0px 10px;
  }

  .sidebar {
	height:100%;
	width:200px;
	background-color:#fff;
	position:fixed!important;
	z-index:1;
	overflow:auto;
	display: inline-block;
  }

  .bar-block {
	width:100%;
	display:block;
	padding:8px 16px;
	border:none;
	white-space:normal;
	float:none;
	outline:0;
	text-align: center;
  }

  .sidebar a {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 25px;
	color: #375E6B;
	display: block;
  }
  
  .sidebar a:hover {
	color: #1D458D;
  }
  
  *:before,
  *:after {
	box-sizing: border-box;
  }
  body {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: 300;
	margin: 2rem;
	background: #4a4a4a;
	backface-visibility: hidden;
  }
  h1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	text-align: center;
	color: #fff;
	font-weight: 300;
	margin-bottom: 4rem;
  }
  .container {
	width: 80%;
	margin: 0 auto;
  }
