@charset "UTF-8";
/* CSS Document */

/* Custom css below this line */


/* Links */
a:hover {
    text-decoration: none;
    color: #000000;
}
.color-highlight {
    color: #b62725;
}
.color-highlight:hover {
    color: #000000;
}


/* Titles & Fonts */
.font-one {
    font-family: 'Montserrat', sans-serif;
}


/* One */
.bg-one {
    background-color: #111111;
    color: #ffffff;
}
.btn-one {
    background-color: #111111;
    color: #ffffff;
    border-radius: 2px;
}
.btn-one:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

/* Two */
.bg-two {
    background-color: #222222;
    color: #ffffff;
}
.btn-two {
    background-color: #222222;
    color: #ffffff;
    border-radius: 2px;
}
.btn-two:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

/* Headers */
.header-homepage {
    background-image: url('../../images/header-homepage.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 450px;
}

/* Backgrounds */
.overlay-box {
    background-color: transparent;
    background-color: rgba(0,0,0,0.7);
    border-width: 0;
    margin: 0;
    width: 100%;
    min-height: 450px;
}
.bg-immigration {
    background-image: url('../../images/bg-immigration.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 450px;
}
.bg-courthouse {
    background-image: url('../../images/bg-courthouse.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 450px;
}
.bg-accident {
    background-image: url('../../images/bg-accident.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 450px;
}
.bg-guide {
    background-image: url('../../images/bg-guide.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 450px;
}
