/* Fonts from google */
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');
@import url('https://fonts.googleapis.com/css?family=Droid+Sans');
body{
    background-color: #f6f5f3;
    color: #797979;
}
p{
    font-family: 'Droid Sans', sans-serif;
    line-height: 1.5em;
}
h1,h2,h3,h4{
    font-family: 'Abril Fatface', cursive;
}

/* text Color */
.red{
    color: #ff7d00;
}
.backRed{
    background: #ff7d00;
    color: #fff;
}


/* full width image */
.fullimg img{
    width: 100%;
}
.home-gallery div{
    margin-top: 20px;
}

/* footer */

footer{
    border-top: 1px solid #ddd;
    padding-top: 20px;
    background: #ddd;
}
.bigTxt{
    font-size: 4em;
    line-height: 1em;
}
/* social Media icons*/
.socialMedia i{
    margin-left: 20px;
    transition: 0.2s ease-in-out;
}
.socialMedia i:hover{
    color: #ff7d00;
}
.socialMedia a{
    color: #777;
}

/* Copy right */
.copy{
    background: #777;
    color: #f0f0f0;
    text-align: center;
    padding: 10px;
    margin: 0px;
}

/* top spacer */
.topSpacer{
    height: 70px;
}

/* full image */
.fullimg img{
    width: 100%;
}

/* Gallery */
.galleryContainer  div{
    margin-top: 20px;
}