div.static {
  position: fixed;
}

/* Header/Blog Title */
.header {
  padding: 30px;
  font-size: 40px;
  text-align: center;
  background: white;
}

/* Add a card effect for articles */
.card {
   background-color: rgba(2, 55, 135, 0.2);

   padding: 20px;
   margin-top: 20px;
   color: rgba(255, 81, 0, 0.8);
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}







.myNav {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.59);
	opacity: 0.9;
	position: fixed;
	z-index: 9999;
	width: 100%;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}





ul {
    padding: 0;
    list-style-type: none;
}
#form-messages{
	position: relative;
	font-weight: 900;
	color: slategray;
	font-size: x-large;
}

form {
	margin-top: 50px;
	margin: auto;
	width: 50%;
	margin: 47px auto;
	max-width:580px;
}

#contact{
	padding: 30px 50px 30px 50px;
}
#contact span{
	color: #337ab7;
}

#comment_form{
	margin: 50px auto 50px auto;
	width: 100%;
}

#submit{
	width: 97%;
	height: 45px;
	color: black;
}

video::-webkit-media-controls {
	overflow: hidden !important
}

video::-webkit-media-controls-enclosure {
	width: calc(100% + 32px);
	margin-left: auto;
}

body{
	overflow-x: hidden;
}

body, html{
	height:100%;
  background-color: #303030;
	margin:0;
	font-size:16px;
	font-family:"Lato", sans-serif;
	font-weight:400;
	line-height:1.8em;
	color:#666;
}

#about p{
	padding: 10px;
}

.navfloat{

}

.pimg2, .pimg3{
  position:relative;
  opacity:0.70;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  /*
    fixed = parallax
    scroll = normal
  */
  background-attachment:fixed;
}

.pimg1 {
  position:relative;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  /*
    fixed = parallax
    scroll = normal
  */
  background-attachment:fixed;
}

.pimg1{
  background-image:url('https://www.trueadventurer.com/new/img/headimg.jpg');
	min-height:100%;
	min-width: auto;
}

.pimg1b{
  background-image:url('../img/grey.png');
	min-height:100%;
	min-width: auto;
}

.pimg2{
  background-image:url('../img/screenup.gif');
  min-height:400px;
}

.pimg3{
  background-image:url('../img/tile.jpg');
  min-height:400px;
}

p.orange {
    color: #F08000;
    text-shadow: 2px 2px 4px #000000;
    font-size: 25px;
}
p.orange_header {
    color: #F08000;
    text-shadow: 2px 2px 4px #000000;
    font-size: 35px;
}


.section{
  text-align:center;
  padding:50px 80px;
}

.section-light{
 background-image:url('../img/background_b.png');
	min-height:100%;
	min-width: auto;
  color:#080808;
}

.section-dark{
  background-color:#191919;
  color:#f00;
}

.section-contact{
 background-image:url('../img/background_d.png');
	min-height:100%;
	min-width: auto;
  color:#000000ab;
}

.section-about{
 background-image:url('../img/background_b.png');
	min-height:100%;
	min-width: auto;
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    color: white;
      text-shadow: 2px 2px 4px #000000;
}


.ptext{
  position:absolute;
  top:15%;
  width:100%;
  text-align:center;
  color:#000;
  font-size:25px;
  letter-spacing:8px;
  text-transform:uppercase;
}

.ptext .border{
  background-color:#111;
  color:#fff;
  padding:20px;
}

.ptext .border.trans{
  background-color:transparent;
}

#footer {
	text-align: center;
	max-height: 15px;
  color: #F08000;
  text-shadow: 2px 2px 4px #000000;
	padding: 17px 0 20px 0;
}

#video {
	top: 50%;
	left: 50%;
	position:fixed;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

#pan {
	width: 250px;
}

video {
	width: 75%;
	height: au;
	padding-bottom: 10px;
}

#splash {
/* 	top: 50%; */
/* 	left: 50%; */
	position:relative;
	opacity:100%;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}

img.logo{
	position: absolute;
	max-width: 80%;
	top: 10%;
	left: 10%;
}

img.logo:empty{
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*--Nav--*/
.topnav {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.59);
	opacity: 0.9;
	position: fixed;
	z-index: 9999;
	width: 100%;
}

.topnav a {
  float: left;
  display: block;
	color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ca4312;
  color: black;
	text-decoration: none;
}

.active {
  background-color: #ca4312;
  color: white;
}

.topnav .icon {
  display: none;
}

@media(max-width:568px){
	.pimg1, .pimg1b, .pimg2, .pimg3{
		background-attachment:scroll;
  }
}

@media screen and (orientation: portrait) {
  img.logo { max-width: 80%; }
}

@media screen and (orientation: landscape) {
  img.logo { max-height: 80%; }
}

@media screen and (max-width: 600px) {
	.topnav a:not(:first-child){
		display: none;
	}
	.topnav a.icon{
		float: right;
		display: block;
	}
}

@media screen and (max-width: 600px) {
	form .submit {
		margin-top: 50px;
		width: 50%;
		font-size: 10px;
	}

	.form-control {
		min-width: 97%;
		padding: 10px;
	}

	#about,#sample{
		padding: 50px 45px;
	}


	.topnav.responsive{
		position: fixed;
	}

	.topnav.responsive .icon {
		right: 0;
		top: 0;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
		z-index: 9999;
	}

	a{
		color: #337ab7;
	}

	/* unvisited link */
	a:link {
		color: #337ab7;
	}

	a:click{
		color: white;
	}

	/* visited link */
	a:visited {
		color: #337ab7;
	}

	/* mouse over link */
	a:hover {
		color: #337ab7;
	}

	/* selected link */
	a:active {
		color: white;
	}

	a:link {
		text-decoration: none;
	}

	a:visited {
		text-decoration: none;
	}

	a:hover {
		text-decoration: none;
	}

	a:active {
		text-decoration: none;
	}

	.topnav a {
		color: white;
	}

	.footer{
		background-color: blue;
		opacity: 0.7;
		position: fixed;
		z-index: 9999;
		width: 100%;
	}

	.btn-success{
		color: #fff;
		background-color: #a94442;
		/* border-color: #1400ff; */
	}

	.form-control{
		max-width: 40%;
		background: transparent;
		border: none;
		outline: none;
		border-bottom: 1px solid gray;
		color: black;
		font-size: 18px;
		margin-bottom: 16px;
	}

	input{
		height: 45px;
	}

	form .submit{
		background: #ff5722;
		border-color: transparent;
		color: white;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 2ps;
		height: 50px;
		martin-top: 20px;
	}

	form .submit:hover{
		background-color: #f44336;
		cursor: pointer;
	}
}


.collapsible {
  background-color: #E9572F;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #000ACC;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}


#navbar {
  background-color: #333;
  position: fixed;
  top: -50px;
  width: 100%;
  display: block;
  transition: top 0.3s;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

a.basic {
    color: #f2f2f2;
    text-decoration: none;
}
