﻿* {
  margin: 0;
  padding: 0;
}

body{
	background-color:gray;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	height:800px;
	z-index:1;
}
h1{
  text-align:center;   
	
}
button {

    background-color:lightblue;
    margin-bottom:2px;
}


#wrapper {
	height:auto;
}

.info1 {
    float:right;
    margin-left:auto;
    width: 70%;
    margin-right:auto;
    padding-right:2%;
}

.info2 {
    margin-left: auto;
    margin-right:auto;
    float:left;
    width:25%;
}

.info2 img{

  max-width:60%;
  height:auto;
  max-height:200px;
}

/*Heading for website*/
#header {
    background-color:white;
    z-index:1;
    width:auto;
    height:auto;
    
}

#header img {
  padding-top:10px;
  padding-left:10px;
  padding-bottom:10px;
  float: left;   
  width: 20%;
}

#header .callout {
    float:left;
    width:25%;
    padding-top:10px;
}

.callout p{
    text-align:center;

}
/*clears the float*/
.clearfix{
	clear:both;
	height:0px;
}

/*navagation bar*/
#nav {
  background-color: #333;
  position: -webkit-sticky;
  position: sticky;
  top: 0;	
  z-index: 9999;
}


/*container for the large background image*/
#bigimage{
	height:auto;
	position:relative;
}
 
#bigimage img{
    max-height:500px;
    width:100%;
    object-fit: cover;
}
.spacer {
	margin-top:30px;
}

.mySlides {display:none;

   }

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 24px;
  padding: 8px;
  position: absolute;
  bottom: 20px;
  left:0px;
  width: 38%;
  text-align: left;
  background-color:black;
}

@media only screen and (max-width: 700px) {
.mySlides {
    width: 100%;
    margin: 6px 0;
    position:relative;
  }
#bigimage img{
    max-height:225px;}
    
body {
	font-size:10px;
}
  /* Caption text */
.text {
  font-size: 12px;
  padding:2px 2px 2px 10px;
  position: absolute;
  bottom:10px;
  left:0px;
  width: 33%;
  height: 18px;
}
#header img {
  float: left;   
  width: 50%;
}

}

@media only screen and (max-width: 500px) {
  .mySlides {
    width: 100%;
  }
}


