body {
	background-color: #444
}

* {
	font-family: Poppins, Arial, sans-serif
}

p {
	font-family: Roboto, Arial, sans-serif
}

nav {
	background-color: #333
}

nav a {
	font-size: 14px;
	font-weight: 300;
	margin: 0 10px
}

.navbar-brand img {
	width: 40px;
    height:40px;
}

.content {
	position: relative;
	height: 80vh
}

.content h1 {
	font-size: 3rem;
	color: #fff;
	margin-bottom: 25px
}

.content span {
	display: block;
	width: 80%;
	font-size: 1.2rem;
	margin: 15px 0;
	font-weight: 300
}

.content img {
	width: 100%
}

.content p {
	width: 90%;
	font-size: 14px;
	color: #bebebe
}

.content a {
	color: #678fff;
	text-decoration: none
}

.content a:hover {
	opacity: .9
}

.inner-page a {
	font-family: Roboto, Arial, sans-serif;
	color: #678fff;
	text-decoration: none
}

.inner-page a:hover {
	opacity: .9
}

.main-btn {
	background-color: #678fff;
	border-radius: 5px;
	width: 280px;
	margin-bottom: 25px;
	outline: 0;
	border: none;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 0;
	color: #fff;
	transition: .5s
}

.main-btn:hover {
	transition: .5s;
	opacity: .8
}

.vertical-center {
	margin: 0;
	position: absolute;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.inner-page {
	margin-top: 5vh;
	padding: 30px 35px;
	overflow: hidden;
	overflow-y: auto;
	max-height: 80vh;
	background-color: #555;
	border-radius: 5px
}

h6 {
	color: #bebebe
}

hr {
	background-color: #444;
	border: 2px solid #444;
	margin-bottom: 40px
}

::-webkit-scrollbar-track {
	background-color: #666
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #555
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #333
}

.inner-page h1 {
	color: #fff
}

.inner-page h3 {
	color: #fff
}

.inner-page p {
	width: 100%;
	font-weight: 300;
	line-height: 26px
}

#contact_form {
	margin-bottom: 20px
}

.input-col {
	margin: 8px 0
}

.input-col label {
	width: 100%;
	color: #bebebe;
	font-size: 12px;
	text-transform: uppercase
}

.input-col input {
	width: 100%;
	background-color: #666;
	border-radius: 5px;
	outline: 0;
	border: none;
	padding: 8px 20px;
	color: #fff;
	font-size: 12px
}

.input-col textarea {
	width: 100%;
	max-width: 100%;
	height: 70px;
	max-height: 70px!important;
	background-color: #666;
	border-radius: 5px;
	outline: 0;
	border: none;
	color: #fff;
	font-size: 12px;
	padding: 10px 20px
}

.submit-btn {
	background-color: #678fff;
	border-radius: 5px;
	width: 100%;
	height: 42px;
	color: #fff;
	font-weight: 600;
	border: none;
	outline: 0;
	font-size: 14px
}

footer {
	position: fixed; 
	bottom: 0;
	padding-top: 20vh;
	background-color: #333;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	color: #666;
	font-size: 14px
}



