@charset "utf-8";

* {box-sizing: border-box;}

body { 
  margin: 0;
  /* background-color: #2e2e2e; */
  background-color: #fff;
  font-family: Open Sans;
}

h2 {
  font-family: Oswald;
  font-size:14px;
  color:#2e2e2e;
}

h3 {
  font-family:Oswald;
  text-align:center;
  font-size:34px;
  font-style:normal;
  color:#000;	
}

textarea {
  width:50%;
  resize:vertical;	
}

.big-photos {
	max-width: 800px;
}

.footer {
  text-align:center;
  font-family: Nunito Sans;
  font-size:12px;
  padding: 20px;
}

.footer a {
  color:#000;
  font-family: Nunito Sans;
  text-decoration:none;
}

.footer a:hover {
  color: #da2525;
  font-family: Nunito Sans;
  text-decoration:none;
}

.footer a.active {
  color: #fff;
  font-family: Nunito Sans;
  text-decoration:none;
}

.header {
  overflow: hidden;
  background-color: #ffffff;
  padding: 20px 10px;
  font-family: DM Serif Display;
  width:100%;
  	margin: auto;
  /* background-image:url(../img/header-back.png); */
  background: url(../img/header-back.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.header a {
  float: center;
  color: #ffffff;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 35px;
  font-weight: bold;
  color:#da2525;
}

.header-right a:hover {
  background-color: #F00;
  color: #fff;
}

.header-right a.active {
  background-color: dodgerblue;
  color: white;
}

.header-right {
  float: right;
}

.input-box1 {
	width: 200px;
}

.legal-warning {
	background-color: #FFF;
	padding: 20px;	
  	color: #000;
}

.legal-warning-title {
	color: #FFF;
}

.messages {
	color: #FFF;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:14px;
	font-style:normal;
	padding-left:20px;
	width:50%
}

.responsive-banner {
  width: 100%;
  height: auto;
}

.spacer10 {
	padding: 10px;	
}

.spacer20 {
	padding: 20px;	
}

.reply-box {
	border-radius: 0px;
	/* background:#2e2e2e; */
	background:#fff;
  	margin: auto;
  	width: 90%;
  	padding: 10px;
	/*
	outline-color:#000;
	outline-width:2px;
	outline-style: solid;
	*/	
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

.sitemap-box {
	border-radius: 5px;
	background:#2e2e2e;
  	margin: auto;
  	width: 60%;
  	padding: 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}

.sitemap-box a {	
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

.sitemap-box2 {
	border-radius: 5px;
	background:#2e2e2e;
  	margin: auto;
  	width: 90%;
  	padding: 10px;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
}

.text-banner {
  font-family:Oswald;
  text-align:center;
  font-size:45px;
  font-style:italic;
  color:#fbca27;
  /* padding-top:50px;
  padding-bottom:50px;
  background-color:#000; */
  margin: 20px;
  }

.text-banner2 {
  font-family:Oswald;
  text-align:center;
  font-size:34px;
  font-style:normal;
  color:#FFF;
  }

.text-banner3 {
  font-family:Oswald;
  text-align:center;
  font-size:34px;
  font-style:normal;
  color:#FFF;
  padding-top:50px;
  padding-bottom:50px;
  }
  
.text-description {
  font-family:Oswald;
  text-align:center;
  font-size:12px;
  font-style:normal;
  color:#FFF;
  }
  
/* thumbs */

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
  
  font-family:Oswald;
  text-align:center;
  font-size:18px;
  font-style:normal;
  color:#FFF;
}

.column:hover {
	transform: scale(1.1);
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.column-big-photo {
  flex: 50%;
  max-width: 100%;
  padding: 0 4px;
  
  font-family:Aria, Tahoma;
  text-align:left;
  font-size:18px;
  font-style:normal;
  color:#FFF;
}

.column-big-photo img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
	}

   textarea {
	  width:100%;
	  resize:vertical;	
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }

	textarea {
	  width:100%;
	  resize:vertical;	
	}
}

@media screen and (max-width: 800px) {
  .column-big-photo {
    flex: 50%;
    max-width: 100%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column-big-photo {
    flex: 100%;
    max-width: 100%;
  }
}
/* end: thumbs */