html {
  height: 100%;
}
body {
	background-color: #131313;
	background-image: url(img/background.jpg);
	background-size: auto;
	background-position: top center;
	background-repeat: no-repeat;
	color: #aba6a6;
	line-height: 1.5;
	font-size: 11pt;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 0 0 100px 0;
	margin: 0;
}
img {
    display: block;
}
a{
    color: #efdf77;
    text-decoration:none;
}
a:hover{
    color: #f2f2f2;
}
a:active{
    color: #ff0000;
}
a:visited{
    color: #d60000;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    color: #000;
    line-height: 1.25;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1%;
}

h1{
  font-size:16pt;
}
h2{
  font-size:14pt;
}
h3{
  font-size: 22pt;
}
h4{
  font-size:17pt;
}
h5{
  font-size:12pt;
}
h6{
  font-size:11pt;
}

br {
   content: " ";
   display: block;
   margin: 10px 0;
   line-height: 22px;
}
p {
    margin: 0;
    padding: 0;
}
ul,ol,li {
	list-style:none;
	margin:0;
	padding:0;
}
hr {
    margin: 15px 0;
    border-color: #ddd;
}
* {
  box-sizing: border-box;
}

.color-1 {
background: #41f7fa;
background: -moz-linear-gradient(top,  #41f7fa 0%, #41f7fa 50%, #41f7fa 100%);
background: -webkit-linear-gradient(top,  #41f7fa 0%,#41f7fa 50%,#41f7fa 100%);
background: linear-gradient(to bottom,  #41f7fa 0%,#41f7fa 50%,#41f7fa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41f7fa', endColorstr='#41f7fa',GradientType=0 );
}

.color-2,.banner-tab-label,.banner-tab th {
	background: #b1852a;
	background: -moz-linear-gradient(top,  #b1852a 0%, #ffff99 50%, #b1852a 99%);
	background: -webkit-linear-gradient(top,  #b1852a 0%,#ffff99 50%,#b1852a 99%);
	background: linear-gradient(to bottom,  #b1852a 0%,#ffff99 50%,#b1852a 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1852a', endColorstr='#b1852a',GradientType=0 );
}

.color-3 {
	background: #cecece;
	background: -moz-linear-gradient(top,  #cecece 0%, #ffffff 50%, #cecece 100%);
	background: -webkit-linear-gradient(top,  #cecece 0%,#ffffff 50%,#cecece 100%);
	background: linear-gradient(to bottom,  #cecece 0%,#ffffff 50%,#cecece 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#cecece',GradientType=0 );
}

.flex{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wrapper {
	width:1000px;
	margin:0 auto;
}

.header {
	width:100%;
}

.web-body {
    padding: 15px;
    box-shadow: #000 0 0 25px 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.web-body img {
    width: 100%;
}
.logo {
	width: 20%;
	}
.logo img {
    width: 100%;
}

a.button.color-2 {
    color: #000;
    border: 1px solid #f8f28e;
}

a.button.color-3 {
    color: #000;
    border: 1px solid #ffffff;
}

a.button {
    display: block;
    padding: 5px 30px;
    font-weight: bold;
    font-size: 22px;
    border-radius: 5px;
    text-align: center;
    margin: 0;
    box-shadow: #000 0 0 15px, #e9db7a 0 0 5px inset;
}
.head-right {
    width: 30%;
}
.head-right a {
    width: 49%;
    margin: 0;
}

a.button:hover {
    background: #202020;
    color: #fff;
}
.nav {
    position: fixed;
    width: 250px;
    left: 10%;
    top: 100px;
}

.nav a {
    display: block;
    margin: 0 0 5px 0;
    padding: 10px 15px;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    border-radius: 5px;
    box-shadow: #000 0 0 15px;
    font-weight: bold;
}
.nav a.color-2 {
    border: 2px solid #cfca77;
}
.nav a.color-1 {
    border: 2px solid #ffffff;
}
.bottom-nav {
    background: #000;
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #333;
    box-shadow: #000 0 0 15px;
    padding: 6px 0;
}

.bottom-nav img {
    display: block;
    width: 30px;
    margin: 0 auto;
}

.bottom-nav a {
    width: 20%;
    text-align: center;
}
/*accordion*/
.banner-block {
    background: #a7a7a7;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #fff;
}

input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.banner-tabs {
  overflow: hidden;
}

.banner-tab {
  border-radius: 5px;
  border: 5px solid #cbcbcb;
  width: 100%;
  overflow: hidden;
  background: #cbcbcb;
  margin-bottom: 15px;
}

.banner-tab-label {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 1em;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  font-size: 20px;
  border: 1px solid #cfca77;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.banner-tab-label:hover {
  box-shadow: #ffdf38 0 0 55px inset;
}

.banner-tab-label::after {
  content: ">";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}

.banner-tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  transition: all 0.35s;
}

.banner-tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.banner-tab-close:hover {
  background: #1a252f;
}

input:checked + .banner-tab-label {
}

input:checked + .banner-tab-label::after {
  transform: rotate(90deg);
}

input:checked ~ .banner-tab-content {
  max-height: 10000vh;
  padding: 1em;
}
/*table*/
.banner-tab table {
    width: 100%;
    text-align: center;
    border: 2px solid #3e2d13;
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
}

.banner-tab th {
    padding: 5px 0;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #7a762a;
    box-shadow: #ffcd5c 0 0 10px inset;
}

.banner-tab td {
    border: 1px solid #7a762a;
    padding: 10px 0;
    font-size: 18px;
}
/* Smartphones (portrait & landscape) ----------- */
@media only screen and (max-device-width: 823px) and (min-device-width: 320px) {
.logo, .wrapper, .head-right {
    width: 100%;
}
.nav {
    position: relative;
    width: 100%;
    background: #000;
    padding: 20px;
    left: 0;
    top: 0;
}
}
