/* CSS Page */
/* Developed by Mike Weiss of mjmediateam.com*/
/*-------- Elements --------*/
* {
margin:0;
padding:0
}

/* Color and basic format of the website */
body {
	background:#002952;
	height:100%;
	text-align:center
}

/* Define format of the main container */
#container {
	margin:0 auto;
	min-height:100%;
	position:relative;
	text-align:left;
    width: 90%;
    max-width: 1500px;
	/*width:730px*/
}

/* Main header properties */
#header h1 {
	color:#445971;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	padding:10px 0 0;
	text-transform:uppercase
}

/* Second header properties */
#header h2 {
	color:#fae300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	margin:-13px 0 0 13px;
	padding-bottom:30px
}


/* Navigation and Link-board */
#focus {
	border-radius:  20px 20px  0px 0px;
	/*background: url(images/man.jpg) center center no-repeat #728395;*/
	background: no-repeat #728395;
	height:240px;
	overflow:hidden;
    max-width: 100%;
}

/* Head */
#My_Image {
	border-radius:  0px 20px  0px 0px;
	float:left;
	width:25%;
	height:240px;
	
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;

    display: inline-block;
    border-radius: 4px;
    /*transition: 0.3s;*/
}

#rand_text {
	border-radius:  0px 0px  0px 0px;
	background:no-repeat top right #50647B;
	float:right;
    max-width: 1600px;
	width:74%;
	height:240px;
	padding: 0.5% 0.5% 0.5% 0.5%; 
}

/* Navigation board */
#navigation {
	display: flex;
	justify-content: center;
    margin: 0;
    padding: 10px;
	flex-direction: row;
	width: 99%;
}


#navigation a {
	color:#FFF;
	padding: 10px 40px;
	align-self: flex-start;
	width: 25%;
	font-size:18px;
	border-bottom:1px solid #7E9CC1;
	background-color:midnightblue;
	text-align: center;
}

/* Change properties for "mouse selection" */
#navigation a:hover {
	color:#fae300;
	/*
	*/
}

/* Navigation style for the selected element */
#navigation a.active,#navigation a.active:hover {
	/*
	border-bottom:3px solid #7E9CC1;
	cursor:default;
	font-weight:700;
	padding:10px 0 10px 8px
	*/
}

/* Third header properties */
#navigation h3 {
	display:none
}




/* Navigation Teaching board */
#nav_teaching {
	display: flex;
	justify-content: center;
    margin: 0;
    padding: 10px;
	flex-direction: row;
	width: 99%;
}


#nav_teaching a {
	color:#FFF;
	padding: 10px 40px;
	align-self: flex-start;
	width: 25%;
	font-size:18px;
	border-bottom:1px solid #7E9CC1;
	background-color:rgb(17, 105, 177);
	text-align: center;
}

/* Change properties for "mouse selection" */
#nav_teaching a:hover {
	color:#fae300;
}


/* Third header properties */
#nav_teaching h3 {
	display:none
}





#middle {
	padding:10px 0px 60px 0px
}

.Head_Rand {
	border-bottom:3px solid #7E9CC1;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-style:italic;
	margin:5px 10px;
}

.Text_Rand {
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
	margin:5px 10px;
    text-align: center;
}

#My_Image img:hover {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

#The_Image {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	
    width: 48%;
    min-width: 20%;
    height: 240px;
	object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
	overflow:hidden;
}




/****************************************** ALT **********************************************/









.btn{
  color:#999;
  background:rgba(0, 0, 0, 0.5);
  padding:10px 20px;
  font-size:12px;
  text-decoration:none;
  letter-spacing:2px;
  text-transform:uppercase;
}

.btn:hover{
  border:none;
  background:rgba(0, 0, 0, 0.4);
  background:#fff;
  padding:20px 20px; #000;
  color:#1b1b1b;
}

.footer{
  font-size:8px;
  color:#fff;
  clear:both;
  display:block;
  letter-spacing:5px;
  border:1px solid #fff;
  padding:5px;
  text-decoration:none;
  width:210px;
  margin:auto;
  margin-top:400px;
}


#content {
	border-radius: 0px 0px  20px 20px;
	background:no-repeat top left #FFF;
	float:left;
	width:100%;
	
	padding:10px 0px 30px 0px
}
#content hr {
	clear:both;
}
#content h2 {
	border-bottom:3px solid #7E9CC1;
	color:#445971;
	font-family:"Arial", Times, serif;
	font-size:24px;
	font-style:italic;
	margin:5px 10px;
    text-align: center;
}

#content h3 {
	border-bottom:1px solid #7E9CC1;
	color:#445971;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-style:italic;
	margin:5px 10px
}

#content p {
	margin:10px 20px 20px;
	text-align:left
}
#content h4 {
	font-size:11px;
	line-height:15px;
	margin:2px 10px
}
#content a {
	color:#000000;
	text-decoration:none;
    font-weight: bold;
}

#content img {
	border:1px solid #7E9CC1;
	margin:5px 15px
}


#content li {
	margin-left: 2.6em;
	padding-left: 0.6em;
	color:#000000;
}

html,* html #container {
	height:100%
}

#content .row {
	margin:5px auto; 
	width:98%
}

#teaching_h3{
  color: #830000;
  font-family:"Times New Roman", Times, serif;
  font-size: 18pt;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin: 12px 0px 0px 10px;
}

hh1
{
  color: #830000;
  background-color: inherit;
  font-family: Georgia, Verdana, Times New Roman, Modern, Arial;
  font-size: 18pt;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin: 12px 0px 0px 10px;
}

hh2
{
  color: #136700;
  border-bottom:1px solid #136700;
  background-color: inherit;
  font-family: Georgia, Verdana, Times New Roman, Arial;
  font-size: 14pt;
  font-weight: bold;
  font-style: italic;
  margin: 12px 1px 2px 20px;
  text-align: left;
  letter-spacing: 2px;
}

hh3
{
  color: #000000;
  background-color: inherit;
  font-family: Georgia, Verdana, Times New Roman, Arial;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  margin: 12px 0px 2px 10px;
  text-align: left;
  letter-spacing: 2px;
}




/*
.threequartercolumn {
	float:left;
	width:73.5%
}
.halfcolumn {
	float:left;
	width:49%
}
.onethirdcolumn {
	float:left;
	width:33%
}
.twothirdcolumn {
	float:left;
	width:65%
}
.onequartercolumn {
	float:left;
	width:24.5%
}
*/


/*
*/

/*


.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;
  filter: alpha(opacity=0);
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.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 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  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 0.4s ease;
  transition: all 0.8s ease;
  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: 0.25s;
  transition-delay: 0.5s;
}

*/