
.sidebar {

  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-family: 'Merienda One', cursive;
  font-size: 150%;
  color: #ffffe3;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
  
.heading1{
	font-family: 'Pacifico', cursive;
	font-size: 50px;
	color:#ffffff;
	text-shadow: 2px 2px 5px red;
	
}
.bg1{
	background-color:#105457;
	
	
}

.heading1{
	font-family: 'Merienda One', cursive;
	font-size: 25px;
	color:#2001cb;
	text-shadow: 2px 2px 5px black;
	
}

.heading2{
	font-family: 'Merienda One', cursive;
	font-size: 50px;
	color:#2001cb;
	text-shadow: 2px 2px 5px black;
	
}
.heading3{
	font-family: 'EB Garamond', serif;
	font-size: 20px;
	color:#ffffff;
	text-shadow: 2px 2px 5px black;
	
}
.heading4{
font-family: 'Shadows Into Light', cursive;
	font-size: 30px;
	color:#ffffff;
	text-shadow: 2px 2px 5px black;
	
}
.text1{
		
		font-family: 'EB Garamond', serif;
		font-size: 30px;
		color: #1f3b04;
		margin:0px;

}
.text2{
		
		font-family: 'EB Garamond', serif;
		font-size: 20px;
		color: #1f3b04;
		margin:0px;
		padding-bottom:80px;

}
.text3{
		
		font-family: 'Shadows Into Light', cursive;
		font-size: 30px;
		color: #1f3b04;
		margin:0px;
		padding-bottom:80px;
		text-decoration:none;

}
.text4{
		
		font-family: 'EB Garamond', serif;
		font-size: 15px;
		color: #f6f6f6;
		margin:0px;
		padding-bottom:0px;
		text-decoration:none;

}

.text8{
		
		font-family: 'Merienda One', cursive;
		font-size: 25px;
		color: #1f3b04;
		margin:0px;
		padding-bottom:10px;

}
.text9{
		
		font-family: 'EB Garamond', serif;
		font-size: 20px;
		color: #000000;
		font-weight: bold;
		margin:0px;
		padding-bottom:10px;

}
.text13{
		
		font-family: 'EB Garamond', serif;
		font-weight: bold;
		font-size: 17px;
		color: #000000;
		margin:0px;
		padding-bottom:10px;

}
.text10{
		
				font-family: 'EB Garamond', serif;
		font-size: 15px;
		color: #000000;
		margin:0px;
		padding-bottom:10px;

}
.text12{
		
		font-family: 'Merienda One', cursive;
		font-size: 20px;
		color: #000000;
		margin:0px;
		padding-bottom:10px;

}
.bg1{
	background-color:#e7e7e7;
	
}
.bg2{
	background-color:#000000;
	
}
.bg3{
	background-color:#426667;
	
}
.bg4{
	background-color:#a5a5a5;
	
}
.bg5{
	background-color:#00639e;
	
}
.bgfotter{
	background-color:#426667;
	
	
}
 .navbar {
      padding-top: 0px;
      padding-bottom: 15px;
      border: 0;
      border-radius: 0;
      margin-bottom: 0;
font-family: 'Merienda One', cursive;

      font-size: 15px;
      letter-spacing: 2px;
  }
  
 .borimghead{
 border-style: solid;
 border-color: blue;     
}
.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
ion: relative;
  margin: auto;
}
