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

.name {
white-space: nowrap;
}

#backgroundLayer {
  width:100%;
  height:100%;
  position:fixed;
  top:0px;
  left:0px;
  z-index: -2;
  overflow: hidden;

}

html, body {
height: 100%;
margin: 0px;
}







#footerLayer{
  width:100%;
  height:100%;
  background-color: transparent;
  position:fixed;
  top:0px;
  left:0px;
  z-index: 10;
}


#footer {
  right:0px;
  background-color: black;
  width:100%;
  height:50px;
  z-index: 10;
  font-weight: 200;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-size: 40px;
/*line-height: 4px;*/
text-align: left;
padding-left: 15px;
box-sizing: border-box;
text-transform: lowercase;
overflow: hidden;
  position: fixed;
  bottom: 0;
}




#footer span {
  color:white;
}

#scrollPadding {
height: 100px;
}




/*=====CONTENT====*/





#content  {
max-width:none;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0px;
  margin-top: 0;
}
#content ul {
font-weight: 400;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-size: 24px;
line-height: 27px;
margin-top: 30px;
padding-top:0;
padding-bottom:0;
padding-right:0;
padding-left:5;
list-style-image: url("../img/arrow2.svg");

}
#content ul li {
margin-bottom: 14px;

}

#content ul li a {
text-decoration: none;
color:black;
padding-right: 2px;
padding-left: 2px;
/*display: inline-block;*/
}

#content ul li a:hover {
background-color: rgba(0,0,0,0.86);
color:white;

}
/*==END CONTENT===*/









/*=========MEDIA QUERIES========*/


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

.mHide{display: none;}


}

/*=======END MEDIA QUERIES======*/

