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

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);



* {
	margin: 0;
	padding: 0;
	/*box-sizing: border-box;*/
	font-family: 'Nunito Sans', sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}


.logo {
	height: 46px;
	width: 110px;
	background-image: url(img/logo.svg);
	background-repeat: no-repeat;
	background-size: 80px;
	padding-left: 90px;
	padding-top: 4px;
	margin-top: 20%;
	font-size: 1.4em;
	font-weight:200;
	color: #999999;
	letter-spacing: 2px;
	/*border:1px solid lime;*/
	text-align: left;
}

.logo a {	
	color: #999999;
	font-size: 20px;
}

.content {
	text-align: center;
	margin-top: 30px;
}

.big {
	color: #999999;
	font-weight:200;
	height: 28px;
}

.small {
	color: #336699;
	font-weight:700;
	font-size: 14px;
	
}

a {
	text-decoration: none;

}

h1 {
	flex-basis: 80px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: auto;
	height: 100px;
}

.btn-menu {
	margin-right: 10px;
}

nav {
  display: none;
	text-transform: none;
  span {
	  font-size: .8em;
	  font-style: italic;
	  position: absolute;
	  bottom: 0;
	  right: 10px;
  }
}

.mm-listview > li.plugin {
	border-color: transparent;
  a  {
    background: darken($main-color, 10%);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 50px auto 0;
    width: 60%;
    color: $text-color;
    text-align: center;
    padding: 40px 20px;
    font-weight: bold;
    font-size: 1.5em;
    text-transform: none;
    transition: all .3s;
  }
}

main {
  display: block; /* IE */
	padding: 50px 10%;
}
}

p {
	line-height: 1.5;
  font-size: 20px;
  color: $text-color;
  font-weight: 300;
  text-align: justify;
}

p + p {
	margin-top: 20px;
}

.history h3 {
	margin-bottom: 50px;
}

.history > a {
	float: right;
  text-decoration: underline;
	margin: 50px 0;
	display: inline-block;
}



/* mmenu.js STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.mm-menu {
	background: #000;
  	max-width: 350px;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
}

.mm-listview > li > a {
  color: $text-color;
	padding: 20px;
}

.mm-listview > li > a:hover,
.mm-listview .mm-next.mm-fullsubopen:hover + a {
  color: $highlight-color;
}

.mm-listview > li > a:hover span {
  color: $text-color;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next) {
	background: transparent url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/arrows_check.svg) no-repeat center right 10px;
	background-size: 30px 30px;
	text-decoration: line-through;
}



/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
      transform: translate(0px, 0); 
    } 
  }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    transform: translate(-0px, 0); 
  }
}