@charset "utf-8";
/* CSS Document */
/* layout for the site */
* {
    box-sizing: border-box;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
	float: left;
    padding: 10px;
/*    border: 1px solid red; */
}
.container1 {width: 100%; padding: 15px;}
.container2 {width: 100%; padding: 15px;}

.gutter{display: none;}
.menu {display: none;}

/* mobile menu */

.menuIcon {
	position: absolute;
	top: 30px;
	right: 40px;
	z-index:2;
	display:block;
	width:100;
	height:150;
	cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color:#FFFFFF;
  margin: 6px 0;
  transition: 0.4s;
}
/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
  transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
}

.photoPage {
	float:left;
	position:relative;
	width: 50%;
	padding:5px;
	display: block;
}


/*basic text format for content  */
p, ul {
	font-family: Tahoma, Geneva, sans-serif;
	color: #060;
	font-size: 14px;
	line-height: 140%;
	font-weight:normal;
	list-style: square;
}
h1 {
	margin:0px; 
	text-shadow: 2px 2px 8px #FFFF99;
	font-family: 'Akaya Telivigala', cursive;
	color:#93AA5E;
	font-size:30px;
	text-align:left;
}
h1:hover {
 	text-decoration:none;
	color:#FF0000
}

h2 {
	margin:0px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#039;
	font-size:20px;
	font-weight:bold;
	text-align:left
}
h3 {
	margin:0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 140%;
	font-weight:bold;
/*	color:#039; */
	color:#FF0000; 
}
/*h3:link {
	text-decoration:none;
	color:#0099CC;  
}
h3:hover {
 	text-decoration:none;
	color:#FF0000
}  */
h4 {
	margin:0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 140%;
	font-weight:bold;
	color:#039; 
}
h4:hover {
 	text-decoration:none;
	color:#FF0000
}
a:link {
	color: #006666;
	text-decoration:none;
	font-weight:bold; 
}
a:visited {
	text-decoration: none;
	color: #006666;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	color:#FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
	font-weight:bold;
}

.sidepic {
	float:left;
	width: 45%;
	margin:10px;
}
.comimage {
	float:left;
	width: 45%;
	text-align:center;
	padding: 5px;
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.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%;}
.container1 {width: 90%; 
			max-width: 950px; 	
			margin:auto;}
.container2 {width: 95%; 
			max-width: 1200px; 
			margin:auto;}
			
.gutter{display:block;
		width: 8.33%;
		float: left;
    	padding: 10px;
}

.menu {width: 100%;
	   display:block;}
	   
.menuIcon {display:none;}

.sidepic {
	float:left;
	width: 90%;
	margin:10px;
}
/*.mobilemenu  {display:none;}  */

.photoPage {
	float:left;
	position:relative;
	width: 25%;
	padding:5px;
	display: block;
}
.comimage {
	float:left;
	width: 20%;
	text-align:center;
	padding: 10px;
}

}
/* end of desktop styles */

.transbox {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 20%;
	padding:5%;
	height: 50%;
	width:60%;
	background-color: #ffffff;
	border: 1px solid black;
	opacity: 0.6;
  	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align:center
}

.transbox a:link {
	color: #006666;
	text-decoration:none;
	font-weight:bold; 
}
.transbox a:hover {
	text-decoration: none;
	font-weight:bold;
	color:#FF0000;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.banner {position:absolute;
		top:0;
		left: 0:
		z-index:1;
		}

.ytube {position: relative;
		width: 100%;
		height: auto;
		padding-bottom: 56.25%;
}

.videobox {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* the desktop menu */
.navbar {
  overflow: hidden;
  background-color: white;
  font-family: Tahoma, Geneva, sans-serif;
}

.navbar a {
  float: right;
  font-size: large;
  color: #060;
  font-weight:normal;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  background-color: white;  
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: large; 
  font-weight:normal; 
  border: none;
  outline: none;
  color: #060;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
	font-weight:bold;
	color:#039;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;  
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #060;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: white;
	font-weight:bold;
	color:#039;  
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* mobile menu */
.mobmenudiv {
	position:absolute;
	top:0px;
	left:20px;
	width: auto;
	height:auto;
	z-index:2;
	}

.mobmenu{/*defining css for the menu class which will be used by all menus*/
	width: 100%; /* sets the width of the menu*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	margin-top:30px;
	overflow:hidden;
	display:none;
	z-index:2;
	background:#FFFFFF ;
	padding-top: 10px;
 	padding-bottom: 50px;
  	padding-left: 20px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}
.mobmenu ul{
	list-style-type:none;/*to disable the bullets that appear in lists*/
	background: #FFFFFF;
	padding-left:0px;/*to disable list paddings on the left side*/
	margin-left:-2px;
}
.mobmenu ul li{
	padding:10px;/*just to add some spacing between list items*/
}
.mobmenu ul li a{
	text-decoration:none;/*to disable the default underlining of achor elements*/
	color: #060;
	text-align:left;
	text-indent: 20px;
	}
.mobmenu ul li a:hover{
	font-weight:bold;
	color:#039;/*this is to highlight the element when you move/hover your mouse over it*/
}


	
.footer {
	width: 45%;
	float: right;
	text-align:center;
	font-size:12px;
}

.footerLeft {
	width: 45%;
	float: left;
    padding-top: 15px;
	text-align:center;
}

.footerTitle {
	color: #339933;
	font-size: 1.3em;
	font-weight:bold;
	text-align:center;
}
.inputtext {
	font:Arial, Helvetica, sans-serif; 	
	font-size:16px; 
	color:#000033;
}
.newsletter {
	float:left;
	width: 24%;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:24px;
	}
.newsyear2 {
	background-image: url("../assets/banner5.jpg");
	float:left;
	width: 90%;
	padding: 5px;
	padding-left: 20px;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:26px;
	color: #FFFFFF;
	font-weight: bold;
	height: 45px;
	}
.fbook {
	width: 90%;
	font-family:"Agency FB";
	font-size:24px;
	color:#0033FF;
	text-align:right;
	}
.fBook:link {
	color:#0033FF;
	border:none;
}
.fBook:hover {
	font-weight:bold;
}

	