body {
  background-color: #000000;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: arial;
  
}


h1 {
    color: #be1e2d;
    text-align: center;
    font-size: 20px;
    font-family: Majesti;
}

h2 {
    color: #ffffff;
    text-align: center;
}

a {
  text-transform: uppercase;
  color:white;
  font-size: 11px;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 28px;
  
}

#sitemap{
    width: 100%;
    float:right;
    height:400px;
   
}

.column {
  float:left;
  justify-content: center;
  width: 30.00%;
  padding: 5px;
  
}


.columnnew {
  float:right;
  justify-content: center;
  width: 30.00%;
  padding: 10px;
  margin-top: 100px;
  
  
  
}

.columnanother {
  float:left;
  justify-content: center;
  width: 50.00%;
  padding: 5px;
}



p {
    color:white;
}





#header {
  background-color: black;
  height: 40px;
  position: relative;
  margin: 50px auto 0;
}


#header ul {
  margin: 0 auto;
  width: 800px;/*widthmenuwilltakeup-->*/
  padding: 0;
  list-style: none;
}

#header ul li {
  float: left;
  width: 97px; /*widthbetweenmenuitems-->*/
}

#header ul li:nth-of-type(4) {
  margin-left: 217px; /*distancescheduletostore-->*/
}

#header ul li a {/*--menuitems-->*/
  text-transform: uppercase;
  color:white;
  font-size: 11px;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 5px 0 0 0;
  height: 28px;
}

#header ul li a:hover{ /*--hoveringovermenuitems-->*/
  color:red;
}

.logo {
  position: absolute;
  left: 50%;
  margin: -20px 0 0 -95px;
}


@media screen and (max-width: 800px) {
  .logo {
    bottom: 100%;
  }

  #header ul li:nth-of-type(4) {
    margin-left: 0;
  }
  
  #header ul {
    width: 600px;
    position: relative;
  }
}

#wrapper {
  margin: 0px auto 0;
  width: 75%;
  height: 500px;
  overflow: hidden;
  background-color: black;

 
}

.maintext {
    width: 100%;
    
    
}




footer {
 background-color: black;
 height: 100px; 
 padding: 25px;
 clear:both
 
}

.footertext {
    color:white;
    text-align: center;
    
}

#row {
    margin-left: 100px;
   
}

#maincontainer {
    padding: 25px;
    align-content: center;
}

.twocol {
    padding: 5px;
    float: left;
    
}
.photos {
    width: 30.00%;
    justify-content: center;
    float:left;
    padding:5px;
    margin-left: 30px;

}
.menunew {
  display: block;
  margin-left: 225px;
  margin-right: auto;
  width: 50%;
    
}

.ban {
    display: block;
  margin-left: 118px;
  margin-right: auto;
  width: 100%;
    
}
.newcon {
    width: 50%;
    justify-content: center;
    margin-left:auto;
    margin-right:auto;
}
    
