@charset "UTF-8";
/* CSS Document */
html { font-size: 62.5%; }

body {
	background-color:#2f3238;
	color:#fff;
	font-size: 1.4rem;
	line-height: 1.6;

}



p{
	margin: 0;
}
h1{display: none;}
h2{
	margin: 0 auto 2rem auto;
	text-align: center;}

a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a:hover,a:link, a:focus {
	color: #fff;
	text-decoration: underline;
}

a.btnU{
	text-decoration: none;;
}

a.color {
	color: #ae1d4d;
	text-decoration: none;
	outline: none;
}

a:hover.color,
a:link.color,
a:focus.color {
	color: #ae1d4d;
	text-decoration: underline;
}
#header{
	text-align: center;
	background-color: #26292e;
	padding: 1.5em 0;
}
#header section{
	padding: 0;

}

#header section button{
	right: 20px;
	top: 30px;
	position: fixed;
	z-index: 999;
}

.container{
	margin: 0 auto ;
	padding: 0 2rem 4rem 2rem;
}



footer{
	background-color: #fff;
	clear: both;

}
footer p{
	display: none;
}

footer .copyimg{
	margin-top: 2rem;
}

@media (min-width: 768px) {
  br.tab {
	  display: none;
  }
}

