/* reset */

*{margin:0; padding:0}
a img{border:0; outline:none;}
img{max-width:100%;}
input, textarea{ outline:none; }

/* DEFAULT CSS */

body { max-width: 1920px;
margin: 0 auto; 
position: relative;
}

/* STYLE CSS */

header {
	background-color: #7d0000;
}
.top-bar {
	background-color: #7d0000;
}

.top-bar-section ul li {
	background-color: #7d0000;
}

.top-bar-section li:not(.has-form) a:not(.button) {
	background-color: #7d0000;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding: 15px 20px;
	border-top: 3px solid #7d0000;
	border-bottom: 3px solid #7d0000;
	text-transform: uppercase;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
	border-top: 3px solid #fff;
	background-color: transparent;
}

.top-bar-section li:not(.has-form) a:not(.button).active {
	border-top: 3px solid #fff;
} 

.sns {
	padding-top: 15px;
}

.sns li {
	display: inline;
	padding-right: 10px;
}

#logo {
	padding-top: 20px;
	padding-bottom: 20px;
}

.numbers {
	margin-top: 30px;
}

.numbers li {
	list-style: none;
	padding-bottom: 20px;
}

.numbers li a {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #7d0000;
	font-weight: bold;
}

.numbers li a img {
	margin-right: 15px;
}

#content h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #7d0000;
	font-weight: bold;
	text-align: center;
}

#content h1 span {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #262525;
	font-style: italic;
	font-weight: 500;
}

#content p {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #525252;
}

#content p.btn {
	text-align: center;
}

#content p.btn .button {
	background-color: #262525;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
}

#content p.btn .button:hover {
	background-color:  #7d0000;
}

footer {
	background-color: #7d0000;
}

footer p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}

footer p a, footer p a:hover {
	color: #fff;
}