@charset "utf-8";
/* CSS Document */


* {
	padding:0;
	margin:0;
	box-sizing: border-box;
}

body {
	max-width:100vw;
	overflow-x: hidden;
}

.box {
	border:thin #666;
	background-color:#663;
	width:450px;
	height:500px;
	display:flex;
	align-items: center;
	justify-content:center;
	color:#000;
}

.headerMain{
	width:100%;
	height:auto;
	background-image: url(images/Pics%20Savannah%20Catzebo/Header66.jpg);	 
}

.headerLeft {
	display:flex;	
	width:600px;
	height:100px;	
	align-items: baseline;
	justify-content:flex-end;	
}

.headerLeft-img{
	height:100px;
	min-width:290px;
	width:80%;
	padding:20px 0 0 20px;	
}

.headerRight-menu{
	display:flex;	
	width:auto;
	height:50px;
	color:#FC9;
	justify-content:flex-end;	
	padding-bottom:5px;	
	color:#FC9;
	font-weight:bold;	
}

.headerMenu-item{
	
	float:right;
	width:110px;
	height:50px;
	text-align:center;
	font-size:24px;
	padding-top:10px;
	text-shadow: 5px 5px 5px black;	
}
.container1 {
	display: grid;
	place-items: center;
	background-color: #333;
	height: auto;	
	width:90%;
	margin:auto;
}
.swiper {
	width:80%;
	min-width:300px;
	height:auto;
	margin:auto;
	padding:30px 0;
	background-color:#333;
	
}
.image__wrapper {
	width: 100%;
	min-width:300px;
	position: relative;
	padding-top: 56.25%;
	background-color:#333;
}
.image__wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center top;
}


@media screen and (max-width: 820px) {
	.headerMenu-item{
		font-size:20px;
}


}


@media screen and (max-width: 600px) {

.headerRight-menu {
    align-items:flex-start;
	justify-content:center;
	
}

.headerLeft {
	align-content:stretch;	
	min-width:280px;
	width:100%;
	margin:auto;	
} 

.headerLeft-img{
	width:100%;
	min-width:280px;
	justify-content:center;
	align-items:center;		
}

  .headerMenu-item{
	font-size:18px;
}
.swiper{
	width:95%;
			
}

.container1 {
		width:100%;
		height: auto;
}


.boxCenter {
	max-width: 95%;		
	margin: 5px auto;
	padding:5px auto;	
}


}


@media screen and (max-width: 400px) {


.headerLeft {
	min-width:280px;
	width:100%;
	height:90px;
	margin:auto;
	padding-top:8px;	
}

.boxCenter {
	max-width: 100vw;		
	margin: 5px auto;
	padding:5px auto;	
}


.swiper{
	width:100vw;
			
}

.container1 {
		width:100vw;
		height: auto;
}
 

.boxLeft {
	margin:20px auto;

}
.boxRight {
	margin:20px auto;
}



p {
	line-height:1.2em;
}

h1 {
	1.5em;
}

}





.footer {
	background: #CCC49F;
	width:100%;
	margin:20px 0 auto;
	padding:20px;
}

.content-flexbox{	
	display:flex;
	width:100%;
	height:auto;	
	font-family:Tahoma, Geneva, sans-serif;
	margin:auto;
}
	

.flexbox-container {
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;       
    width: 1000px;
	min-width:290px;
	margin:auto;
	
	
}
	
.boxLeft {
	min-width: 290px;
	max-width:50%;   	
	text-align: center;
	margin:10px auto;
	float:left;
	
	
}
.boxRight {
	
	min-width: 290px;
	max-width:50%;
	text-align: center;
	margin:10px auto;
	float:right;
	clear:left;
}	


.boxCenter {
	height: auto;
	max-width: 70%;
	min-width: 290px;	
	margin: 20px auto;
    text-align: center;
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
	
}

.form{
	display:flex;
	width:90%;
	min-width:290px;
	border:2px solid #333;
	justify-content: center;
	margin:auto;
	padding:10px;
	align-items: center;
}
.formLeft{
	display:block;
	width:50%;
	margin:auto;
	
}
	
.formRight{
	display:block;
	width:50%;
	margin:auto;
	
	clear:left;
}	
	
h2 {
	margin:0;
}

p {
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:1.4em;
}

.p1 {
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
}

img {
	width:100%;
	height:auto;
}
.wrapper {
	width:100%;
	margin:auto;
	display:flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	background-color:#CFC;
}

a:link {
  color:  #FC9;
  text-decoration: none;
}

a:visited {
  color:  #FC9;
  text-decoration: none;
}

a:hover {
  color: #FC9;
  text-decoration: underline;
}

a:active {
  color:  #FC9;
  background-color: transparent;
  text-decoration: underline;
}


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #999;
  color: #333;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}


input[type=submit]:hover {
  background-color: #FC9;
}

.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  margin:auto;  
}
.containerForm {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  margin:auto;  
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.boxCenterForm{
	width:60%;
	margin:auto;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	
.col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
}

.boxCenterForm{
	width:80%;
	margin:auto;
}

.containerForm {
   padding: 5px;
   
}

}