@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
body {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	background-color:#000;
	color:#fff;
	background-image: url(../images/fiber.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #ffb624;
}
p, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	line-height: 140%;
	font-weight:400;
}
p:last-child {
	margin-bottom: 0px;
}

#fiber-header{
	text-align: center;
	padding-top:0px;
	padding-bottom:20px;
}
.yellow-bar{
	height: 3px;
	width:100%;
	max-width: 400px;
	background:#ffb624;
	margin:0 auto;
}
#fiber-header h1{
	font-size: 60px;
	font-family: 'Oswald';
	font-weight: 300;
	text-shadow: 0px 0px 10px black, 0px 0px 10px black;
	margin-bottom:10px;
}
#fiber-header img{
	width:100%;
	height: auto;
	max-width: 300px;
}
#fiber-body{
	text-align: center;
	
}
#fiber-body .container{
	max-width: 900px;
}
#fiber-body img{
	max-width: 320px;
	margin-bottom:10px;
}
#fiber-body p{
	font-size: 18px;
}
#fiber-body .black-box{
	background-image: url(../images/black.png);
	background-repeat: repeat;
	padding:30px 30px 50px 30px;
	border-bottom:3px solid #01f4fc;
}
#fiber-body h3{
	color:#ffb624;
	font-family: 'Oswald';
	font-size: 32px;
}

#fiber-footer{
	text-align: center;
	padding-top:30px;
	padding-bottom:30px;
}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 768px) {

}

@media (max-width: 568px) {


}
