body {
	margin: 0px;
	padding: 0px;
  background-color: rgb(178, 178, 178);
}

.css_round{
	background-color: #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 0px solid #000;
	padding: 20px;
	margin: 4px;
	
}

@font-face {  
font-family: aubrey ;  
src: url(/fonts/aubrey.ttf ) format("truetype");  
}

@font-face {  
font-family: dreamorphans ;  
src: url(/fonts/dreamorphans.ttf ) format("truetype");  
}

@font-face {  
font-family: cochin ;  
src: url(/fonts/cochin.ttf ) format("truetype");  
}

@font-face {  
font-family: escape ;  
src: url(/fonts/TheGreatEscape.ttf) format("truetype");  
}  

.header1{
  font-family: aubrey, Helvetica, sans-serif;
  font-size:45px;
	font-weight: bold;
  letter-spacing:2px;
  color: #134e81;
}

.header12{
  font-family: escape, Helvetica, sans-serif;
  font-size:45px;
	font-weight: bold;
  letter-spacing:2px;
  color: black;
}

.header2{
  font-family: dreamorphans, Helvetica, sans-serif;
  font-size:36px;
	font-weight: bold;
  letter-spacing:1px;
  color:#134e81;
}

.header3{
  font-family: lazer84, Helvetica, sans-serif;
  font-size:300px;
	font-weight: bold;
  letter-spacing:1px;
  color:#134e81;
}
@font-face {  
font-family: escape ;  
src: url(/fonts/TheGreatEscape.ttf) format("truetype");  
}  

.nav1{
  font-family: aubrey, Helvetica, sans-serif;
  font-size:25px;
  letter-spacing: 1px;
  color:#134e81;
}

.nav2{
  font-family: aubrey, Helvetica, sans-serif;
  font-size:20px;
  letter-spacing: 1px;
  color:#134e81;
}

a.nav2:link, a.nav2:visited {
	text-decoration: none;
color:#134e81;
}
a.nav2:hover, a.nav2:active {
	text-decoration: none;
color:#158AAE;
}

.nav4{
  font-family: aubrey, Helvetica, sans-serif;
  font-size:14px;
  letter-spacing: 1px;
  color:#134e81;
}

.nav4:hover{
	text-decoration: none;
color:#158AAE;	
	
}

a.nav4:link, a.nav4:visited {
	text-decoration: none;
color:#134e81;
}
a.nav4:hover, a.nav4:active {
	text-decoration: none;
color:#134e81;
}

.nav3{
  font-family: escape, Helvetica, sans-serif;
  font-size:16px;
  letter-spacing: 1px;
  color:#c94747;
}


input[type=text], input[type=password] {
    width:300px;
    background-color: #CED4E1;
    padding:5px;
    margin: 5px;
    text-align: center;
}

.row > .column {
  padding: 0 8px;
}

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

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

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

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

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

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

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}