@charset "UTF-8";

@font-face {
    font-family: head;
    src: url(gorgeous.ttf);
}

@font-face {
    font-family: prjct;
    src: url(gorgeous.ttf);
}

@font-face {
    font-family: lines;
    src: url(SpartanMB-SemiBold.otf);
}

@font-face {
    font-family: cap;
    src: url(SpartanMB-SemiBold.otf);
}

body {
     margin: 1% 5%;

 padding: 0% 10% 0% 10%;
}

html { 
  background: url(sandstorm.gif) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 110%;
  overflow: auto;
}


h1 {
font-family: head;
font-size: 45px;
color: #161615;
letter-spacing: 10px;
}

h2 {
font-family: prjct;
font-size: 50px;
color: #161615;
letter-spacing: 12px;
}

.txt {
font-family: lines;
font-size: 15px;
color: #161615;
letter-spacing: 1px;
}

.txt a:link, .text a:visited, text a:active {
font-family: lines;
font-size: 15px;
color: #161615;
letter-spacing: 1px;
}

.txt a:hover {
font-family: lines;
font-size: 15px;
color: #161615;
letter-spacing: 1px;
background-color: #f4f5f0;
text-decoration: none;
letter-spacing: 1px;
}

.toe {
font-family: cap;
font-size: 11px;
color: #161615;
letter-spacing: 1px;
}

.cp {
font-family: cap;
font-size: 15px;
color: #161615;
letter-spacing: 1px;
}

.cp a:link, .cp a:visited, .cp a:hover, .cp a:hover {
font-family: cap;
font-size: 15px;
color: #161615;
letter-spacing: 1px;
text-decoration: none;
}

.foot{
display:block;
}

.ft {
font-family: cap;
font-size: 12px;
color: #161615;
letter-spacing: 1px;
}

@-ms-viewport{
  width: device-width;
}

.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;
    right: 0;
    background-color: #d6ea9d; 
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 50px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    color: #161615;
    font-family: cap;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    font-size: 15px;
    color: #161615;
    display: block;
    transition: 0.3s
    font-family: lines;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover{
    color: #161615;
    background-color: #f4f5f0;
    font-size: 15px;
    font-family: lines;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 15px;
    margin-right: 50px;
    color: #161615;
    font-family: cap;
}

/* 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-width: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
    .mobile {width: 300;margin:0px 20px 5px 20px;}







