@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');

.home-hero-section{
	display:flex;
	height:100vh;
	position:absolute;
	top:0;
	width:100%;
	justify-content: center;
    align-items: center;
	z-index:999;
}
.hero-tagline{
	    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.15em;
    margin: 25px auto;
    max-width: 1070px;
	}
.cn-section{
	padding:120px 0;
}
.bg-color{
	background-color:#f1f1f1;
}
.m-b-30{
	margin-bottom:30px;
	}
.m-t-20{
	margin-top:20px;
	}
.m-t-30{
	margin-top:30px;
	}
.m-t-60{
	margin-top:60px;
	}
.navbar-brand>img {
    display: block;
    height: 40px;
}
.navbar {
    position: fixed;
    min-height: 70px;
    margin: 0;
    background-color: transparent;
    border: none;
}
.navbar-nav{
	margin-top:10px;
	}
h1{
	    font-size: 35px !important;
		color: #2a2a2a !important;
		text-transform:uppercase;
	}
	.sm-p{
		font-size: 20px !important;
		line-height: 30px !important;
		font-family: "Roboto" !important;
    font-weight: 300 !important;
		}

footer{
	padding:40px;
	color: rgb(129, 129, 129);
	font-size: 14px;
	font-family: 'Rubik', sans-serif;
	}
