@font-face {
    font-family: 'arial-black';
    src: local('Arial Black');
}

body {
	background-color: black;
	background-image: url(../images/bg.jpg);
	color: white;
	background: black !important;
	font-family: arial, helvetica, sans-serif;
}

#main {
	margin: 0 13vw;
}

.row{
  margin-right: 0!important;
}

.background{
    background-image: url(../images/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}



/***header***/

header {
}

#email {
	font-weight: bold;	
	color: rgb(250,0,55);
	font-size: 20px;
}

#member-application {
	background: url(../images/sprites/member-application.png);
}

#member-application:hover {

}

a#email:hover {
	color: black;
}


header .inner {
	background: url(../images/sprites/header-nobar.jpg);
	background-size:cover;
}

header strong {
	color: rgb(250,0,55);
	font-weight: bold;
	font-size: 38px;
}

.member-section {
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.member-btn {

    color: white;
    padding: 5px 4px 5px 5px;
    background-color: darkred;
    border-radius: 12px;
}

.member-btn:hover{

  color: black;
  
}
	/***nav***/

	nav {
    padding: 5px;
   /* display: flex !important;
    justify-content: space-evenly;
    background-color: #d30025;*/
    margin: 10px 10px 0px 10px;
    border-collapse: separate;  
    border-radius: 5px;		
	}

	nav a {
		color: white;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 17px;
		border-right: 2px solid rgb(96,96,96);
    padding-right: 40px;
	}

	nav a.active, nav a:hover {
		color: black;
		text-shadow: 1px 1px 1px rgba(80,80,80,0.5);
	}
  
  .navbar-dark .navbar-nav .nav-link{
    color: rgba(255, 255, 255, 1);
  }

  .navbar-dark .navbar-nav .nav-link:hover{
    color: rgba(0,0,0,1);
  }


  /*----- Toggle Button -----*/
.toggle-nav {
	display:none;
}

/*----- Menu -----*/
@media screen and (min-width: 860px) {
	.menu {
	text-align:center;
	padding:10px 18px;
	box-shadow:0px 1px 1px rgba(0,0,0,0.15);
	border-radius:3px;
	background:#d30025;
	}
}

.menu ul {
	display:inline-block;
  z-index:99;
}

.menu li {
	margin:0px 50px 0px 0px;
	float:left;
	list-style:none;
	font-size:17px;
}

.menu li:last-child {
	margin-right:0px;
}

.menu a {
	text-shadow:0px 1px 0px rgba(0,0,0,0.5);
	color:white;
	transition:color linear 0.15s;
}

.menu a:hover, .menu .current-item a {
	text-decoration:none;
	color:black;
}

/*----- Responsive -----*/
@media screen and (max-width: 1150px) {
	.wrap {
		width:90%;
	}
}

@media screen and (max-width: 970px) {
	.search-form input {
		width:120px;
	}
}

@media screen and (max-width: 860px) {
	.menu {
		position:relative;
		display:inline-block;
	}

	.menu ul.active {
		display:none;
	}

	.menu ul {
		width:250%;
		position:absolute;
		top:120%;
		left:0px;
		padding:10px 18px;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		background:#d30025;
	}

	.menu ul:after {
		width:0px;
		height:0px;
		position:absolute;
		top:0%;
		left:22px;
		content:'';
		transform:translate(0%, -100%);
		border-left:7px solid transparent;
		border-right:7px solid transparent;
		border-bottom:7px solid #d30025;
	}

	.menu li {
		margin:5px 0px 5px 0px;
		float:none;
		display:block;
	}

	.menu a {
		display:block;
	}

	.toggle-nav {
		padding:20px;
		float:left;
		display:inline-block;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		background:#d30025;
		text-shadow:0px 1px 0px rgba(0,0,0,0.5);
		color:white;
		font-size:20px;
		transition:color linear 0.15s;
	}

	.toggle-nav:hover, .toggle-nav.active {
		text-decoration:none;
		color:black;
	}

	
}
/***content***/

  .box-size{
    height: 400px;

  }

#content {
	background-color: black;
	background-color: rgba(0,0,0,0.9);
	color: white;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.8);
	font-size: 18px;
	line-height: 1.5em;
	color: rgb(210,210,210);
  margin: 10px;
}

#content a {
	color: rgb(249, 0, 56);
}

#content a:hover {
	color: white;
}

#content address {
	line-height: 1.5em;
}

#content h2 {
	font-weight: bold;
	font-size: 20px;
}

#content h3 {
	font-weight: bold;
	font-size: 20px;
}

#content li {
	list-style-type: disc;
}

#content p {
	line-height: 1.5em;
}

#content h1 {
	font-family: "arial black", "arial-black", arial, "sans-serif";
	text-transform: uppercase;
	font-size: 20.75px;
	
	border-bottom: 1px solid white;
}

