
* {
    box-sizing: border-box;
}
body {
	background-color: #0000CC;
}
img {
    width: 100%;
    height: auto;
}

.container {
  position: relative;
  text-align: center;
  color: white;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.row:after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 15px;
    width: 100%;
}
.header {
     background-color: rgb(145,145,145);
    color: #FFFFFF;
    padding: 15px;
    font-size: 12px;
    font-family: cursive;
}
@media only screen and (min-width: 600px) {
    .col-s-1 {width: 80%; margin-left: 0px; width: 500px; padding-right: 0px; padding-left: 0px; font-size: 15px;}
    .col-s-2 {width: 30%;}
    .col-s-3 {width: 40%; font-size:25px;}
    .col-s-4 {width: 20%;}
    .col-s-5 {width: 30%;}
    .col-s-6 {width: 100%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 25%; margin-left: 0px; width: 500px; padding-right: 0px; padding-left: 0px; font-size: 15px;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
    .header {
     background-color: rgb(145,145,145);
    color: #FFFFFF;
    padding: 15px;
    font-size: 25px;
}
}
@media only screen and (min-width: 768px) {
    .col-1 {width: 80%; font-size: 25px;}
    .col-2 {width: 30%;}
    .col-3 {width: 40%; font-size: 25px;}
    .col-4 {width: 20%;}
    .col-5 {width: 30%;}
    .col-6 {width: 100%; font-size: 25px;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%; }
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    .header {
     background-color: rgb(145,145,145);
    color: #FFFFFF;
    padding: 15px;
    font-size: 20px;
}
}
/* Iphone6 Landscape*/
/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
  .col-1 {width: 80%; font-size: 25px;}
    .col-2 {width: 30%;}
    .col-3 {width: 40%; font-size: 25px;}
    .col-4 {width: 20%;}
    .col-5 {width: 30%;}
    .col-6 {width: 100%; font-size: 25px;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%; }
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
  .header {
     background-color: rgb(145,145,145);
    color: #FFFFFF;
    padding: 15px;
    font-size: 20px;
}
}
/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
/*@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
   .header {
     background-color: rgb(145,145,145);
    color: #FFFFFF;
    padding: 15px;
    font-size: 20px;
}
}*/
/* Iphone6 Portrait*/
/*@media only screen and (min-device-width: 414px) and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
  .header {
     background-color: rgb(145,145,145);
    color: #FFFFFF;
    padding: 15px;
    font-size: 12px;
  
  }*/
html {
    font-family: "Lucida Sans", sans-serif;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    
}
.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color :rgb(0,150,255);
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  
}
.menu li:hover {
    background-color: #0000CC;
}
.aside {
     background-color: rgb(0,150,255);
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    
}
.footer {
   /* background-color: rgb(0,150,255);*/
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}
.box {
	text-align: center; background-color: rgb(0,150,255); 
box-shadow: 10px 10px 5px #888888;  padding: 5px; border: 5px solid RoyalBlue; font-size: 20px;
}
.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}
/* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: blue;
}

/* selected link */
a:active {
    color: white;
}

.photo {
width: 50%;
    height: auto;
    margin: 0px auto;
    display:block
    
    }
    
    div#emailmenu {
font-size:20px;
body{ font-family:verdana; font-size:16px;}
input[type=text], input[type=email], textarea{ outline:none; transition: .2s all linear; display:flex; border:1px solid silver;
border-radius:4px; padding: 8px; -webkist-box-string: border-box; -moz-box-sizing: border-box;
box-sizing:border-box; width:100%;} input, textarea{ margin:10px 0;}
input[type=submit] {padding:5px 10px 5px 10px; background-color:#ff2275; border-radius:4px; border:1px solid #e7226c; color:white; font-weight:bold; font-size:15px;}
textarea{ height:200px;}

input:focus, textarea:focus{ border:2px solid}}
div#glob_content{ background-color:rgb(0,150,255); border-radius:4px; border: 3px dashed #8B0000; max-width: 400px; margin:0 auto;}
div#form_content{ padding:20px;}
div#title{ background-color:rgb(145,145,145); color:white;font-weight:bold; text-align:center; text-transform:uppercase; text-shadow:1px 8px 15px rgb(145,145,145); padding:20px; font-size:20px;}

.emailmenu	{
	/*position: relative;*/
	border: 1px solid black;
	margin-top: 75px;
	margin-left: 80px;
    width: 700px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 25px;
	
}

/*contact form*/
.antispam { display:none;}
.wrapper {
    margin: 47px auto;
    max-width:580px;
}
 
#contact_form {
    text-shadow:0 1px 0 #FFF;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
   background:#F9F9F9;

    padding:25px;
 
}
 
#ff label {
    cursor:pointer;
    margin:4px 0;
    color:#ed7700;
    display:block;
    font-weight:800;
 
}
 
input {
    display:block;
    width:90%;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background-color:#f4f4f4;
    color:#000;
    border:1px solid #5f5f5f;
    padding:10px;
    margin-bottom:25px;
}
 
.sendButton {
    cursor:pointer;
    -moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
    box-shadow:inset 0px 1px 0px 0px #fce2c1;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
    background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    background-color:#ffc477;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
    border:1px solid #eeb44f;
    color:#ffffff;
    font-family:Arial;
    font-size:14px;
    width:25%;
    font-weight:bold;
    text-shadow:1px 1px 0px #cc9f52;
}
.sendButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
    background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
    background-color:#fb9e25;
}
/*end contact form*/
/*photo gallery*/
* {box-sizing: border-box}
.mySlides1, .mySlides2 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}
/*end photo gallery*/