body{
	background: black;
}
h1, .title
{
	color: #ffffff;
	font-family: verdana,sans-serif;
	font-size: 16pt;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
	font-style: italic;
	text-shadow: 2px 2px 3px red;
	text-align: left;
}
h2, .subtitle
{
	color: #ff0000;
	font-family: verdana,sans-serif;
	font-size: 14pt;
	text-decoration: none;
	/* font-variant: small-caps; */
	/* font-weight: bold; */
	font-style: italic;
	/* text-shadow: 1px 1px 1px white; */
	text-align: left;
}
h3, .std3 
{
	color: #ffffff;
	font-family: verdana,sans-serif;
	font-size: 12pt;
	text-decoration: none;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}

h4, .std2, .std2j
{
	color: #ffffff;
	font-family: verdana,sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-variant: normal; 
	font-weight: normal;
	font-style: normal;
}
.std2j{
	text-align: justify;
}

h5, .std1
{
	color: #ffffff;
	font-family: verdana,sans-serif;
	font-size: 8pt;
	text-decoration: none;
	font-variant: normal; 
	font-weight: normal;
	font-style: normal;
}
a.link{
	color: #ffff00;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 5px;
}
a.link:hover{
	color: #ffff00;
	text-decoration: none;
	background-color: #555555;
	font-weight: bold;
}
a.link:visited{
	color: #ffff55;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 5px;
}
.caption{
	margin-top: 10px;
	color: #dddddd;
	font-family: verdana,sans-serif;
	font-size: 10pt;
	font-style: italic;

}


#thePage{
	text-align: justify;	
	padding: 15px;
	padding-bottom: 50px;
	margin-bottom: 100px;
	/* margin-top: 60px; */
}


footer{
	position: fixed;
	bottom: 0;
	background-color: black;
	text-align: center;
	width: 100%; 
	margin-top:20px; 
	border-top: 2px solid #bbbbbb;
}


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


/*======= icon menu - applies to all formats */

/*===========  MENUS ====================*/
/*===== TOP MENU */
#top_image{
	max-width: 30%;
	vertical-align: bottom;
	float: right;
	padding-right: 25px;
}
.topMenu{ /* boxes for top menu */
	display: inline-block;
	/* padding-left: 5px; */
	/* padding-right: 5px; */
	padding: 3px 7px 3px 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: black;
	border: 1px solid #cccccc;
	border-style: groove;
}

 a.headMenu, a.headMenu:visited { /* text for top menu - applies to format 1*/
	font-family: verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

 
  a.headMenu:hover{
	color: #333333;	
}
 
 .topMenu:hover{
	box-shadow: 1px 1px 3px #aaaaaa;
	border-color: #555555;
	background-color: #dddddd;
	color: #333333;	
}
li.dropdown {
    display: inline-block;
	padding: 0px;
}
.dropdown-content {
    display: none;
    z-index: 10;
    position: absolute;
	font-size: 14pt;
	color: #333333;
    background-color: #dddddd;
    /* min-width: 160px; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
	font-size: 10pt;
    color: #333333;
	border-bottom: 1px dotted #888888;
    /* padding: 2px 10px 2px 4px; */
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
    text-decoration: none;
    display: block;
    text-align: left;
}


.dropdown-content a:hover {color: #ff0000}

.dropdown:hover .dropdown-content {
    display: block;
}

/*======= icon menu - applies to format 2 & 3*/
#icon_menu{
	position: absolute;
	right: 10px;
	z-index: 15;
	list-style-type: none;
	color: black;
	border-bottom: 1px dotted #888888;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
    overflow: visible;
	display: none;
	font-size: 12pt;
	background-color: #dddddd;
}

.menu_item a{
    display: inline-block;
	font-size: 12pt;
    color: #333333;
	border-bottom: 1px dotted #888888;
	margin-top: 2px;
	margin-bottom: 2px;
	/* margin-left: 4px; */
	margin-right: 4px;
    text-decoration: none;
    text-align: right;	
    display: block;
}
.menu_item a:hover {
	color: #ff0000}

#navicon:hover #icon_menu{
	display: block;
}

.submenu-content{
    position: absolute;
	right: 50px;
    z-index: 20;
	display: none;
	font-size: 14pt;
	color: #dddddd;
	background-color: #333333;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 4px 0px 4px 2px;
}	

.submenu-content a{
	font-size: 10pt;
    color: #dddddd;
	font-weight: bold;
	border-bottom: 1px dotted #eeeeee;
    /* padding: 2px 10px 2px 4px; */
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
    text-decoration: none;
    text-align: right;	
}
.submenu-content a:hover {color: #ff0000}

.menu_item a:hover .submenu-content {
	display: block;
}
.menu_item:hover .submenu-content{display: block;}



/*** option 1 ***/
@media screen and (min-width: 1100px) {


	#thePage{
		position: absolute;
		top: 120px;
	}
	#navicon_container{
		display: none;
		background-color: black;
	}
	#full_menu{
		display: block;
		vertical-align: top;
		background-color: black;
		position: fixed;
		top: 0;
		width: 100%;
		/* height: 120px; */
		margin: 0px;
		padding: 15px;
		border-bottom: 2px solid grey;
		z-index:20;
	}