#content-box .inner {
	background: url(../images/sprites/dirt.jpg);
	overflow: auto;

}

#content-box section {

}

#carousel img{
  width:100%;
  height:100%;
}

/***Links***/
.space{
  margin: 0px 30px 0px 30px;
}

.space h1{
  padding-top: 10px;
}

.space.row{
  padding: 20px;
}

/***base-bar***/

#content-box #base-bar {

}


#base-bar .box {
	background: rgba(0,0,0,0.7);
	box-shadow: 4px 4px 4px rgba(0,0,0,0.8);
  margin-right: 24px;
  margin-bottom: 30px;
}

#base-bar h3 {
	font-family: "arial black", "arial-black", arial, "sans-serif";
	text-transform: uppercase;
	font-size: 21px;
	border-bottom: 2px solid rgb(128,128,128);
}

#base-bar h4 {
	font-weight: bold;
	line-height: 1.2em;
	font-size: 14px;
}

#base-bar ul{
  padding:0;
  color: white!important;
  list-style:none;
}

#base-bar li {
	border-bottom: 2px solid rgb(128,128,128);
}

#base-bar .button {
	font-size: 12px;
  color: white !important;
  text-align: center;
  font-weight: bold;
  background-color: #cc0431;
  padding: 5px;
  border-radius: 5px;
  text-decoration:none;
}

#base-bar .button:hover {
  background-color: #660218;
  text-decoration:none;
}

.heading-link{
  color:#FFF;
  text-decoration: none;

}

.heading-link:hover{
  color:#DFDFDF;
  text-decoration:none;
}

#base-bar p {
	font-size: 14px;
	line-height: 1.2em;
}

#base-bar p.date {
	font-size: 12px;
}

#base-bar .box#plans-room {

}

#base-bar .box#plans-room p {

}

#plans-room .button {
 float: left;
}

#plans-room .figure {

}


/***footer***/
footer {
	font-size: 12px;
	color: white;
	background: rgba(0,0,0,0.7);
	box-shadow: 4px 4px 4px rgba(0,0,0,0.8);
  display: flex!important;
  justify-content: space-between;
  padding: 5px 5px 15px 5px;
}

footer a {
	color: white;
}

footer a:hover {
	text-decoration: underline;
  color:white;
}

footer #links {

}

.footer-buttons{
  margin: 5px;
}


.inner {

}

/***Main Text***/

#main-text{

  padding-left:35px;
}

#main-text p {
	font-size: 16px;
	margin: 10px 0;
	line-height: 1.3em;
}

#main-text strong {
	font-family: impact, impactregular, arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 0.02em;

}

#main-text p a.button{
	font-size: 12px;
    color: white !important;
    text-align: center;
    font-weight: bold;
    background-color: #cc0431;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
}

/***Contact***/
.contact{
  border: none;
  padding: 1px 35px 1px 35px;
}

/***generics***/

h1, h2, h3, h4 {
	text-transform: uppercase;
	color: white;
}

strong {
	color: white;
}

.clearfix {
	clear: both;
}

.req {
	color: red;
}

.secondary {
	display: none;
}

.last  a{
	margin-right: 0 !important;
	border-right: none !important;
	border-bottom: none !important;
}

.wcapost{
  position: fixed;
  bottom: 0;
  right: 170px;
  z-index: 99;
}

.wcapost img{
  width: 130px;
}

/**** Responsive ****/

@media only screen and (max-width: 1000px) {

  #main{
    margin:0;
  }
}

@media only screen and (max-width: 766px) {
  
  .contact-info{
    text-align: center;
  }

  .logo{
    width: 100%;
    height: 100%;
  }

  nav a{
    border-right: none;
  }

  #carousel{
    height: 350px;
  }

  #carousel img{
    width: 98%!important;
  }

  .wcapost {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
  }

  #base-bar .box {
    margin-right: 0;
  }

  .space{
    margin: 0px 10px 0px 30px; 
  }

  .menu{
    top: -85px;
  }

}

@media only screen and (max-width: 500px) {
  
  #carousel{
    height: 220px;
  }

  #carousel img{
    width: 98%!important;
  }

  .display{
    display: none;
  }

  .contact-info{
    text-align: right;
    font-size: 14px;
  }

  header strong{
    font-size:21px;
    padding-left:85px;
  }

  #email{
    font-size: 19px;
  }


}

   /* Extra small devices (phones, 600px and down) */
   @media only screen and (max-width: 600px) {
     .box-size{
       height: 100%;
     }
   
    .member-section {
  		align-items:flex-end;
  	}
   
  }

/* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    .box-size{
      height: 100%;
    }

    #carousel{
      height: 320px;
    }
  }

/* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {

    #carousel{
      height: 340px;
    }

    #carousel img{
      width:98.2%;
    }
  
  	.member-section {
  		align-items:flex-end;
  	}
  }

/* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
 
  }

/* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {

  } 
