html,body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
	background-color: #000000;
}

.blackdiv {
	background-color: #000000;
	color: #f2eed4;
	border: 0px;
	text-align: center;
	min-width: 1000px;
}

.reddiv {
	background-color: #d91920;
	color: #f2eed4;
	border: 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: sans-serif;
}

.reddiv a {
	color: #f2eed4;
	text-decoration: none;
	font-size: 25px;
}

.logo table {
	width:  100%;
	text-align: center;
	color: #f2eed4;
}
.logo td {
	width:  33%;
}

.desktop_menu :hover {
  color: #e8e0ac;
}

.mobile_menu {
  top: 15px;
  left: 15px;
  position: fixed;
  padding: 15px;
  border-radius: 10px;
}

.content_table {
	/* border: solid 1px black; */
}

.content_table td {
	/* border: solid 1px red; */
	padding-bottom: 25px;
}

.content_table img {
	width: 100%;
	max-width:  500px;
	border-radius:  15px;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #d91920, 0 0 40px #d91920, 0 0 50px #d91920, 0 0 60px #d91920, 0 0 70px #d91920;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #de3339, 0 0 40px #de3339, 0 0 50px #de3339, 0 0 60px #de3339, 0 0 70px #de3339, 0 0 80px #de3339;
  }
}

.tandiv {
	background-color: #f2eed4;
	color: #000000;
	border: 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: sans-serif;
	min-width: 1000px;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  width: 75%;
  max-width: 1000px;
  position: relative;
  margin: auto;
  text-align: left;
}

/* 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;
  background-color: black;
}

/* 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 {
  animation-name: fade;
  animation-duration: 1.5s;
}

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

.cnt-form {
	text-align: center;
	display: inline-block;
	width:  100%;	
}
.cnt-form table {
	width:  100%;
	min-width:  500px;
	max-width:  750px;
	font-size: 24px;
	padding: 15px;
	/* border: 1px solid black; */
	/* background-color:  #636060; */
	/* color:    #f2eed4; */
	border-radius: 45px;
	margin-left: auto;
	margin-right: auto;
	
}
.cnt-form td {
	font-size: 24px;
	padding: 5px;
	
}
.cnt-form input {
	width:  100%;
	font-size: 18px;
	padding: 15px;
	border: 1px solid black;
	border-radius: 10px;
	
}
.cnt-form textarea {
	width:  100%;
	font-size: 18px;
	padding: 15px;
	border: 1px solid black;
	border-radius: 10px;
	
}

.cnt-form div {
	margin-left: auto;
	margin-right: auto;
	
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #d91920; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.1s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 55px;
  color: #f2eed4;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 55px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.menu_button {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 50px;
  height: 5px;
  background-color: #333;
  margin: 10px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

/* Fade out the second bar */
.change .bar2 {opacity: 0;}

/* Rotate last bar */
.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}


.font_norm {
	font-size: 20px;
}

.font_med {
	font-size: 35px;
}

.font_big {
	font-size: 45px;
}
