@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'majesti_bannerheavy';
    src: url("fonts/majesti-banner-heavy-webfont.woff2") format('woff2'),
         url("fonts/majesti-banner-heavy-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'majesti_bannerlight';
    src: url("fonts/majesti-banner-light-webfont.woff2") format('woff2'),
         url("fonts/majesti-banner-light-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'majesti_bannermedium';
    src: url("fonts/majesti-banner-medium-webfont.woff2") format('woff2'),
         url("fonts/majesti-banner-medium-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
padding: 0;
margin: 0;
border: 0;
}

body {
background-image: url("images/dark-honeycomb.jpg");
background-repeat: repeat;
background-color: #000;
}

ul {
list-style: none;
color: #ccc;
padding: 10px;
}

a {
text-decoration: none;
}

a:hover {
text-decoration: none;
}

h1 {
display: block;
margin-bottom: 25px;
font-family: 'majesti_bannermedium'; 
font-size: 50px;
text-transform: uppercase;
color: #fff;
}

h2 {
display: block;
font-family: "arial", sans-serif;
font-size: 18px;
font-weight: lighter;
text-transform: uppercase;
color: #be1e2d;
}
	
p {
margin-left: 20px;
font-family: "athelas", serif;
font-size: 20px;
color: #8a8c8f;
}

.some-page-wrapper {
  margin-left: 65px;
  background-color: #000;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.a-column {
  background-color: #000;
  height: 150px;
}

.b-column {
  background-color: #000;
  height: 150px;
}

.c-column {
  background-color: #000;
  height: 150px;
}

#wrapper {
max-width: 1200px;
margin: 0 auto;
}

#header {
background: #111;
height: 725px;
}

.nav a {
background-color: #111;
float: left;
width: 102px;
height: auto;
margin-left: 200px;
padding: 18px;
padding-right: 23px;
font-family: arial;
text-align: center;
font-size: 15px;
text-transform: uppercase;
color: #d4a18d;
}

.content {
background-color: #000;
padding: 20px;
}

.footer {
background-color: #111;
}