html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
}

a {
    font-weight: 550;
}

a:link{
  color: #2243FA;
  text-decoration: none;
}

a:visited{
  /*color: #ED136F;*/
  /*color: #694BE6;*/
  /*color: #0DE65F;*/
  /*color: #078537;*/
  color: #4E03E4;
  text-decoration: none;
}

a:hover{
  color: #93017A;
  text-decoration: underline;
}

a:active{
  color: #FEFE0E;
  text-decoration: underline;
}

.container {
  margin: 0 auto;
  max-width: 940px; 
  padding: 0 10px;
}

.header {
  background: url(../img/personal/background01.JPG) no-repeat center center; 
  background-size: cover;
  height: 300px;
  text-align: center; 
}

.header .container {
  position: relative;
  top: 70px;
}

.header h1 {
  color: #fff;
  text-align: right;
  line-height: 20px; 
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase; 
}

@media (min-width:850px) {
  .header h1 {
    font-size: 70px;
  }
}

.header p {
  color: #fff;
  font-weight: 500;
  letter-spacing: 8px;
  margin-bottom: 40px;
  margin-top: 0;
  text-transform: uppercase; 
}

.main p {
    font-weight: 400;
}

.btn {
  color: #fff;
  background: #000;
  padding: 10px 40px;
  text-decoration: none; 
  transition: background .5s; 
}

.nav { 
  background: #000;
  height: 80px; 
  width: 100%;
}

.nav ul {
  height: 80px;
  list-style: none;
  margin: 0 auto; 
  padding: 0;
}

.nav ul li{
  color: #EBF917;
  font-weight: bold;
  font-style: oblique;
  font-size: 20px;
  display: inline-block; 
  height: 80px;
  line-height: 80px; 
  list-style: none;
  padding: 0 10px;
  transition: background .5s; 
}

.nav ul li a {
  color: inherit;
  text-decoration:none;
}


.btn:hover, .nav ul li:hover {
  background: #11f2ff;
  color: #4B003E;
  cursor: pointer; 
  transition: background .5s;  
}

.main .container {
  margin: 80px auto;
}

.main .container td {
    padding-bottom: 1em;
}

.topcap {
    position: absolute;
    top: -10px;
}

.main img {
  float: left;
  margin: 0px 20px 20px 0px;
}


.upcoming {
  background: url(../img/personal/background03_h600.JPG) center center;
  background-size: cover;
  height: 600px; 
}

.upcoming .container {
  position: relative;
  top: 220px;
}

.upcoming h2 {
  color: #fff;
  text-align: right; 
}

.upcoming p {
  color: #fff; 
  text-align: right; 
  font-weight:400;
}

.upcoming .btn {
  margin: 10px 0 0;
  float: right; 
}


.footer { 
  background: #000;
  height: 80px; 
  padding-bottom: 50px;
}

.footer p { 
  color: #fff;
  font-size: 14px;  
  height: 80px; 
  line-height: 80px;
  margin: 0;  
}

.footer img {
  float: left;
  margin: 10px 10px 20px 0px;
}

@media (max-width: 500px) {
  .header h1 {
    font-size: 50px;
    line-height: 64px;
  }

  .main, .upcoming {
    padding: 0 30px;
  }

  .main img {
    width: 100%;
  }
}


.Table-Normal {
    position: relative;
    margin: 10px auto;
    padding: 0;
    width: 100%;
    display: block;
    height: auto;
    border-collapse: collapse;
    text-align: center;
}

.Table-Normal td {
    margin: 0;
    padding: 8px 8px;
    border: 0;
}









