@charset "utf-8";
/* CSS Document */
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 0 4px;
}

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



* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

header {
    height: 400px;
    margin-bottom: 10px;
    position: relative;
    background-color: white;
   box-shadow: 0px 5px 10px #888;
    padding-bottom: 0px;
}
.header h1 {
	font-family: 'Alfa Slab One', cursive; 
	color: #379cd3;
	font-size: 3.5rem;
	word-spacing: 20px;
	background-color: none;
	text-shadow: 0px 3px 2px #000;
	width: 87%;
	margin: auto;
	text-align: center;
	perspective: 800px;
	padding: 25px;
}
.header {
  text-align: center;
  padding: 32px;
}
.logo{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
}
.logo a{
    font-family: 'Montserrat', sans-serif;
	font-size: 2.5em;
	color: rgba(68,60,60,0.8);
	text-decoration: none;
	border:  3px  solid  rgba(68,60,60,0.8);
	text-transform: uppercase;
	padding: 2px 10px 0 10px;
	margin: 0;
}
.logo a:hover{
	background-color: #efdb9c;
	color: rgba(68,60,60,0.8);
}
header a.logo span { display: none; }
.row {
  display: -ms-flexbox; /* IE 10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE 10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
  -ms-flex: 50%; /* IE 10 */
  flex: 50%;
  padding: 0 4px;
}

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

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 18px;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}
/*footer*/

footer{
	background-color: white;
    font-size: 10px;
	height: auto;
	background-size: cover;
    margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px;
	display: block;
    text-decoration: none;
}
footer img{
	padding: 10px;
}
u
 p.copyright{
	font-family: 'Montserrat', sans-serif; 
	text-align: center;
	color: #666;
	font-size: .7em;
	padding-bottom: 5px;
}
 
    footer #privacy {
	font-family: 'Montserrat', sans-serif;		
	padding: 20px;
	margin-top: 20px;
}
footer #privacy h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: darkgray;	
}
footer #privacy p {
	font-size: .5em;
	text-align: justify;
	-webkit-transition: font-size .5s ease;
	-moz-transition: font-size .5s ease;
	-o-transition: font-size .5s ease;
	transition: font-size .5s ease;
}
footer #privacy p:hover {
	font-size: 1em;
}





