/* add new styles */
body.landing #header {
    background-color: #030207;
    left: 0;
    position: absolute;
    top: 0;
}
.wrapper.style1 {
    background-color: #6F4D0D;
    color: #ffffff;
}
.wrapper.style1 {
    background-color: #3E3B37;
    -moz-background-image: linear-gradient(60deg, #3E3B37 50%, #3E3B37 50%);
    -webkit-background-image: linear-gradient(60deg, #3E3B37 50%, #3E3B37 50%);
    -o-background-image: linear-gradient(60deg, #3E3B37 50%, #3E3B37 50%);
    -ms-background-image: linear-gradient(60deg, #3E3B37 50%, #3E3B37 50%);
    background-image: linear-gradient(60deg, #3E3B37 50%, #3E3B37 50%);
    color: #ffffff;
}

#banner {
    background:  url("../images/cracked-horiz3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 3em 0em 1em;
    text-align: center;
}

/*If the browser window is bigger than 800px*/
@media only screen and (min-width: 800px) {
    #banner {
        padding: 20em 0em 13em;
    }
}

.frntPagebutton{
        
        border: 1px solid red;
    }


.frntpagecol {
    margin-bottom: 40px;
}


/*If the browser window is bigger than 750px*/
@media only screen and (min-width: 750px) {
    .frntpagecol {
        position: relative;
        min-height: 200px;
        margin-bottom: 0px;
    }
    .frntpagecol .fixed{  
        position: absolute;
          bottom: 0;
          left: 50%;
          margin-right: -50%;
          transform: translate(-50%, -50%);
    }

    
}

.wrapper.style1 {
    padding: 0px;
    padding-top: 1em;
}

header h2 + p {
    font-size: 1em;
    margin-top: -1em;
    line-height: 1.5em;
}

.fa-clock-o:before {
    content: "\f121" !important;
}

.fa-comments:before {
    content: "\f129" !important;
}

.fa-user:before {
    content: "\f03e";
}

.icon.rounded {
    border-radius: 100%;
    border: 0px;
    display: inline-block;
    height: 2em;
    line-height: 3em;
    text-align: center;
    width: 2em;
}

.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: rgba(144, 144, 144, 0.2);
    border-radius: 4px;
    border: 0;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    height: 2.85em;
    line-height: 2.8em;
    padding: 0 2em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid white;
}

.fixed {
	position: relative;
	bottom: 0px;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:hover {
    background-color: rgba(144, 144, 144, 0.2);
}

#footer {
    background: #1E1252;
    color: #C5C5C5;
    padding: 3em 3em 4em;
}

#main {
    color: #000;
}



.form-control {
	margin-top: 5px;
	margin-bottom: 5px;
}

#datapanel {
	color: white;
	background-color: black;
	padding: 10px;
	margin-bottom: 10px;
	word-wrap:break-word;
}

/*If the browser window is bigger than 750px*/
@media only screen and (min-width: 800px) {
	#datapanel {
		display: none;
	}
	#datapanel-intro {
		display: none;
	}
}

a {
    color: #EF9A12;
    text-decoration: underline;
}

#header nav > ul > li a.currentpage {
    text-decoration: underline;
}

.image img {
    border:1px solid #000;
    border-radius: 6px;
    display: block;
}