* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

/* fonts */


@font-face {
  font-family: 'centuryb';
  src: url('fonts/GOTHICB.ttf');
  font-weight: bold;
}

header {
	background: #964418;
  	padding: 1px;
 	font-family: "Century Gothic", sans-serif;
 	text-align: center;
  	width: 100%;
	overflow: hidden;
}

/* 
*
* nav and top menu
*
*/

nav {
	float: right;
	overflow: auto;
	height: 6em;
}

nav ul li {
	display: inline-block;
	list-style-type: none;	
}

nav ul li a {
	color: white;
	display: block;
	text-decoration: none;
	padding: .5em .6em;
	margin: 4em .5em;
}
nav a:hover {
	background: #663300;
	transform: perspective(1px) translateZ(0);
	transition-duration: 0.3s;
	transition-property: color, background-color;
}

/*
*
* General Loose Items
*
*/

.logo {
	float: left;
	margin: 0em .8em;
}

.button1 {
	display: inline-block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.button1 a{
	background-color: #cccccc;
	border-color: black;
	border-width: 2px;
	border-radius: 8px;
	padding: 6px 12px;
}


aside {
	padding: 0px 1em;
	font-size: 12px;
	color: #335568;
	text-align: right;
}

aside a {
	text-decoration: none;
	color: black;
}

figcaption {
	display: inline;
	padding: 0em 75%;
	font-size: 12px;
	color: white;
}

figcaption a {
	text-decoration: none;
	color: #CCCCCC;
}
/* fonts */

body {
	font-family: "Century Gothic",sans-serif;
}

aside,
	h1,
	h2,
	h3 {
	font-family: "Book Antiqua",serif;
}

/*
*
* Top section
*
*/

.top {
	height: auto;
	width: 100%;
	background-color: white;
	display: inline;
	margin: 1em;
}

.top h2 {
	float: left;
	padding: 3em 4em;
}

.banner {
	display: inline-block;
	margin-left: auto;
  	margin-right: auto;
  	width: 100%;
}

.banner-img {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 80%;
	padding: 1% 0%;
}

.banner-img2 {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 100%;
}

.banner-icons img {
  	width: 15%;
	padding-top: 20px;
  	padding: 3em 9%;
	margin-left: auto;
	margin-right: auto;
}


ul {
	list-style-type: none;
}

.top li {
	padding: .3em 2em;
}

/*
*
* Gallery, Flip, and Photo Section
*
*/

.individual-gallery-image {
  max-width: 400px;
}

.flip-main {
	background-color: #335568;
	color: white;
	width: 100%;
	clear: left;
}

/*
*
* Read more information section
*
*/

.flip-card {
	max-width: 280px;
	display: inline-block;
	position: relative;
	vertical-align: text-top;
	padding: 30px 5px;
	margin-left: 4%;
}

.flip-card img {
	max-width: 280px;
}

.flip-card a {
	color: white;
}

.overlay-text {
	position: absolute;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0;
	transition: .5s ease;
	max-height: 250px;
}

.flip-card:hover .overlay-text {
	opacity: .8;
}

.text {
	color: white;
	position: absolute;
	top: 50%;
	left: 37%;
	transform: translate(-30%,-50%);
}

.video-row {
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

/*
*
* Main section
*
*/

main {
	height: auto;
	width: 100%;
	background-color: #335568;
	display: inline-block;
	color: white;
}

main img {
	width: 20%;
	display: inline-block;
	padding: 4% 2%;
}

main a {
	text-decoration: none;
}

main a:hover {
	color: white;
}

.about {
	width: 50%;
	padding: 1em 5em;
	margin-left: auto;
	margin-right: auto;
}

.about h1 {
	padding: 15px 0px;
}

.about a {
	color: #cccccc;
}

.main-icons ul img {
    width: 40px;
	padding: 10px 20px;	
}

.main-icons ul li {
	display: inline-block;
	margin: 10px 30px;
}

/* bottom section before footer */

.bottom {
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	padding: 3%;
}

.bottom a:hover {
	color: #964418;
}

.bottom a {
	color: black;
	text-decoration: none;
}

.bottom ul img {
    width: 40px;
	padding: 10px 20px;	
}

.bottom ul li {
	text-decoration: none;
	display: inline-block;
	float: right;
}

.bottom-left {
	float: left;
	width: 40%;
	background-color: white;
	padding: 5px;
	margin-left: 5%;
}

.bottom-right {
	float: right;
	width: 40%;
	padding: 5px;
	margin-right: 10%;
}

.bottom-right p, h3 {
	margin-right: 20px;
	text-align: center;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

/* Style for my form */

.formsection {
  font-family: "Book Antiqua", Georgia, serif;
  padding: 20px;
}

.formtop {
	padding: 1%;
}

form {
	background: #335568;
	color: white;
	padding: 30px;
	width: 90%;
	border-radius: 6px;
	box-shadow: 1px 1px 2px 4px #964418;
}

.label_input_wrap {
  display: block;
  padding: 6px;
}

.submit input {
  padding: 5px 20px;
  border-radius: 2px;
}

.firstname,
.lastname,
.email,
.telephone,
.comments {
  margin: 5px;
}

input {
  padding: 3px 6px;
}

textarea {
  padding: 8px 10px;
  width: 90%;
}
/* form code ends */


.pseudo {
	text-align: left;
	margin: 40px;
	padding: 10px 20px;
	width: 75%;
	background-color: #cccccc;
}
/* Pseudo elements 
.pseudo p::first-line {
	font-size: 18px;
	word-spacing: 10px;
}
.pseudo p::first-letter{
	font-size: 20px;
	color: white;
}
*/
/* footer */

footer {
	background: #964418;
	color: white;
	text-align: right;
	padding: 10px;
}
footer .bottom {
	display: inline-block;
	padding: 10px;
	margin: 5px;
}
/* POPUP 
/* popup
	.main-content {
    height: auto;
    width: auto;
    margin: 0 auto;
}
.overlay-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    background: #000;
    background: rgba(255, 255, 255, .85);
    z-index: 2;
}
.overlay-content {
    background: #C1C1C1;
    padding-top: .5%;
    padding-bottom: .3%;
    padding-right: 1.3%;
    padding-left: 1.3%;
    min-height: 15em;
    max-width: 59.5em;
    z-index: 2;
    width: 50%;
    position: relative;
    top: 11%;
    left: 50%;
    margin: 0 0 0 -25%;
    cursor: default;
    border-radius: 5px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
    -webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		 -o-transition: all .5s ease;
		    transition: all .5s ease;
}

.overlay-bg.open .overlay-content {
    width: 80%;
    margin: 0 0 0 -40%;
}
.close-btn {
    font-size: 100%;
    cursor: pointer;
    border: 0px solid #373737;
    padding: 0% 0%;
    background:-webkit-animation-name: blueglow;
    -webkit-animation-duration: 4s;
    border-radius: 0px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    outline: 0;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .0);
}
.close-btn:hover {
    color: #345A68;
}
.close-btn {
    float: right;
    position: absolute;
    top: 2px;
    right: 6px;
}
.close-btn {
    color: #797979;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@-webkit-keyframes blueglow {
    from {
        background-color: #3C4C6F;
        -webkit-box-shadow: 0 0 10px #3C4C6F;
    }
    50% {
        background-color: #3C4C6F;
        -webkit-box-shadow: 0 0 20px #3C4C6F;
    }
    to {
        background-color: #3C4C6F;
        -webkit-box-shadow: 0 0 1px #3C4C6F;
    }
}
.btn {
    padding: 1px 1.5%;
    width: 100px;
    height: 27px;
    line-height: 27px;
    cursor: pointer;
    color: #A6A6A6;
    font-size: 105%;
    font-weight: regular;
    font-family: arial;
    text-align: center;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px #DAEAFA inset;
    background: #549ce7;
    background: -webkit-linear-gradient(top, #99dae5, #5CC4D6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, #81B6ED, #2782E1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -ms-linear-gradient(top, #81B6ED, #2782E1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -o-linear-gradient(top, #81B6ED, #2782E1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(top, #81B6ED, #2782E1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.btn:hover {
    background: none repeat scroll 0 0 #3C4C6F;
}
--*/
		

/*
*
* Plane Banner Animation
*


.plane {
	animation: fly 7s forwards 5 linear;
}

@keyframes fly {
	from {
		transform: translateX(-350px)
	}
	to {
		transform: translateX(1400px)
	}
}
*/