/*============ Override Boostrap CSS ============*/

/*### Navigation Bar ###*/

 @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
 
.social a {
    border-radius: 50%;
    background: #000;
    color: #fff;
    padding: 7px;
    min-width: 36px;
    text-align: center;
}

    .social a:hover {
        background: #77A12E;
    }

/*Global CSS*/
.navbar-fixed-bottom { /* The navigation bar container */
	min-height: 80px;
	border: none;
}

.navbar-brand { /* The logo */
	width: 200px;
	height: 72px;
	position: absolute;
	left: 20px;
	top: -18px;
	padding: 0;
}

.navbar-toggle { /*Toggle button on Mobile Devices*/
	margin-top: 20px;
}

.navbar-header { /*Navigation Bar Header when Toggle Mobile Menu */
	min-height: 80px;
}

/*Desktop*/
@media (min-width: 864px) {
	.navbar-brand { /*The logo*/
		margin-left: 0px !important;
	}
	
	.navbar-nav > li > a { /*Menu Items on the Navigation Bar*/
		padding-top: 0px;
		padding-bottom: 0px;
		line-height: 80px;
	}
	
	.dropdown-menu { /*Sub-Menus for Menu Items*/
		background-color: rgba(0, 0, 0, 0.8);
		color: #9d9d9d;
	}
	
	.dropdown-menu > li > a {
		color: #9d9d9d;
	}
	
	.dropdown-menu > li > a:hover {
		color: #fff;
		background-color: transparent;
	}
}

/*============ Override Boostrap Smart Menus CSS ============*/
@media (max-width: 864px) {
	.navbar-fixed-bottom .sub-arrow {
		margin-top: 0;
		border-top: 4px solid;
		border-bottom: 4px dashed transparent;
	}
}

/*============ Custom CSS ============*/

/*### Global CSS ###*/

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #000;
	font-size: 14px;
}

h1 {
	font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 10px;
}

h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 10px;
}

p {
	line-height: 1.7;
}

p.feature {
    font-size: 17px;
}

@media (min-width: 1200px) {
	#cos_navbar_container {
		width: 90% !important;
	}
}

.main_content_container {
	margin-top: 70px;
	color: #ffffff;
	max-width: 900px;
	padding-bottom: 150px;
}

.main_content_container a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #999;
}

.main_content_container a:hover {
    color: #ccc;
    text-decoration: none;
    border-bottom: none;
}

#static-background-image {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/*### Social Network Icons ###*/

.social_icons {
	width: 36px;
}

#fb-icon-footer {
	position: absolute;
	right: 270px;
	top: 24px;
	z-index: 1;
}

#pinterest-icon-footer {
	position: absolute;
	right: 220px;
	top: 24px;
	z-index: 1;
}

#houzz-icon-footer {
	position: absolute;
	right: 170px;
	top: 24px;
	z-index: 1;
}

#instagram-icon-footer {
	position: absolute;
	right: 120px;
	top: 24px;
	z-index: 1;
}

#gplus-icon-footer {
	position: absolute;
	right: 70px;
	top: 24px;
	z-index: 1;
}

#vimeo-icon-footer {
	position: absolute;
	right: 20px;
	top: 24px;
	z-index: 1;
}