#PM_top_left{
	float: left;
	max-width: 20%; 
	margin-right: 10px; 
	margin-bottom: 10px;
}

#img_top_right{
	float: right;
	margin: 10px; 
	max-width: 20%;
}
/* for profile page  */
	#profile_pic{
		float: left;
		margin-right: 25px;
		margin-bottom: 25px;
		max-width: 25%;
	}
}
/*** option 2 ***/
/*** Full-sized layout ***/
@media screen and (max-width: 1099px) and (min-width: 860px) {
	#full_menu{
		display: none;
	}
	#navicon_container{
		display: inline-block;
		width: 100%;
		position: fixed;
		top:0;
		z-index:20;
		height: 50px;
		vertical-align: bottom;
	}
	
	#navicon{
		height: 50px;
		float: right;
	}


	#thePage{
		position: absolute;
		top: 45px;
	}
	h3, .std3 {
		font-size: 10pt;
	}

#PM_top_left{
	float: left;
	max-width: 20%; 
	margin-right: 10px; 
	margin-bottom: 10px;
}
#img_top_right{
	float: right;
	margin: 10px; 
	max-width: 20%;
}
/* for profile page  */	
	#profile_pic{
		float: left;
		margin-right: 25px;
		margin-bottom: 25px;
		max-width: 150px;
	}
}
/*** option 3 ***/
/*** Small-sized layout (mobile - portrait)***/
@media screen and (max-width: 859px){

	#thePage{
		position: absolute;
		top: 45px;
	}
	 
	#full_menu{
		display: none;
	}
	a.bottom_menu_link{
	color: #ff0000;
	background: #cacaca;
	border: 1px solid red;
	font-weight: normal;
	padding: 1px;
	margin-left: 2px;
	margin-bottom: 30px;
	}

	#navicon_container{
		display: block;
		width: 100%;
		background-color: black;
		position: fixed;
		top:0;
		z-index:20;
		height: 50px;
		vertical-align: bottom;
	}



	
	#navicon{
		height: 50px;
		float: right;
	}
	
#PM_top_left{
	float: left;
	height: 80px; 
	margin-right: 10px; 
	margin-bottom: 10px;
	vertical-align: top;
}
#img_top_right{
	float: right;
	margin: 10px; 
	height: 80px; 
	vertical-align: top;
}	
	
/* for profile page  */
#profile_pic{ 
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	max-width: 120px;
}
	h4, .std2, .std2j{
		font-size: 8pt;
	}

	h1, .title{
		font-size: 14pt;
	text-shadow: 1px 1px 2px red;
	}
	h2, .subtitle{
		font-size: 12pt;
	}

	#navbar{
		display: none;
	}



}



