.mywindow
{
	position : relative;
}
.mynav
{
	position : absolute;
	top : 0;
	left : 0;
	z-index : 20;
	width : 100%;
	height : auto;
	background-color : rgba(0, 0, 155, 0.7);
}
.dropdown-menu
{
	background-color : rgba(0, 0, 155, 0.7);
}
.righttext
{
	text-align : right;
}
@media only screen and (max-width: 540px) {
.righttext
{
	text-align : center;
}
}


.ff1 { font-family: 'Roboto', sans-serif; }
.ff2 { font-family: 'Anton', sans-serif; }
.ff3 { font-family: 'Be Vietnam', sans-serif; }
.ff4 { font-family: 'Big Shoulders Text', cursive; }
.ff5 { font-family: 'Fira Sans', sans-serif; }
.ff6 { font-family: 'Fira Sans Condensed', sans-serif; }
.ff7 { font-family: 'Heebo', sans-serif; }
.ff8 { font-family: 'Manjari', sans-serif; }
.ff9 { font-family: 'Titillium Web', sans-serif; }
.ff10 { font-family: 'Solway', serif; }
.ff11 { font-family: 'Lato', sans-serif; }
.ff12 { font-family: 'Bebas Neue', cursive; }
.ff13 { font-family: 'Sulphur Point', sans-serif; }
.ff14 { font-family: 'Roboto Condensed', sans-serif; }
.ff15 { font-family: 'Source Sans Pro', sans-serif; }
.ff16 { font-family: 'Oswald', sans-serif; }
.ff17 { font-family: 'Ubuntu', sans-serif; }
.ff18 { font-family: 'Open Sans Condensed', sans-serif; }
.ff19 { font-family: 'Rubik', sans-serif; }
.ff20 { font-family: 'Nunito Sans', sans-serif; }
.ff21 { font-family: 'Noto Sans TC', sans-serif; }
.ff22 { font-family: 'Karla', sans-serif; }
.ff23 { font-family: 'Oxygen', sans-serif; }
.ff24 { font-family: 'Cabin', sans-serif; }
.ff25 { font-family: 'Varela Round', sans-serif; }
.ff26 { font-family: 'Josefin Sans', sans-serif; }
.ff27 { font-family: 'Lobster', cursive; }
.ff28 { font-family: 'Yanone Kaffeesatz', sans-serif; }
.ff29 { font-family: 'Kanit', sans-serif; }
.ff30 { font-family: 'Fjalla One', sans-serif; }
.ff31 { font-family: 'Arvo', serif; }
.ff32 { font-family: 'Overpass', sans-serif; }
.ff33 { font-family: 'Catamaran', sans-serif; }
.ff34 { font-family: 'Acme', sans-serif; }
.ff35 { font-family: 'Cairo', sans-serif; }
.ff36 { font-family: 'Righteous', cursive; }
.ff37 { font-family: 'Fredoka One', cursive; }
.ff38 { font-family: 'Baloo Bhai', cursive; }
.ff39 { font-family: 'Alegreya Sans', sans-serif; }
.ff40 { font-family: 'Patrick Hand', cursive; }
.ff41 { font-family: 'Sacramento', cursive; }
.ff42 { font-family: 'Poppins', sans-serif; }
.ff43 { font-family: 'Helvetica', 'Arial', sans-serif; }
.whitefont
{
	color : #ffffff;
}
.boldtext
{
	font-weight : bold;
}
.navbar  a
{
	color : #ffffff;
	font-weight : bold;
	padding-left : 16px !important;
	padding-right : 16PX !important;
	border-bottom : 3px solid transparent;
}
.navbar a:hover
{
	color : red;
	font-weight : bold;
	border-bottom : 3px solid red;
	transition : 0.4s ease all;
	
}
.stick
{
	position : fixed;
	top : 0;
	background-color : rgba(54, 46, 45, 0.7);
	z-index : 15;
	width : 100%;
	box-shadow : 0px 5px 5px 5px rgba(125, 116, 115, 0.8);
	transition : 0.4s ease all;
}
.stick .stickhide
{
	display : none;
	transition : 0.4s ease all;
}
.scr-banner
{
	padding-top : 2.9em;
	padding-bottom : 2em;
	text-align  : center;
}
.center-image
{
	display : block;
	margin-top : 8px;
	margin-bottom : 8px;
	margin-left : auto;
	margin-right : auto;
	width : 150px;
	height : auto;
}
.smallheading
{
	color : #9c9292;
	text-align : center;
	font-weight : bold;
	margin-top : 8px;
	
}
.mainheading
{
		color : #423b3b;
	text-align : center;
	font-weight : bold;
	font-size : 3.2em;
	margin-top : 8px;
	margin-bottom : 8px;
	
}
.paragraph
{
	text-align : left;
}
.theme-color
{
	color : #F08512 !important;
}
.icon-2em
{
	font-size : 2em;
}
.theme-heading
{
	font-size : 1.12em;  text-align : right;
}
.theme-paragraph
{
	text-align : right;
	font-size : 0.95em;
}
.theme-heading2
{
	font-size : 1.12em;  
}
.theme-paragraph2
{
	font-size : 0.95em;
}
.sm-theme-button
{
	background-color : #F08512 !important;
	font-size : 0.78em;
	font-weight : bold;
	padding-top : 0.4em;
	padding-bottom : 0.4em;
	padding-left : 1.2em;
	padding-right : 1.2em;
	border-radius : 14px;
	color : #ffffff;
	margin-top : 1.5em;
	display : inline-block;
	text-decoration : none;
	transition : 0.5s ease all;
	
}
.sm-theme-button:hover
{
	background-color : #06c2cc !important;
	font-size : 0.78em;
	font-weight : bold;
	padding-top : 0.4em;
	padding-bottom : 0.4em;
	padding-left : 1.2em;
	padding-right : 1.2em;
	border-radius : 14px;
	color : #ffffff;
	margin-top : 1.5em;
	display : inline-block;
	text-decoration : none;
	transition : 0.5s ease all;
		
}
@media only screen and (max-width: 540px) {



.theme-heading
{
	font-size : 1.12em;  text-align : left;
}
.theme-paragraph
{
	text-align : left;
	font-size : 0.95em;
}





}
.megatron
{
	background-color : #00C2E5;
	color : #FFFFFF;
	padding-top : 1.5em;
	padding-bottom : 1.5em;
	text-align : center;
	margin-top : 1em;
	margin-bottom : 1em;
}
.megatron-button
{
	background-color : #00C2E5;
	color : #FFFFFF;
	font-weight : bold;
	border : 2px solid #ffffff;
	border-radius : 3px;
	
	padding-top : 0.5em;
	padding-right : 2.2em;
	padding-bottom : 0.5em;
	padding-left : 2.2em;
	transition : 0.3s ease all;
	text-decoration : none;
	display : inline-block;
	text-transform : uppercase;
}
.megatron-button:hover
{
	background-color : #FFFFFF;
	color : #00C2E5;
		font-weight : bold;
	border : 2px solid #ffffff;
	border-radius : 3px;
	
	padding-top : 0.5em;
	padding-right : 2.2em;
	padding-bottom : 0.5em;
	padding-left : 2.2em;
	transition : 0.3s ease all;
	text-decoration : none;
		display : inline-block;
		
	text-transform : uppercase;
}
.megatron-heading-big
{
	font-weight : bold;
}
.footer
{
	background-color : #262831;
	color : #FFFFFF;
	
	padding-top : 1em;
	padding-bottom : 1em;
	margin-top : 1.5em;
}
.footer2
{
	background-color : #25272D;
	color : grey;
	padding-top : 1em;
	padding-bottom : 1em;
}
.sub-heading
{
	font-weight : bold;
}
.subicon
{
	color : orange;
	
}












