/**********************************************************/
/* THELASTNIGHTOFTHEOKIDOG.COM                            */
/**********************************************************/


/**********************************************************/
/* Created By:                                            */
/*                                                        */
/* Joshua Williams                                        */
/* Symple Ideas                                           */
/**********************************************************/

/**********************************************************/
/* Last Updated: 09/21/2021                               */
/**********************************************************/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);

body {
  /*background: linear-gradient(90deg, white, gray);*/
  background-color: black;
}

body, h1, p {
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000000;
}

.container {
  position: relative;
  min-height: 100vh;
  margin-left:  auto;
  margin-right:  auto;
  margin-top: 0px;
  max-width: 1440px;
  padding-right: 15px;
  padding-left: 15px;
  color: #000000;
  background-color: black;
}

.content-wrap {
  padding-bottom: 2.5rem;
}

img.resize{
   max-width:100%;
   max-height:50%;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

h1 {
	font-size: 48px;
	font-weight: 300;
	margin: 0 0 20px 0;
	color: #B4B4B4;
}

h2 {
	font-size: 48px;
	font-weight: 600;
	margin: -30px 0 20px 0;
	color: #FCB83C;
}

h3 {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px 0;
	color: #FFFF00;
}

h4 {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px 0;
	color: #FCB83C;
}

.lead {
	font-size: 21px;
	font-weight: 200;
	margin-bottom: 20px;
	color: #FFF;
	text-align: left;
}

.lead2 {
  font-size: 21px;
  font-weight: 200;
  margin-bottom: 20px;
  color: #FFF;
  text-align: center;
}

.lead3 {
  font-size: 26px;
  font-weight: 200;
  margin-bottom: 20px;
  color: #00ff30;
  text-align: center;
}

.lead4 {
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 5px;
  color: #FFF;
  text-align: center;
}

.lead5 {
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 20px;
  color: #FFF;
  text-align: center;
}

.lead6 {
  font-size: 21px;
  font-weight: 200;
  margin-top: -10px;
  margin-bottom: 10px;
  color: #FFF;
  text-align: center;
}

.lead7 {
  font-size: 14px;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 10px;
  color: #FFFFFF;
  text-align: left;
}

a {
  color: #3282e6;
  text-decoration: none;
}

footer {
	position: realative;
	bottom: 0;
	background: #000000;
    width: auto;
    height: 100%;
	font-size: 18px;
	font-weight: 600;
	height: 200px;
	color: #000000;
}

mainmenunavi {
	color: #FFF;
}

/**********************************************************/
/* TABLES                                                 */
/**********************************************************/

table, th, tr {
  border: 0px solid white;
  color: #FFFFFF;
  text-align: left;
  padding:  0px 0px 0px 0px;
  width: auto;
  }
  
  th {
  font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #FFFFFF;
  text-align: left;
  padding:  0px 20px 0px 0px;
  }
  
  td {
  border: 0px solid white;
  color: #FFFFFF;
  padding:  0px 0px 0px 0px;
  width: auto;
  }
  
/**********************************************************/
/* HTML5 SLIDESHOW                                        */
/**********************************************************/

div.gallery {
  margin: 11px;
  border: 1px solid #FCB83C;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #FFFF00;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 5px;
  color: #FFF;
  text-align: center;
}

/**********************************************************/
/* CSS MENU                                               */
/**********************************************************/

#cssmenu {
  background: #fcb83c;
  width: auto;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  text-shadow: 0.5px 0.5px #ffffff;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}
#cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #000000;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #ffffff;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last > a:after,
#cssmenu.align-right li:last-child > a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #cssmenu ul li {
    float: none;
    display: block;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ffffff;
  }
  #cssmenu ul li.last > a,
  #cssmenu ul li:last-child > a {
    border: 0;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    display: none;
  }
}
