﻿body {
    margin:0;
    font-size:16px;
    color:#333333;
    font-family:Verdana;
    line-height:19px;
}

a{
    color:royalblue;
    text-decoration:none;
}

.nf-hm-head{
    font-family: 'Times New Roman';
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    color: #142751;
    padding-bottom:15px;
}

.nf-main-container{
    max-width:1200px;
    width:95%;
    margin:0 auto;
    display:table;
}

.nf-container-left-one-half{
    width:49%;
    float:left;
}

.nf-container-right-one-half{
    width:49%;
    float:right;
}

.nf-container-padding{
    padding-top:15px;
    padding-bottom:15px;
}

.nf-container-spacer{
    height:15px;
    display:none;
}

.nf-clear{
    clear:both;
}

.nf-hm-main-img {
   height:500px;
   width:100%;
   background: url('/images/slides/jm-slide-house-1.png'); 
   background-repeat: no-repeat; 
   background-size: cover;
   background-position: center;
}

@media( max-width:800px){
    .nf-container-left-one-half, .nf-container-right-one-half{
        width:100%;
        float:none;
    }

    .nf-container-spacer {
        display: block;
    }

    .nf-hm-main-img{
        height:250px;
    }

}

