
.item_description {
  width:100%;
}
.imagehart {
  padding-bottom:20%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  position:relative;
  width:40%;
}
.desc, .imagehart {
  float:left;
  display:block
}
.desc {
  width:50%;
  text-align:center;
  padding:20px;

}
@media (max-width:600px) {
  .desc, .imagehart {
    float:none;
    width:100%;
  }
}

.white{
    color: #FFFFFF;
}

.responsiveharts {
;
width: 50%;
min-width: 250px;
}

.top-container {
  background-color: #f1f1f1;
}

.header {
  padding: 10px 16px;
  background: black;
  color: #f1f1f1;
  font-size: 20px;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {

}




ul {
    padding: 0;
    list-style-type: none;
}

* {
  box-sizing: border-box;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
  min-width: 75%
}

ul li {

  padding: 9px;
  text-align: left;
  color: #e1e1e1;
}

#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%;
	margin:0;
	font-size:16px;
	font-family:"Lato", sans-serif;
	font-weight:400;
	line-height:1.2em;
	color:#6d9eb6;
  background-color: black;
}

.btn {
  border: 1px solid black;
  background-color: black;
  color: white;


}


/* Red */
.danger {

  color: white;
  text-decoration: none;
 font-size: 15px;
}



.danger:hover {
  background: white;
  color: black;
}

#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('../img/bg1.png');
	min-height:100%;
	min-width: auto;
}

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

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

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

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

.section-light{
 background-image:url('../img/bg2.png');
	min-height:100%;
	min-width: auto;



}

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

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

.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: white;
	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: 60%;
min-width: 300px;
	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(234, 93, 0, 0.3);
	opacity: 0.9;
	position: fixed;
	z-index: 9999;
	width: 100%;
}

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

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

.active {
  background-color: #6299ff85;
  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;
	}
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ff00009c;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

#wrapcen {
    float: left;
    position: relative;
    left: 50%;
}

#contentcen {
    float: left;
    position: relative;
    left: -50%;
}
