@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	line-height: 1.2em;
}

h2 {
	color: #FF0004;
	font-weight: bold;
}

h1 {
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 0px !important;
    color: #d50006;
}

h4 {
    font-size: 28px;
    color: #4d4d55;
    margin-top: 10px !important;
}

html, body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	line-height: 1.2em;
}

body {
	background-image: url(../images/background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-blend-mode: overlay;
	background-position: bottom right;
}

.colwrap {
	width: 100%;
	display: block;
	clear: both;
	margin-top: 60px;
}

.col1 {
    width: 40%;
    display: block;
    clear: both;
    text-align: left;
    padding-left: 40px;
}

#wrapbg {
    max-width: 100%;
    margin: 0px auto;
    padding: 30px 0px;
}

.logowrap {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
}

.logocol {
    width: 30%;
    display: block;
    clear: both;
    text-align: center;
    background-color: #ffffff;
    padding-left: 40px;
    padding-top: 10px;
}



.col2 {
	width: 49%;
	display: inline-block;
	text-align: center;
}

.col3 {
	width: 33%;
	display: inline-block;
	text-align: center;
}

.logo {
	width: 100%;
}

    .displayresize {
        display: none;
    }

@media (min-width: 600px) and (max-width: 1025px) {
    
    .displayresize .col1 {
        width: 100%;
        display: block;
        clear: both;
        text-align: center;
        padding: 0px;
    }
    
    body {
    	background-image: none;
    }
    
    .displayresize .placeholderimg {
        width: 100%;
    }

    
    .displayresize .logocol {
        width: 100%;
        display: block;
        clear: both;
        text-align: center;
        background-color: #ffffff;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
    }
    
    .displayresize .logo {
        width: 70%;
    }
        
    .desktop {
        display: none;
    }
    
    .displayresize {
        display: block;
        overflow-y: hidden;
    }
	
	#wrapbg {
		background-color: #ffffff;
		max-width: 80%;
		margin: 0px auto;
		padding: 60px 30px; 
	}
	
	.col2 {
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	
	p {
		font-size: 1.9em;
	}
	
    h1 {
        font-size: 7vw;
        margin-bottom: 10px !important;
    }
	
    h4 {
        font-size: 5vw;
        margin-bottom: 45px;
    }
	
	h2 {
        font-size: 4vw;
    }
    
    .colwrap {
        margin-top: 0px;
    }


}

a {
	color: #FF0004;
	transition: all .2s ease-in-out;
}

a:hover {
	color: #680001;
}

