body {
	background-color: #F0F8FF;
}
.responsive {
  max-width: 100%;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
  height: auto;
}
.topimg{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.maintext{
  width: 90%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.centertext{
  width: 85%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

h1  span{
	font-family: "Times New Roman", Times, serif;
	font-size: 180%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background:#00008B;
	color: #fff;
	padding: 0 50px;
	display:inline-block;
  }

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #00008B;
	font-size: 170%;
	font-style: oblique;
	text-align: center;
}

h3 {
font-family: "Times New Roman", Times, serif;
	color: #00008B;
	font-size: 130%;
	font-style: oblique;
	text-align: center;
	}

p {
	font-family: Verdana,sans-serif;
	color: #1B3535;
	font-size: 110%;
	font-weight: normal;
	margin-left: 10%;
	padding-left: 8px;
	margin-right: 10%;
}
p.large {
	font-family: Verdana,sans-serif;
	color: #1B3535;
	font-size: 150%;
	font-weight: normal;
	margin-left: 10%;
	padding-left: 8px;
	margin-right: 10%;
}

a:link {
	color: #8A2BE2;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
}
a:visited {color: #8A2BE2; font-size: 95%; font-weight: bold; text-decoration: none}
a:hover {color: #FF8C00; font-size: 95%; font-weight: bold; text-decoration: underline}
a:active {color: #FF1493; font-size: 95%; font-weight: bold; text-decoration: none}
p.highlight {font-family: "Century Gothic", Verdana, sans-serif; font-size: 90%; color: #DE9203; font-weight: bold}

div.navcontainer {
	width: 70%;
	text-align: center;
}
 ul#navlist
{
	white-space: normal;
	margin-left: auto;
	}
#navlist li
{
	display: grid;
	list-style-type: none;
	margin-left: 20px;
	max-width: 180px;
}

#navlist a { padding: 2px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #9932CC;
	background-color: #FFF8DC;
	font-size: 130%;
	border: 1px solid #DCDCDC;
}
#navlist a:hover
{
	color: #FF8C00;
	background-color: #4682B4;
	text-decoration: none;
	font-size: 130%;
}
#navlist a.active
{
	color: #B22222;
	background-color: #EEE8AA;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
}

@media screen and (max-width: 768px) {

#CV{
display:none;
}
#CVmob{
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 770px) {
  /* Rules for laptops, small desktop screens and bigger viewports */
 h2 {
	font-family: "Times New Roman", Times, serif;
	color: #00008B;
	font-size: 170%;
	font-style: oblique;
	text-align: center;
}

h3 {
font-family: "Times New Roman", Times, serif;
	color: #00008B;
	font-size: 130%;
	font-style: oblique;
	text-align: center;
	}

table {
  table-layout: fixed;
}

p {
	font-family: Verdana,sans-serif;
	color: #1B3535;
	font-size: 95%;
	font-weight: normal;
	margin-left: 10%;
	padding-left: 8px;
	margin-right: 10%;
}

a:link {
	color: #8A2BE2;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
}
a:visited {color: #8A2BE2; font-size: 95%; font-weight: bold; text-decoration: none}
a:hover {color: #FF8C00; font-size: 95%; font-weight: bold; text-decoration: underline}
a:active {color: #FF1493; font-size: 95%; font-weight: bold; text-decoration: none}
p.highlight {font-family: "Century Gothic", Verdana, sans-serif; font-size: 90%; color: #DE9203; font-weight: bold}


div.navcontainer {
	width: 70%;
}
 ul#navlist
{
	white-space: nowrap;
	margin-left: auto;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	margin-left: auto;
}

#navlist a { padding: 5px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #9932CC;
	background-color: #FFF8DC;
	text-decoration: none;
	font-size: 110%;
}

#navlist a:hover
{
	color: #FF8C00;
	background-color: #4682B4;
	text-decoration: none;
	font-size: 110%;
}
#navlist a.active
{
	color: #B22222;
	background-color: #EEE8AA;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
}

#CV{
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
}
#CVmob{
display:none;
}
.video-wrap {
    position: relative;
    margin: 0 auto 20px;
    max-width: 600px;
}

/* Before Element */
.video-wrap:before {
    content: '';
    display: block;
    position: relative;
    padding-bottom: 56.25%;
}

#navlist a.active
{
	color: #B22222;
	background-color: #EEE8AA;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
}

}
