body{
	min-width: 329px;
	max-width: 2500px;
	margin: 0px;
	background-color: #000;
	/*background-image: url(../images/logo/FMP3D.jpg);
*/
	background-size: cover;
    /*background-repeat: none;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Verdana", "sans-serif";
	color: #5C5B5B;
}

a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  vertical-align: top;
}

li {
	display: inline-block;
	list-style: none;
	text-decoration: none;
}

/*COLUMNS*/

.full {
	width: 100%;
	float: left;
}

.half {
	width: 50%;
	float: left;
}

.third {
	width: 33.33%;
	float: left;
}

.contact-third {
	width: 33.33%;
	float: left;
}

.quarter {
	width: 25%;
	float: left;
}

.example1 {
	width: 60%;
	float: left;
}

.example2 {
	width: 20%;
	float: left;
}

.example3 {
	width: 100%;
	text-align: center;
}

/*SECTIONS*/

.banner {
	text-align: center;
	padding-top: 1%;
	/*padding-left: 2%;*/
}

.nav {
	background-color: #000;
	text-align: center;
	padding-left: 15px;
	overflow: hidden;
}

.nav .icon {
  display: none;
}

.content-box {
	padding-top: 10px;
	padding-bottom: 10px;
	align-content: center;
}

.content-box2 {
	padding-top: 10px;
	padding-bottom: 10px;
	align-content: center;
}

.footer {
	background-color: #181818;
	text-align: center;
	color: #5C5B5B;
	padding: 0px;
	margin-bottom: 0px;
}

/*TEXT5*/

h1 {
	font-weight: bol;
	text-shadow: 2px 2px #000;
	text-align: center;
}

h2 {
	text-align: center;
	font-weight: 800;
	font-size: 30px;
	margin-bottom: 1px;
	padding-top: 0px;
	color: #8aff00;
}

h3 {
	text-align: center;
	font-weight: 800;
	font-size: 25px;
	margin-bottom: 1px;
	padding-top: 0px;
	color: #FBFBFB;
}

h4 {
	text-align: center;
	font-weight: bol;
	font-weight: 800;
	font-size: 15px;
	margin-bottom: 1px;
	padding-top: 0px;
	color: #FFFFFF;
}


.content-text {
	font-size: 15px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	color: #5C5B5B;
}

.content-text2 {
	font-size: 14px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	color: #FBFBFB;
}
.small-text {
	font-size: 10px;
	font-weight: 800;
}

.footer-text {
	font-size: 12px;
	padding-top: 0px;
	
}

.splash-text {
	font-weight: 800;
	text-shadow: 2px 2px #000;
	padding-top: 40px;
}

.contact-text {
	font-size: 15px;
	text-align: left;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #5C5B5B;
}

.contact-footer {
	font-size: 12px;
	color: #5C5B5B;
	padding: 0px 0px;
    text-align: center;
    display: inline-block;
}

.example-headline {
	font-size: 20px;
	font-weight: bolder;
	color: white;
	padding-left: 10px;
}

.example-text {
	font-size: 12px;
	font-weight: lighter;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

.example-text1 {
	font-size: 14px;
	font-weight: lighter;
	color: white;
	display: none;
}

.example-text2 {
	font-size: 12px;
	font-weight: lighter;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}
/*IMAGES*/

.logo {
	width: 50%;
	padding-left: 5%;
	margin-right: 50px;
}

.headline-image {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	align-content: center;
}

.example-image {
	width: 100%;
	margin-top: 1%;
	
}
.article-image {
	width: 100%;
}

.contact-images {
	width: 20%;
	margin: 11px;
	padding-bottom: 30px;
	float: left;
	display: block;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/*BUTTONS*/

.button1 {
	font-size: 16px;
	color: #5C5B5B;
	padding: 10px 15px;
    text-align: center;
    text-decoration: none;
	border: px solid white;
	cursor: pointer;
	/*-webkit-transition-duration: 0.6s; /* Safari */
    /*transition-duration: 0.6s;*/
}

.button1:hover {
	color: #A6F601;
	text-decoration: underline;
}

.button2 {
	color: white;
	padding: 10px 15px;
    text-align: center;
	text-shadow: 2px 2px #000;
	font-weight: 200;
    text-decoration: none;
	border: 0px solid white;
	cursor: pointer;
}

.button2:hover {
	text-decoration: none;
	color: #00adee;
}

.social {
	display: inline;
}

.nextbutton {
	padding-left: 10px;
}

.nextbutton:hover {
	opacity: 0.7;
}

/*PHOTO GRID*/

.tile {
  vertical-align: top;
  display: inline-block;
  width: 100%;	
}

.tile:before,
.tile:after,
.tile {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tile:hover {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
   /*opacity: 0.5;*/
}

@media only screen and (max-width: 1030px) {

	.contact-third {
	width: 100%;
	}
	
	.contact-images {
	width: 20%;
	margin: 11px;
	padding-bottom: 30px;
	text-align: center;
	margin-left: 20%
}
	
	.contact-text {
	padding-top: 3%;
}

}

@media only screen and (max-width: 700px) {
	
	.example1 {
	width: 100%;	
	}
	
	.example2 {
	width: 100%
	}
	
	.half {
	width: 100%;
	}
	
	.third {
	width: 100%;
	}
		
	.quarter {
	width: 100%;
	}
	
	.banner {
	text-align: center;
}

	.nav {
	text-align: center;
}
	.logo {
	min-width: 300px;
	width: 90%;	
	padding-left: 0%;               
	margin-right: 0%;	
}

	.example-text {
	display: none;
}

	.example-text1 {
	display: block;
	}
}

@media only screen and (max-width: 561px) {
	
	.button2 {
	padding: 5px 5px;
    text-align: center;
	text-shadow: 2px 2px #000;
	font-weight: 800;
    text-decoration: none;
	border: 0px solid white;
	cursor: pointer;
}

	.button1 {
	padding: 5px 10px;
}
		
}

@media only screen and (max-width: 464px) {
	
  	.nav {
	text-align: left;
}
	
  .nav a:not(:first-child) {display: none;}
  
  .nav a.icon {
    float: right;
    display: block;
	margin-right: 2%;
	color: #fff;
  }

  .nav.responsive {position: relative;}
  .nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .nav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
	
div.a {
  text-align: center;
}

div.b {
  text-align: left;
}

div.c {
  text-align: right;
} 

div.d {
  text-align: justify;
}
	/*a {
  	display: list-item;
}

/*<img class="slides" src="images/5.jpg" style="width:100%; position: relative; z-index: 2">
    <img class="slides" src="images/4.jpg" style="width:100%; position: relative; z-index: 2">
    <img class="slides" src="images/6.jpg" style="width:100%; position: relative; z-index: 2">
