@font-face {
 font-family:copperplate;
 src: url("Copperplate-Gothic-Bold-Regular.ttf");
		}

body {
	font-family: serif;
	width:100%;
	margin:auto;
	background-color:#404040;
	color:#fff;
	}
#gborder{
	position:absolute;
	width:25%;
	}
#gborderr{
	
	right:0%;
	position:absolute;
	width:25%;
	}


#homepic {
	margin-top:60px;
	padding-left:20%;
	width:60%;
	border-radius:3px;
	}
	
h1 {	
	margin-top:-50px;
	width:100%;
	text-align:right;
	font-size:100%;
	color:#344569;
	}

	
nav {
	height:30px;
	margin-bottom:5px;
	z-index:1;
	position:relative
	}
nav ul {
	text-align:center;
	list-style-type:none;
	margin:0px;
	padding:10px;
	}
nav li {
	display:inline;
	
	}
nav li a{
	display:inline-block;
	
	border-radius:5px;
	min-width:12%;
	text-decoration: none;
	color: #000;
	background-color: #D8D8D8; 
	font-size:130%;
	margin-top:15px;
	margin-left:10px;
	}	
nav ul li a:hover {
    color: #E7C74D;
    background-color:#404040;
	}
li	{
	list-style:none;
}

	
#sidepic {
	margin-top:50%;
	float:right;
	position:absolute;
	width:10%;
	margin-left:-10%;
	}

#mtext {

	margin-top:80px;
	padding-left:10%;
	padding-right:10%;
	text-align:center;
	font-size:25px;
	width:80%;
	
	}
	
h2 {margin-top:80px;	

	}

footer {
	width:100%;
	text-align:center;
	font-size:19px;
	margin-top:5%;
	}
		
#gborderrb{
	bottom:0%;
	right:0%;
	position:fixed;
	width:25%;
	}
#gborderlb{
	bottom:0%;
	position:fixed;
	width:25%;
	}
#gborderrbs{
	bottom:0%;
	right:0%;
	position:fixed;
	width:25%;
	}
#gborderlbs{
	bottom:0%;
	position:fixed;
	width:25%;
	}

	
	

	
#fb{
	margin:0 auto;
	max-width:500px;
	}
	
	
	
	
	
	
	
.backcolor{
	background-color:#000;}	
	
.row > .column {
	margin:0 auto;
	padding:1%;
}

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

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

}
.column img{

  width: 100%;
}

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

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


/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 0;
  right: 2%;
  font-size: 50px;
  font-weight: bold;
}

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

/* Hide the slides by default */
.mySlides {
  display: none;
  background-color:#000;
}

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

