/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin: 0;
	overflow-x: hidden;
	position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, p {
	font-family: 'Raleway', sans-serif;
}

@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Roboto');


.main__header {
	position: relative;
  margin: 0 auto;
  height: 870px;
  background: url(images/electric.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%
}

.main__header .__logo {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 35px;
}

.main__header h1 {
	color: #fff;
	text-align: center;
}

.main__header .__contact {
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.__contact a, .__wrapper a {
	color: #fff;
}

.__wrapper {
	height: 400px;
	max-width: 700px;
	margin: 15px auto;
	background-color: rgba(99,196,244, .40);
}

.__wrapper h3 {
	padding: 35px 42px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #000;
}

.__wrapper .__list {
	color: #fff;
	margin-left: 40px;
	font-size: 0.875em;
}

.__list li::before {
	content: '- ';
}

.__btn {
	position: relative;
	margin: 0 auto;
	margin-top: 40px;
	height: 45px;
	width: 220px;
	background-color: rgb(47,48,49);;
}

.__btn a {
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	text-decoration: none;
	margin: 15px 40px;
	width: 100%;
	height: 100%;
}

.__wrapper p {
	text-align: center;
	margin-top: 50px;
	color: #fff;
}