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

/*body {
    font-family: 'Alegreya Sans', Arial, Helvetica, 'san-serif';
    overflow: hidden;
}*/

.nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111111;
    opacity: .9;
    overflow-x: hidden;
    padding-top: 100px;
    transition: .2s;
}

.nav a {
    display: block;
    padding: 20px 30px;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    color: #CCCCCC;
}

.nav a:hover {
    color: #FFFFFF;
    transition: 0.2s;
}


.dropdown-btn {
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
    
    
    display: block;
    padding: 20px 30px;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
    color: #CCCCCC;
}


.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 30px;
}


.nav .close {
    position: relative;
    top: -50px;
    right: 5px;
    margin-left: 50px;
    font-size: 30px;
}


.slide {
    position: fixed;
    top: 0px;
    left: 0px;
    padding-left: 10px; 
    margin: 0px;
    width: 100%;
    background-color: #333333;
    height: 50px;
    z-index: 10;
}

.slide a {
    color: #FFFFFF;
    font-size: 36px;
    text-decoration: none;
}

#thenavigator {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 400;
    /*font-family: Helvetica, Arial, "sans-serif";*/
    font-size: 25px;
    padding-left: 5px;
}

#contentrek {
    /*padding: 20px;*/
    transition: margin-left 0.2s;
/*
    overflow: hidden;
    width: 100%;
*/
}