﻿<style>

/* GENERALLY */

* { box-sizing: border-box; }

html,body, {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
} 

.generally { 
	text-align: justify;
	font-family: Arial, Tahoma, Verdana;
	background-color: #333333;
	font-size: 0.9em;
	line-height: 1.5em;
	max-width: 96%; 
	margin: auto; 
	margin-top:0px;
	height: auto;
	color: #F5F5F5; 	
}


a { text-decoration: none !important; }

p { line-height:1.5em; }


.stickyholder {
	position: sticky;
	top: 0px;
	width: 100%;
	box-sizing: border-box;
}

.stickyleft {
	position: sticky;
	top: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 30px;
	background-color: #3e78be;
	font-size: 1.2em;
	width: 30%;
	height: 49px;
	margin-bottom: 15px;
	border: 0px;  
	border-color:#3e78be;
	text-align: left;
	overflow: visible;
	box-sizing: border-box;
	float: left; 
    }


.sticky {
	position: sticky;
	top: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 30px;
	background-color: #3e78be;
	font-size: 1.2em;
	width: 70%;
	height: 49px;
	margin-bottom: 15px;
	border: 0px;  
	border-color:#3e78be;
	text-align: right;
	overflow: visible;
	box-sizing: border-box;
	float: right; 
    }

    

.navspacer  {
	word-spacing: 15px;
}

h2 {
	column-span: all;
	text-align: left;
	font-family: Times New Roman, Tahoma, Verdana;
	color: #F5F5F5;
}

h3 {
	column-span: all;
	text-align: left;
	font-family: Times New Roman, Tahoma, Verdana;
	color: #F5F5F5;
}

.span  { 
	column-span: all;
	width: 100%;
}





/* When the browser is at least 600px and above */




/* When the browser is at least 600px and above */


.blueline {
	padding: 3px;
	background-color: #3e78be;
	width: 100%;
	margin-bottom: 15px;
	border: 0px;  
	border-color:#3e78be;
	overflow: visible;
	box-sizing: border-box;
    }

.greyline {
	padding: 3px;
	background-color: #666666;
	width: 100%;
	margin-bottom: 15px;
	border: 0px;  
	border-color:#666666;
	overflow: visible;
	box-sizing: border-box;
    }


/* Media screen hiders */

.deskhider {
	}

@media only screen and (orientation: portrait) { div.deskhider { display:none;} }


@media only screen and (orientation: landscape) { div.bluemenudrop { display:none;} }
@media only screen and (orientation: landscape) { div.dropdown { display:none;} }
@media only screen and (orientation: landscape) { div.fontawesome { display:none;} }
/* This means the blue menu will disappear in landscape format of any width */


@media only screen and (min-width: 750px) { div.bluemenu { display:none; } }
/* This means from 750px upwards the blue menu will disappear */


.tablethider {
	}

@media only screen and (orientation: landscape) { div.tablethider { display:none;} }


media only screen and (max-width: 600px) and (min-width: 400px)  {...}


.mobile {
	padding: 15px;
	background-color: #3e78be;
	font-size: 1.2em;
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
	overflow: hidden;
	}


.wrapper {
	padding: 10px;
	padding-top:15px;
	border: 1px solid #d4d4d4;
	background-color:  #333333;
	width: 15%;
	min-width:150px;
	margin-right: 1.5%;
	float: left; 
	}
	


.newspaper {
  	padding: 15px;
	border: 1px solid #d4d4d4;
	background-color:  #333333;
	column-count: 4;
	column-width: 250px;
  	column-gap: 15px;
  	column-rule: 1px solid grey;
  	text-align: justify;
  	}


.newspapersimple  {
  	padding: 15px;
	border: 1px solid #d4d4d4;
	background-color:  #333333;
	column-count: 1;
	column-width: 100%;
  	column-gap: 15px;
  	column-rule: 1px solid grey;
  	text-align: left;
  	}

  	


A.nav 			{ color: #99ccff; line-height: 21px; background-color: #333333; padding-left: 0px; }
A.nav:active    { color: #99ccff; line-height: 21px; background-color: #333333; padding-left: 0px; }
A.nav:visited   { color: #99ccff; line-height: 21px; background-color: #333333; padding-left: 0px; }
A.nav:hover     { color: #f5f5f5; line-height: 21px; background-color: #333333; padding-left: 0px; }


A.navmenu 			{ color: #99CCFF; line-height: 21px; padding-left: 0px; }
A.navmenu:active    { color: #99CCFF; line-height: 21px; padding-left: 0px; }
A.navmenu:visited   { color: #99CCFF; line-height: 21px; padding-left: 0px; }
A.navmenu:hover     { color: #f5f5f5; line-height: 21px; padding-left: 0px; }

A.navsticky 		{ color: #99CCFF; line-height: 21px; padding-left: 0px; background-color: #3e78be; }
A.navsticky:active    { color: #99CCFF; line-height: 21px; padding-left: 0px; background-color: #3e78be; }
A.navsticky:visited   { color: #99CCFF; line-height: 21px; padding-left: 0px; background-color: #3e78be; }
A.navsticky:hover     { color: #f5f5f5; line-height: 21px; padding-left: 0px; background-color: #3e78be; }

A.navblue 		{ color: #99CCFF; line-height: 21px; padding-left: 0px; background-color: #3e78be; }
A.navblue:active    { color: #99CCFF; line-height: 21px; padding-left: 0px; background-color: #3e78be; }
A.navblue:visited   { color: #99CCFF; line-height: 21px; padding-left: 0px; background-color: #3e78be; }
A.navblue:hover     { color: #f5f5f5; line-height: 21px; padding-left: 0px; background-color: #3e78be; }



#menulist {
    margin-right: 0px;
    padding: 0;
}

.menuleft {
	color: #CCCCFF;
	font-size: 1.1em;
	line-height: 30px;
	background-color: #666666;
	padding-left: 9px;
	border: 1px solid #99CCFF;
	list-style-type: none;
	margin-bottom: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
	max-width: 100%;
}

.active, .menuleft:hover { background-color: #333333; color: #f5f5f5; }

.menuitem {
    background: #CDF0F6;
    border: 1px solid #d4d4d4;
    list-style-type: none;
    margin: 4px;
    padding: 2px;
}

IMG.left  { 
	width: 15%;
	margin-right: 1.5%;
	margin-left: 0px;
	float: left;	
}

IMG.right  {
	float: right;
	margin-right: 0px;
	margin-left: 6px;
}


/* Audioplayer css starts */


audio {
  width:100%

}


/* Audioplayer css ends */


/* MOBILE DROPDOWN */

.dropdown .dropbtn {
    outline: 0px;
    color: #f5f5f5;
    padding: 10px 12px;
    background-color: #f5f5f5;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;
}

.dropdown-content a {
    font-size: 0.9em; 
    float: none;
    color: #3e78be;
    padding: 9px 9px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
	background-color: #999999;
	color:#f5f5f5;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* END MOBILE DROPDOWN */


/* W3C Contact Form starts */


input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}

input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}


input[type=submit] {
  background-color: #3e78be;
  color: #F5F5F5;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #999999;
}

.honeypot {
    position: absolute;
    left: -9999px; /* Moves the element off-screen */
    top: -9999px;
    visibility: hidden; /* Another layer of hiding */
}


/* Contact Form ends */


</style>

