html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
    position: relative;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
/*    color: #333;*/
}

h1,h2,h3,h4,h5, h6 {
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
/*    color: #333;*/
}

h1 {
	font-weight: 800;
}

h2, h3, h4 { 
	font-weight: 600;	
}

.boldish {
	font-weight: 600;
}

h6 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}

.full-image img {
	max-width: 100%;
}

.imgsm {
    max-width: 25%;
}

.imgsm2 {
    max-width: 50%;
}

.imgmd {
    max-width: 80%;
}

.imgfull {
    width: 100%;
}

nav {
    border-bottom: 1px solid;
    box-shadow: 1px 1px #333333;    
}

.navbar {
    background: #fefffa;
}

.nav-item {
    text-align: center;
    font-size: 1rem;
	font-weight: normal;
    padding-right: 15px;
}

.nav-item-active {
	font-weight: bold;
}

.main-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	padding-top: 100px;
/*	padding-bottom: 50px;*/
	overflow: hidden;
}

.main-logo img {
	width: 100%;
	height: auto;
	max-width: 800px;
	max-height: 600px;
	display: block;
	object-fit: contain;
}

.feature-content {
	padding-top: 2rem;
    padding-bottom: 4rem;
    overflow: hidden;
}

/*
.feature-content p, li, h1, h2, h3, h4 {
	color: #333;
}
*/

.feature-content img {
	max-width: 100%;
    padding-bottom: 2rem;
}

.feature-dark {
    background: #60646C;
	color: white;
}

/*
.feature-dark li, p, h1, h2, h3, h4 {
    color: white;
}
*/

.white-heading {
    color: white;
}

.feature-alt {
    background-color: #f0f0f0;
}

#services {
    padding-top: 30px;
}

#services img {
    margin-top: 1rem;
}

#feature-four {
    padding: 0;
}

#feature-four img {
    padding: 35px;
}

#feature-six {
/*	padding: 20px 350px;*/
	text-align: center;
}

#feature-six img {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 50%;
}

#badges {
	padding-top: 20px;
	text-align: center;
}

#top {
	padding: 30px;
}

#main-content {
/*
	font-size: 1.4rem;
    font-weight: 200;
    max-width: 60rem;
    margin-top: 20px;
	padding-top: 120px;
*/
	padding-top: 120px;
	margin-top: 20px;
	color: #333;
}



#backdrop {
    background: #222 url('img/atomic_pattern.png') center center;
    background-repeat: repeat;
    color: rgb(34, 34, 34);
    height: 100%;
    text-align: center;
	justify-content: center;
    display: flex;
    align-items: center;
}

.backdrop-caption {
    font-size: 1.4rem;
    font-weight: 200;
    max-width: 60rem;
    margin: 20px;
	padding: 120px;
    text-align: center;
}

.backdrop-caption h1 {
    font-weight: bold;
    text-transform: uppercase;
}

.backdrop-caption-alt {
	font-size: 1.4rem;
    font-weight: 200;
    max-width: 60rem;
    margin: 20px;
	padding: 120px;
    text-align: center;
}

.backdrop-caption-alt h1 {
    font-weight: bold;
    text-transform: uppercase;
}

.number {
    font-weight: bolder;
    padding-top: 10px;
}

.justif {
	text-align: right;
}

#main-footer {
    background: #262F36;
    color: white;
    padding: 2rem 0;
    font-size: 0.8rem;
}

#main-footer h6 {
    color: #718FA9;
}

#main-footer a {
    color: #6C6F73;
}

.social {
	font-size: 22px;
	height: 35px;
    width: 35px;
    color: #ebe8e8;
	text-align: center;
	line-height: 35px;
	margin: 5px 10px 0 0;
	padding: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: transparent;
}

#main-footer .social:hover {
	color: #008cff;
}


/* Media Queries */

@media screen and ( min-width : 991px ) {
    .feature-content {
        display: flex;
        align-items: center;
    }
	
	
}

@media screen and ( max-width : 767px ) {
	.justif {
	text-align: left;
	}
}

/*
@media screen and ( min-width : 1600px ) {
	.main-logo img {
	width: 800px;
	height: auto;
	}
}
*/


