body {
	background-color: #F0F8FF;
}
.responsive {
  max-width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  height: auto;
}
.maintext{
  width: 85%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.centertext{
  width: 85%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.video-wrap {
    position: relative;
    margin: 0 auto 20px;
    max-width: 400px;
}

/* Before Element */
.video-wrap:before {
    content: '';
    display: block;
    position: relative;
    padding-bottom: 56.25%;
}

/* Video */
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #00008B;
	font-size: 250%;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
}

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%;
}
.heading {
	font-family: Verdana,sans-serif;
	color: #5d3604;
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
	margin-left: 10%;
	padding-left: 8px;
	margin-right: 10%;
}
mark{
	font-size: 110%;
	font-family: Verdana,sans-serif;
	color: #cc3300;
	background-color: transparent;
	font-weight: bold;
}
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;
}
#CVmob{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

#footer
{
	clear: both;
	margin: 0;
	padding: 0.1em;
	color: Black;
	background-color: #ddd;
	border-top: 0;
	font-style: normal;
	font-weight: normal;
}

@media screen and (max-width: 768px) {

}

@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%;
}
.heading {
	font-family: Verdana,sans-serif;
	color: #5d3604;
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
	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;
}

#CVmob{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.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%;
}

/* Video */
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#navlist a.active
{
	color: #B22222;
	background-color: #EEE8AA;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
}
#footer
{
	clear: both;
	margin: 0;
	padding: 0.1em;
	color: Black;
	background-color: #ddd;
	border-top: 0;
	font-style: normal;
	font-weight: normal;
}
}
