@charset "UTF-8";
/* CSS Document */

.featuredhome {
    color:#fff;text-decoration:none;
    max-width:900px;
    margin:0 auto;
    padding-top:120px;
}

.featuredhome .floatleft {
    text-transform: uppercase;
    padding-top:5%;
    float:none;
    width:100%;
    text-align: center;
}
.featuredhome .floatleft h1 {
    font-size:50px;
    line-height:100%;
	    font-weight: 700;
		letter-spacing: -2px;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.featuredhome .floatleft p {
    font-size:20px;
	letter-spacing: -1px;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.featuredhome .floatright {
    float:none;
    width:34%;
    margin:0 auto;
}
.featuredhome .floatright img {
    display: block;
    width: 259px;
    height:auto;
}
.featuredhome .clearfloats {
    clear:both;
}


@media (min-width: 768px) {
   
.featuredhome .floatleft {
    float:left;
    width:50%;
    text-align: left;
    padding-top:20%;
}
.featuredhome .floatright {
    float:right;
    width:50%;
}

    .featuredhome .floatright img {
    width: 500px;
}
}

@media (max-width: 400px) {
.featuredhome .floatleft h1 {
    font-size: 30px;
}
.featuredhome .floatleft p {
    font-size: 13px;
}
    .featuredhome .floatright {
    width: 40%;
}
    .featuredhome .floatright img {
        width: auto;
        height: 180px;
}
}




