body {
  /*background: #163456;*/
  background: #651A2A;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  /*font-family: gorgia;*/
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.color-gold {
  color: #d8c992;
}

a {
  color: #fff;
}


/* Header */
header {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

  /* 2 Columns */
  .col-2 {
    display: inline-block;
    width: 49%;
  }

  .col-2 img {
    max-width: 330px;
  }

  @media screen and (max-width: 1000px) {
    .col-2 {
      width: 100%;
    }
    .col-2 img {
      max-width: 100%;
      float: left;
    }
  }
  /* End 2 Columns */

#icLogoHead {
  margin-right: 20px;
  height: 70px;
}

#ftLogoHead {
  margin-top: 20px;
  height: 50px;
}

#awards-logo-div {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

#ica-logo {
  width: 350px;
  margin-bottom: 20px;
}
/* End Header */


/* Nav */
nav {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 1000px;
  text-align: center;
}

.nav-col {
  display: inline;
  width: 12.5%;
  padding: 10px;
}

.nav-col a {
  color: #FFFFFF;
  text-decoration: none;
}

  /* Start Responsive Navbar */
  /* Add a black background color to the top navigation */
  .topnav {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 80px;
    max-width: 1000px;
    text-align: center;
  }

  /* Style the links inside the navigation bar */
  .topnav a {
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 1em;
    display: inline;
    padding: 10px;
  }

  /* Change the color of links on hover */
  .topnav a:hover {
  }

  /* Add an active class to highlight the current page */
  .active {
    /* background-color: #4CAF50; */
    color: white;
  }

  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }

  /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
  @media screen and (max-width: 1000px) {
    /* .topnav a:not(:first-child) {display: none;} */
    .topnav a {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
    }
  }

  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 1000px) {
    .topnav.responsive {
      position: relative;
    }
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }
  /* End Responsive Navbar */
/* End Nav */


/* Main Text */
h1 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

h1 a {
  text-decoration: none;
}

h2 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

/*article {
  margin: 20px;
}*/

.main {
  margin: 0 auto;
  max-width: 1000px;
}

.main-image {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

#venue-image {
  max-width: 500px;
  margin: 0 auto;
}


/* Start Image Gallery */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
} */

/* Position the "next button" to the right
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
} */

/* On hover, add a black background color with a little bit see-through
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
} */

/* Caption text
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
} */

/* Number text (1/3 etc)
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
} */

/* The dots/bullets/indicators
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
} */

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* End Image Gallery */


/*.main-text {
  margin: 30px 5px;
}*/

#homepage-ad {
  background-image: url("TL-101019-V01-Leaderboard-WEB.jpg");
  background-repeat: no-repeat;
  /*background: #FFF;*/
  width: 728px;
  height: 90px;
  margin: 0 auto;
  margin-top: 100px;
}

@media screen and (max-width: 1000px) {
  #homepage-ad {
    background-image: url("TL-101019-V01-MPU-WEB.jpg");
    background-repeat: no-repeat;
    width: 300px;
    height: 250px;
  }
}
/* End Main Text */


/* Gallery */
.col-container {
  display: table; /* Make the container element behave like a table */
  width: 100%; /* Set full-width to expand the whole page */
  margin-bottom: 20px;
}

.col-3 {
  display: inline-block;
  width: 33%;
  text-align: center;
  display: table-cell; /* Make elements inside the container behave like table cells */
}

.col-3 img {
  max-width: 330px;
  margin: 5px;
}

@media screen and (max-width: 1000px) {
  .col-3 {
    width: 100%;
  }
  .col-3 img {
    max-width: 100%;
  }
  /* If the browser window is smaller than 1000px, make the columns stack on top of each other */
  .col-3 {
    display: block;
    width: 100%;
  }
}
/* End Gallery */


/* Start Venue Div */

/* End Venue Div */


/* Contact Div */
.contact-div {
  margin-bottom: 50px;
}

.contact-div h2 {
  margin-top: 50px;
}

.contact-div a {
  color: #fff;
  text-decoration: none;
}
/* End Contact Div */


/* Sponsor Section */
#sponsor-section {
  margin: 100px 0;
  text-align: center;
}

#sponsor-section img {
  height: 100px;
  margin-bottom: 20px;
}

.sponsor-logo-div {
  margin: 50px;
}

.sponsor-logo-div img {
  height: 75px;
}
/* End Sponsor Section */


/* Venue Section Styles */
#venue-section h1 {
  text-align: left;
}

#venue-section h1 {
  text-align: left;
}
/* End Venue Section Styles */


/* Footer */
footer {
  /*color: #e0cf92;*/
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 20px;
  max-width: 1000px;
  font-size: .8em;
  padding: 5px;
}

footer a {
  color: #FFF;
  text-decoration: none;
}

footer img {
  float: right;
}

.socialImg {
  padding: 5px 10px;
  height: 30px;
}
/* End Footer */
