body {
    font-family: Verdana, sans-serif;
    padding: 0;
    margin: 0;
    background: #f2f6e9;
    font-size: 12px;
}

p {
    font-size: 12px;
}

h2 {
    font-size: 12px;
    text-align: left;
    color: #ff0000;
}


a {
    color:#ff0000;
    text-decoration: none;
}

a:visited {
    color:#ff0000;
    text-decoration: none;
}

a:hover {
    color:#0000ff;
    text-decoration: none;
}

a:active {
    color:#ff0000;
    text-decoration: none;
}


.navbar {
    background:#222;
}
.nav-link,
.navbar-brand {
    color: #fff;
    cursor: pointer;
}
.nav-link {
    margin-right: 1em !important;
}
.nav-link:hover {
    color: #FF0000;
}
.navbar-collapse {
    justify-content: flex-end;
}
.header {
    background-image: url('images/header-background.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}
.description {
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -55%);
	text-align: center;
}
.description h1 {
	color: #fff;
}
.description p {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
}
.description button {
    border:1px solid #FF0000;
    background:#666666;
    border-radius: 0;
    color:#fff;
}
.description button:hover {
	border:1px solid #fff;
    background:#fff;
    color:#000;
}

.features {
	margin: 4em auto;
	padding: 1em;
	position: relative;
}
.feature-title {
	color: #000;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.feature-description {
    	color: #333;
        font-size: 12px;
}

.features img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 16px;
}

.background {
	background: #dedec8;
	padding: 4em 0;
}

.page-footer {
    background-color: #222;
    color: #999999;
    padding: 30px 0 30px;
}
.footer-copyright {
    color: #666;
    padding: 40px 0;
}

.italic {
    font-style: italic;
    color: #999999;
}
