/*ALL*/

body{
    background-color: rgb(234,234,236);
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.contacthr{
    border: none;
    border-top: medium double #84341B;
    color: #84341B;
    text-align: center;
    width: 10%;
}

/*ALL*/





/*ABOUT*/

.about{
    width: 75%;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    text-align: justify;
}
#quote{
    text-align: right;
}

/*ABOUT*/





/*CONTACT*/

.icon {
    display: inline-block;
    padding: 50px 50px;
    margin-left: auto;
    margin-right: auto;
}
#icon{
    max-width: 75%;
    margin: 0px auto;
    text-align: center;
}
h2{
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

h4{
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

/*CONTACT*/





/*INDEX*/

.jumbotron{
    background-color: rgb(234,234,236);
    margin-top: 180px;
}

#carousel{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.container{
    margin-top: 180px;
}

.gridphoto{
    text-align: center;
    max-width: 500px;
    padding: 40px;
}

/*INDEX*/





/*SERVICES*/

.row{
    text-align: center;
    margin: 0 auto;
}

.col-md-6{
    font-family: 'Lato', sans-serif;
    padding: 20px;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
}

/*SERVICES*/





/*SPECIALS*/

h4{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
}
.specials{
    padding-top: 20px;
}

/*SPECIALS*/