html {
    background-color: #2e2e2e; 
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1.5px;
}
.max-wrap {max-width: 900px;margin: auto;}
.clear {clear: both;}

img {
    height: auto;
    max-width: 100%;
}

.logo {text-align: center;margin: 10% 0;}

h1 {color: #fff;text-align:center;font-size: 45px;margin: 5% 0;font-weight: 400; text-transform: uppercase;}
p {color: #fff;text-align:center;font-size: 18px;margin: 0;margin-bottom: 5%}
a {color: #fff; text-decoration: underline;}

.myButton {
	background-color: #d91e2b;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	padding:15px 45px;
	text-decoration:none;
    font-size: 1.2rem;
    font-weight: 300;
}

.myButton:hover {
	background-color:#000;
    color: white;
    transition: 0.2s ease;
}
.myButton:active {
	position:relative;
	top:1px;
}


.color-parallax-container {
    height: 300px; 
    overflow: hidden; 
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
}

.parallaxSection {
    background-attachment: fixed;
    background-size: cover;
    height: 450px;
    width: 100%;
}

.parallaxSection > div {
    height: 450px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.parallax-content {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.color-parallax-content {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.color-parallax-background {
    background-attachment: fixed;
    min-height: 600px;
    opacity: 1;
    background-position: center;
}

@media screen and (min-width:320px) and (max-width:1100px) {
body {line-height: 1.3;letter-spacing: 0px;}
h1 {font-size: 25px;}
p {color: #fff;text-align:center;font-size: 18px;margin: 0;margin-bottom: 5%}
.logo {width: 80%;}


.myButton{width: 50%;text-align: center;}
.max-wrap {margin-top: 2%;}
.color-parallax-container {height: 145px;}
.color-parallax-container .flexslider{margin-top:22px!important}
.color-parallax-container h2 {font-size: 20px;font-weight: 600;padding:0 10px;margin: 0;text-align: center; margin-top: 5%;}
.color-parallax-background {background-position: center;background-attachment: scroll;min-height: 0;opacity: 0.45;}
}

