@charset "utf-8";

/* CSS Document */

body {
	
	
	color: #E9D6B9;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 16pt;
	text-align: justify-all;
	font-weight: 400;
	font-style: normal;
	height: 100vh;
	width: 100%;
	float:none;
	background-size: cover;
	background-color: #000000;
	
}



content {
	text-align: justify-all;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 14pt;
	padding-left: 250px;
	
	
}

h1{
	
	text-align: center;
	color: #4326EB;
	font-family: "Old English Text MT", Elephant, "Book Antiqua", Algerian, Arial, "sarif";
	text-decoration: underline;
	
}

h2 {
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
	font-family: "Old English Text MT", Elephant, "Book Antiqua", Algerian, Arial, "sarif";
	
	
}

h3 {
	
	color: #029ffa;
	text-decoration: underline;
	text-align: center;
	font-family: "Old English Text MT", Elephant, "Book Antiqua", Algerian, Arial, "sarif";
	
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}


/* Dropdown menu CSS */

.topnav {
  overflow: hidden;
  background-color: #4326EB;
	color: #ffffff;
}

.topnav a {
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #7DFFBE;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #FFFFFF;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #E9D6B9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #000000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: #000000;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@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;
	  padding-right: 10px;
  }
}

/* End Dropdown Menu CSS */
/* nav CSS */

#nav {
	
	list-style-type: none;
	width: 95%;
	
}

nav ul {
  list-style-type: none;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: justify;
  font-size: 12pt;
  background-color: #AA06E0;
}

nav ul li {
  float:left;
  font-size: 12pt;
  border-right: 1px solid #bbb;
}

nav ul li a {
  display: block;
  color: #FFFFFF;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
	font-size: 12pt;
}



nav ul li a:hover {
  background-color: #FFFFFF;
  color: #282DF0;
}



column {
	padding-left: 200px;
	
}

.navbar {
	 overflow: hidden;
  background-color: #4326EB;
	width: 95%;
	
	
}

.navbar a {
  float: left;
  font-size: 16px;
  color: #3344DD;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
	width: 20%;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #FFFFFF;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #FFFFFF;
}

.dropdown-content {
  display: none;
  position: inherit;
  background-color: #f9f9f9;
  min-width: 70px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	text-align: center;
}

.dropdown-content a {
  float: none;
  color: #000000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}



.active {
  background-color: #04AA6D;
}

ul {
	display: block;
	list-style-type: none;
	
}



ol {
	align-content: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: justify;
	color: #330066;
	margin-bottom: 1em;
}

ol.space_list li {
	margin-bottom: 2em;
}

 *{box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  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: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.hr{ 
	margin-left:0; 
	background-color: #FA0202;
	width: 40%;
	height:2px;
	border-width:0;
	color:#F09D14;
	align-self: center;
}




div.figure {
  float:inherit;
  width: 30%;
  text-align: center;
  align-content: center;
  font-size: smaller;
  text-indent: 0;
  margin: 0.5em;
  padding: 0.5em;
}



.footer {
	
     position: absolute;
   	 width:100%;
	 line-height: 1.0em;
	 text-align: center;
	 padding-top: 800px;
   color: #260597;
   text-align: center;
	margin-top: 80%;
}

/* Gallery CSS */

div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


