@charset "utf-8";
/* CSS Document */
    img{
         max-width: 100%;
         height: auto;
     }
* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.navbar {
  overflow: hidden;
  background-color: #003E74;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #9D9D9D;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content .header {
  background: #9D9D9D;
  padding: 16px;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #ccc;
  height: 250px;
}

.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}

div {
	border-radius: 15px;
}
#logo {
	position:relative;
	float:left;
}

#header {
	z-index: 1;
	position:relative;
	float:right;
	width: 90%;
	margin-top: -20px;
	height: 60px;
	background-color: #2A3FAA;
	margin-bottom: 10px;
}

#name {
	float:left;
	margin-left: 5px;
	padding-top: 5px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#email{
	float:right;
	margin-right: 5px;
	padding-top: 5px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

h4 {
	margin-left: 5px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#006EAF;
}

h1  {
	margin-top:5px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	color:##003E74;
}
h2  {
	margin-top:5px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#dd0f0f;
}
h2a  {
	margin-top:5px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
    font-weight: bold;
	color:#003E74;
}
h3  {
	margin-top:5px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:##003E74;
}
h4  {
	margin-top:5px;
	margin-bottom:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:##003E74;
}
.right p {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: -10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

li {
	list-style-type: round;
    margin-top:5px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:##003E74;
}

a:hover {
	font-weight: bold;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
}

.left {
	position: relative;
	float: left;
	margin-top: 50px;
	width: 15%;
	height: 780px;
	background-color: #B9D7D9;
	margin-bottom: 10px;
}

.right {
	position: relative;
	float: right;
	margin-top: 40px;
	width: 84%;
	height: 780px;
	background-color: #F4EBC3;
	margin-bottom: 10px;
}

#footer {
	position:relative;
	height: 50px;
	background-color: #2A3FAA;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #FFF;
}

#footer p {
	position: relative;
	padding-top: 15px;
}

p {
	text-align: left;
    font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
    color: #003E74;
}
#warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #C00;
	text-decoration: underline;
}
.image {
	size:auto;
}
	
.ExpList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: ##003E74;
}
.pSmall {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.td:hover {
	border:dashed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
}

ul{
    text-align: left;
    list-style: circle;
    padding-lrft:0;
}

li{
    text-align: left;
    list-style: circle;
    padding-lrft:0;
}
.accordion {
  background-color: wh#eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #003E74;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

pLeft {
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
    color: #003E74;
    text-align: left
}

.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #04AA6D;
}

.button1:hover {
  background-color: #04AA6D;
  color: white;
}

.button2 {
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}
    * {box-sizing: border-box;}
ul {list-style-type: none;}
body {font-family: Verdana, sans-serif;}

.month {
  padding: 70px 25px;
  width: 100%;
  background: #1abc9c;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.month .prev {
  float: left;
  padding-top: 10px;
}

.month .next {
  float: right;
  padding-top: 10px;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #ddd;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
}

.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size:12px;
  color: #777;
}

.days li .active {
  padding: 5px;
  background: #1abc9c;
  color: white !important
}

/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
  .weekdays li, .days li {width: 13.1%;}
}

@media screen and (max-width: 420px) {
  .weekdays li, .days li {width: 12.5%;}
  .days li .active {padding: 2px;}
}

@media screen and (max-width: 290px) {
  .weekdays li, .days li {width: 12.2%;}
}