body{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
	overflow: hidden;
    overflow-y: auto;
    width:100%;
}

a{
	color:#7b8a2b;
}

body > div {overflow: hidden; }


.button{
	margin-right:15px;
	font-size: 1em;
	border-radius:8px;
}

.top-bar a{
	color:#7b8a2b;
    text-shadow: 1px 1px 12px #7b8a2b;
}

.contactlink a{
	color:#e6e1c4;
}

.top-bar.expanded {
	overflow:visible;
}
.top-bar-section ul {
	position: absolute;
	right: 0;
}

.sticky-container{
	position:absolute;
	width:100%;
	height:100%;
}


#container{
	display:flex;
	height:100vh;
}


.top-bar, .top-bar ul, .sticky-topbar, .title-bar {
    position:relative;
    z-index: 1000;
    padding-right:15px;
    padding-left:15px;
	color:#fff;
	background-color: #e6e1c4;
}




.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
}


@media screen and (max-width: 900px) {
  section {background-attachment: scroll;}
  .parallax {background-attachment: scroll;}
}



#div1{
	background-position: center;
	background-size: cover;
	width:100%;
    transition: transform 18s; /* Animation */
}


#div1:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#div2{
	background-size: cover;
	background-position: center;
	width:100%;
	height:100%;
	padding-bottom:5%;
	padding-top: 5%;
    transition: transform 15s; /* Animation */
}

.grid-margin-x{

	padding:30px 30px 30px 30px;
}




.ending{
	position:relative;
	color:#071D39;
}




h1, h2, h3{
	font-family: 'Oswald';
}

.big{
	color:#e6e1c4;
	font-size: 2.5em;
}

h3{
	font-size: 2em;
}

.website-icon{
	font-size:3em;
	color:#fff;
	margin-right:20px;
}

.website-icon:hover{
	font-size:3em;
	color:#071D39;
}

@media only screen and (max-width: 400px) {
   body { font-size: 0.9em; }

   .website-icon{
   	font-size:2.8em;
	margin-right:5px;
   }

   .website-icon:hover{
	font-size:2.8em;
	color:#071D39;
	}

   #topbar-center-logo  { background-color:#e6e1c4; margin-top: 80px; }
}

footer{
	z-index:1000;
	background-color: #7b8a2b;
}

.reveal{
	width:100%;
}

.views a{
	color:#fff;
}

label{
	color:#fff;
    font-size: 1em;
    margin-bottom:10px;
}


.dark{
	color:#7b8a2b;	
}

.book-button{
	background-color:#e6e1c4;
	color:#7b8a2b;
}



.important{
	color:#e6e1c4;
	font-size:70%
}


/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
  outline: 4px solid #f00;
}