/*  Code CS CSS Sheet 
Contents 
	Banner
	Navigation
	Side Navigation
	The Slide Show
	Body
	Columns
	Callouts
	Breakpoints
*/

/* Banner ================================================================================================================================= */
.fBanner {
	position: fixed;
	background-color: #E9967A;
	width:100%;
	transition: all 800ms ease 0.2s;
	z-index: 1000;
	
}
.iBanner {
   display: inline-block;
}

#tBanner{
	transition: all 800ms ease 0.2s;
	background-color: #Blue;
	position: relative;
	color: black;
	text-align: left;
	padding:30px, 10px, 30px, 10px;
	text-decoration: none;
	font-size: 25px;
	font-family: courier;
	font-weight: bold;
	margin: 0px;
}

#cloud{
	width: 80px;
	transition: all 800ms ease 0.2s;
}
/* Navigation ============================================================================================================================= */
/* Add a black background color to the top navigation */
.topnav {
	background-color: #333;
	overflow: hidden;
	margin:auto auto auto auto;
}

/* Style the links inside the navigation bar */
.topnav a {
	transition: all 800ms ease 0.0s;
	color: #f2f2f2;
	text-align: center;
	padding: 14px;
	text-decoration: none;
	font-size: 17px;
	font-family: verdana;
	display:inline-block;
	margin: 0;
}

/* Change the color of links on hover */
.topnav a:hover {
 	background-color: #ddd; /*file:///C:/Users/gespa/Documents/Notepad/Notepad++/code/funWebsite/img/sky1.jpg*/
 	color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
 	background-color: #4CAF50;
 	color: white;
}

.space{
	height:129px;
	width:100%;
	background-color: #333;
}
.whiteSpace{
	height:130px;
	width:100%;
	background-color: #FFFAFA;	
}
/* The Sidenav ============================================================================================================================= */
/* Style the links inside the sidenav */
#mySidenav a {
  position: fixed;
  right: -130px;
  transition: 0.35s;
  padding: 15px;
  width: 150px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 5px 0 0 5px;
  text-align: center;
  z-index:2;
  opacity:60%;
  
}


#mySidenav a:hover {
  right: 0;
  opacity:100%;
}

#facebook {
  top: 155px;
  background-color: #B4D8E7;
}

#instagram {
  top: 215px;
  background-color: #ffb347;
}

#emailUs {
  top: 275px;
  background-color: #ff6961;
}

#newsletter {
  top: 335px;
  background-color: #98FB98
}

/* The Slide Show ======================================================================================================================== */

/* The moving pictures*/
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow lid for coloring the background */
.slideshow-lid {
	background-color: #333;
	padding-bottom: 15px;
}
/* Slideshow container */
.slideshow-container {
  max-width: 700px;
  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 black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
	color: #f2f2f2;
  	font-size: 15px;
  	padding: 8px 12px;
  	position: absolute;
  	bottom: 8px;
  	width: 100%;
  	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
  	font-size: 12px;
  	padding: 8px 12px;
  	position: absolute;
  	top: 0;
}

/* The dots/bullets/indicators */
.dot {
  	cursor: pointer;
	height: 15px;
  	width: 15px;
  	margin: 0 2px;
  	background-color: #bbb;
  	border-radius: 50%;
  	display: inline-block;
  	transition: background-color 0.6s ease;
}

.active, .dot:hover {
  	background-color: #717171;
}

/* Fading animation */
.fade {
  	-webkit-animation-name: fade;
  	-webkit-animation-duration: 1.5s;
  	animation-name: fade;
  	animation-duration: 1.5s;
}

#canvas2 {
	width: 100%;
	height: 30px;
}

@-webkit-keyframes fade {
  	from {opacity: .4}
  	to {opacity: 1}
}

@keyframes fade {
  	from {opacity: .4}
  	to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*Cool Background Tricks
  background-image: url("paper.gif");
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	background-repeat: no-repeat
	background-position: right top
	background-attachment: fixed;
	background-attachment: scroll
	background-origin: content-box;
	background-blend-mode: lighten
	background-clip: padding-box*/

/*Everything in the Body====================================================================================================================*/
body {
	background-color:#FFFAFA;
}
.mainBody{
	margin: 20px;
}
.mainHeader{
	font-family: courier;
	padding: 3px;
	margin:0px;
}
.fontV{
	font-family: verdana;
}

#e1Image{
	float: right;
	margin-left: 25px;
	width: 300px;
}
.alignti{
	display: inline-block;
}


* {
  box-sizing: border-box;
}

/* Style inputs */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}

/*Columns =================================================================================================================================*/
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}
.row {
	background-color:#f2f2f2;
	margin: 10px 10px 10px 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/*ul.striped-list > li:nth-of-type(odd) {
    background-color: #e9e9f9 ;
}*/ 
.columns {
	float: left;
	width: 48%;
	margin-top: 6px;
	margin-bottom: 6px; 	
	padding: 20px;
	background-color:#f2f2f2;
	margin: 10px;
}
.box {
	margin: 10px;
	float: left;
	padding: 20px;
	
}
.tbBorder {
	border-top: 10px solid #E9967A;
	border-bottom: 10px solid #E9967A;
}
.lightBackground {
	background-color: #f2f2f2;
}
.darkText {
	background-color: #f2f2f2;
}

.darkBackground {
	background-color: #333;
}
.lightText {
	color: #ddd;
}
.width {
	width: 97%
}
.pinkRight
{
	border-right: 10px solid #E9967A;
}
.pinkLeft
{
	border-left: 10px solid #E9967A;
}
.pinkBottom
{
	border-bottom: 10px solid #E9967A;
}


.wrapper { 
  border : none; 
  overflow:hidden;
}

.wrapper div {
   min-height: 220px;
   padding: 10px;
}
#one {
  background-color: #f2f2f2;
  float:left; 
  margin-right:20px;
  width:200px;
  border-right:10px solid #E9967A;
}
#two { 
  background-color: white;
  overflow:hidden;
  margin:10px;
  border:2px dashed #ccc;
  min-height:170px;
  margin-top:30px;
}


@media screen and (max-width: 400px) {
   #one { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;
    border-bottom:100px solid #333;    
  }
}

/* Callouts================================================================================================================================ */
#callout1 {
	bottom: 20px;
	right: 20px;
}

#callout2 {
	bottom: 160px;
	right: 20px;
}

.callout {
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin-left: 20px;
  max-width: 250px;
  
}

.callout-header {
  padding: 15px 15px 15px 15px;
  background: #555;
  font-size: 20px;
  color: white;
  background-color: #E9967A;
  margin-bottom: 0;	
  border-radius: 10px 10px 0 0;
  opacity:90%;
  
}

.callout-container {
  padding: 0.1px 5px 0.1px 5px;
  background-color: #d8d8d8;
  color: black;
  font-size:13px;
  border-radius: 0 0 10px 10px;
  opacity:90%;
}

.closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.closebtn:hover {
  color: lightgrey;
}
.address {
	margin: 20px;
}

/*Screen Breakpoints / 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 */

/* Extra Small devices */
@media screen and (max-width:320px) {
	.space, input[type=submit] {
		height:225px;
	}
}
/* Small devices */
@media screen and (max-width: 575px) {
	.column, input[type=submit] {
		width: 100%;
		margin-top: 0;
	}
	.space, input[type=submit] {
		height:185px;
	}
	#facebook, input[type=submit] {
	}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.example {background: orange;}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.example {background: pink;}
}