<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600" rel="stylesheet"> 

h4 { /* image description ud */
  font-family: 'Open Sans',  Trebuchet MS, Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
  font-weight: 300;
  margin-top: -3px !important; 
}
.social img:last-child{display:none}
.social:hover img:first-child{display:none}
.social:hover img:last-child{display:inline-block} 

.MainContainer {
  perspective: 100px;
  transform-style: preserve-3d;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.ParallaxContainer {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  z-index: -1;
  height: 100vh;
  justify-content: center;
  align-items: center;
  transform: translateZ(-1px) scale(2);
  background-color: rgb(250,228, 216); 
  background-size: contain;
}
ul {margin-left: 20px; padding-left: 20px;}
ol {margin-left: 20px; padding-left: 20px;}

img {
    float: right;
    float: left;
}
.video {
   text-align: center;
}
* {
	margin: 0;
	padding: 0;
}
.c-hero {
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: flex;
	height: 600px;
	justify-content: center;
}
.c-hero__content {
	font-size: 4rem;
	line-height: 1;
	margin: 0;
}
#myElementStats {
  position: fixed;
  z-index: 30;
  bottom: 0;
  padding: 10px;
}
body {
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
}
.box {
  float: left;
  margin-right: 15px;
  width: 150px;
  height: 150px;
  border-radius: 5px;
  background-color: rgb(207,232,220);
  padding: 1em;
}
.image-left {
  float: left;
  margin: 12px 12px 0px 0px;
  border-radius: 3px;
  background-color: #ebebeb;
  padding: 0.5em;
    height: auto;
}
.image-right {
  float: right;
  margin: 12px 0px 0px 12px;
  border-radius: 3px;
  background-color: #ebebeb;
  padding: 0.5em;
    height: auto;
}
.btn { /* buttons ud */
  border-radius: 0px;
  color: #ffffff;
  font-size: inherit;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  background: #000000;
  border: solid #000000 2px;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;  
}
.btn:hover {
  background: #ffffff;
  border: solid #000000 2px;
  text-decoration: none;
  color: #000000;
}
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
.form-container {
    border-radius: 5px;
    background-color: #e8e8e8;
      padding: 0.5em;

}

.greenbox { /* green box ud */
  border-radius: 0px;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  background: #86b300;
  margin-top: 42px;
  margin-bottom: 12px;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;  
}
/* quote style start ud */
.blockquote {
    font-family:  Georgia, serif;
    font-style: italic;
    font-size: 22px;
  background: #f9f9f9;
  border-left: 10px solid #99cc00;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
.blockquote:before {
  color: #99cc00;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.blockquote p {
  display: inline;
}
.blockquote cite {
  font-family: Verdana;
color: #999999;
font-size: 16px;
display: block;
}
/* quote style end ud */


