/* fonts */

@font-face {
	font-family: 'nrt';
	src: url('../webfonts/NRT-Bd.woff') format('woff2'),
		url('../webfonts/NRT-Bd.woff') format('woff');
}

@font-face {
	font-family: 'nrt';
	src: url('../webfonts/NRT-Bd.woff') format('woff2');
}


/* fonts end */

*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #1e272e !important;
    font-family: 'nrt' !important;
    font-weight: 200 !important ;
}

/* jumbotron */

.jumbotron{
    margin: 20px !important;
}


/* jumbotron end */


/* section icons */

#icons{
    padding: 80px 0px;
}


/* section icons end */


.social-icon {
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.social-icon li {
	list-style: none;
	display: inline-block;
}
.social-icon li a {
	background: #f8f8f8;
	border-radius: 100%;
	color: #eb5424;
	font-size: 32px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	margin: 0 6px 40px 6px;
}
.social-icon li a:hover {
	background: #eb5424;
    color: #ffff;
}