body {
  font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0;
}

small {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}

h1 {
  text-align: center;
  padding: 10px 0;
  font-weight: 800;
  margin: 0;
  letter-spacing: -1px;
  color: inherit;
  font-size: 40px;
}


h2 {
  text-align: center;
  font-size: 30px;
  margin: 0;
  font-weight: 300;
  color: inherit;
  padding: 10px;
}

.center {
  text-align: center;
}
    







section {
  height: 100vh;
}

/* NAVIGATION */
nav {
  width: 100%;
  margin: 0 auto;
  background: #CC0000;
  padding: 0px 0;
  box-shadow: 0px 5px 0px #dedede;
  position:relative;
  	top: -20px;
}

nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #aaa;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 10px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #555;
}

@media screen and (min-width: 1791px) {
.subpic  {
    position: absolute;
    top: 880px;
    right: 60px;
    z-index: 95;
    max-width: 220px;
    border-radius: 15px;
}
}

@media screen and (max-width: 1790px) {
.subpic  {
    position: absolute;
    top: 380px;
    right: 60px;
    z-index: 95;
    max-width: 180px;
    border-radius: 15px;
}
}

@media screen and (max-width: 1280px) {
 
.subpic  {
    position: absolute;
    top: 140px;
    right: 60px;
    z-index: 95;
    max-width: 140px;
    border-radius: 15px;
}

.logo {
    display: none;
}
}

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

  ul {float: none;}
  nav li:first-of-type {margin-left: 0;}
.subpic  {
    position: absolute;
    top: 110px;
    right: 20px;
    z-index: 95;
    max-width: 100px;
    border-radius: 5px;
}

}

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

.subpic  {
    position: absolute;
    top: 110px;
    right: 20px;
    z-index: 95;
    max-width: 80px;
    border-radius: 5px;
}


nav {overflow: visible;}
nav li {
  display: block;
  margin: 0;
  height: 40px;
  line-height: 40px;

}
}
@media screen and (max-width: 550px) {
#vertical-nav{
    height:auto;
    list-style:none;
    margin-right:40px;
  position:relative;
  	top: -20px;
}

#vertical-nav li{
    width:300px;
    height:75px;
    margin:5px;
    padding:5px;
    border:none;
    text-align:center;
    display:inline-block;
}
}





/* SHIFT */
nav.shift ul li a {
  position:relative;
  z-index: 1;
}
nav.shift ul li a:hover {
  color: #251E18;
}
nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background: #FFCC00;
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}