html, body{
	display: block;
	height: 100%;
	font-family: Arial, open-sans;
}

#main{
	height: 100%;
}

.bg-cover {
	display: block;
    background-size: cover;
    position: fixed;
	top: 0;
	height: 100%;
	overflow-y: auto;
}

.bg-cover > .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

.text {
    padding-top: 80px;
}

.border-title {
    width: 100%;
    height: 1px;
    border-top: 1px solid rgb(86, 81, 80);
    margin: 35px 0px 38px;
}

@media (max-width: 767px) {
    p {
        margin-bottom: 20px;
    }

    img.logo {
        width: 65%;
        display: block;
        margin: auto;
    }
}

.overlayCenter{
	background-color: rgba(0, 0, 0, 0.8);
	padding: 50px 20px;
	position: relative;
	margin-bottom: 100px;
	margin-top: 50px;
}

h1 {
    color: white;
    margin-bottom: 0;
	margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
	font-size: 30px;
	text-align: center;
}

@media (max-width: 768px) {
	h1{
		font-size: 18px;		
	}
}

h2 {
	font-weight: 400;
    letter-spacing: 0.01em;
    color: #67bd90;
    font-size: 16px;
    line-height: 26px;
    margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

p {
    font-size: 14px;
	font-weight: 300;
    line-height: 26px;
    color: white;
    letter-spacing: 0.01em;
	text-align: center;
}

img.logo{
	display: block;
	margin: auto;	
}

a.ico {
    color: white;
    font-size: 14px !important;
}

a.ico-margin {
    padding-right: 15px;
}

a {
    font-size: 15px;
    line-height: 30px;
    color: #67bd90;
}

a:hover, a:focus {
    color: #316b4d;
}

.bold{
	font-weight: bold;
}