/* CSS Document */


bodyBACKUP {
    position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#333;
	margin:auto;
}

body {
	background-color: #0c539d;
}

#blogTag {
	background-color:#d5d2d2;
	text-align: center;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#F90;
	text-decoration:none;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#F90;
	font-weight:bold;
}
a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#F90;
	font-weight:bold;
}

a:visited {
	text-decoration: none;
color:#cc6611;}


.header1BACKUP {	
	font-size: 1.3em;
	color:#333;
	margin:2px;
}

.footer {
	color:#e7e3e3;
}

.footer a:link  {
    color: #e7e3e3;
    text-decoration: none;
    font-weight: bold;
}
.footer a:visited  {
    color: #e7e3e3;;
    text-decoration: none;
    font-weight: bold;
}
.footer a:hover  {
    color: #fff;;
}
.footer a:active  {
    color: #a6a6a6;;
}

#blockOuter {
	width:372px;
 	text-align:initial; 
	float:left;
	height: 495px;
    overflow: hidden;
	margin:4px;
	border:#0c539d solid 2px;
	border-radius: 25px;
}

#aboutblockOuter {
	width:372px;
	text-align:initial; 
	float:left;
	height: 495px;
    overflow: hidden;
	border:none; 
	margin:4px;
	max-width:800px;
	border:#0c539d solid 2px;
	border-radius: 25px;
}
#blockInnerTextBACKUP {
	background-color:#ffffff;
	margin:5px;
	/* text-align:center; */
	padding:4px;
	width:350px;
} 

#blockInnerText {
	height:475px;
	padding-left: 5px;
	padding-right: 5px;
}

#blockInnerImage {
	margin:5px;
	/* text-align:center; */
	padding:4px;
	width:350px;
}


#blockInnerImage {
	margin:5px;
	/* text-align:center; */
	padding:4px;
	width:350px;
}

#blockInnerText img { max-width:90% !important;}
a { text-decoration: none;
color:#cc6611;
}
a:hover { 
	text-decoration: none;
color:#eeaa00;
}

.bio Image {
	margin:5px;
	/* text-align:center; */
	padding:4px;
	width:250px;
	border:none; 
}

#floatingRectangle {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    height: 100px;
    width:300px;
    background-color:transparent;
    padding: 0;
}
#floatingRectangleJLS {
    z-index: 1;
    position: relative;
    left: 0;
    right: 0;
    top: 0px;
    height: 100px;
    width:100px;
    background-color:transparent;
    padding: 0;
}

@media only screen and (orientation: landscape) {

	#blockOuter {
		height:800px;
	}
}

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#blockOuter {
		width:97%;
		height:495px;
	}
	#blockInnerText img {
    	height: auto !important;
		max-height:475px;
		/* width:auto; */
	}
	}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	#blockOuter {
		width:47%;
		height:495px;
	}
	#blockInnerText img {
    	height: auto !important;
		max-height:475px;
		/* width:auto; */
	}
	}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#blockOuter {
		width:48%;
		height:495px;
	}
	
	#aboutblockOuter {
		width:60%;
		margin-left:20%;
	}
	#blockInnerText img {
    	height: auto !important;
		max-height:475px;
	}
	}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#blockOuter {
		width:48%;
		height:495px;
	}
	#blockInnerText img {
    	height: auto !important;
		max-height:475px;
	}
	
	#aboutblockOuter {
		width:60%;
		margin-left:20%;
	}
	}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1100px) {
	#blockOuter {
		width:32%;
		height:495px;
	}
	#aboutblockOuter {
		width:60%;
		margin-left:20%;
	}
	#blockInnerText img {
    	height: auto !important;
		max-height:475px;
	}
	}