@charset "UTF-8";
/* CSS Document */

/*
maroon #9c2136
gray light #626262
gray dark #333234
*/

/* Custom css below this line */

body {
    background-color: #ffffff;
    color: #000000;
}

/* Links */
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #9c2136;
}
.grecaptcha-badge {
    visibility: hidden;
}

/* Nav-bar */
.navbar-brand img {
    max-height: 95px;
}
.nav-link {
    border-bottom: 2px solid #ffffff;
}
.nav-link.inactive {
    border-bottom: 2px solid #ffffff;
}
.nav-link.current {
    border-bottom: 2px solid #9c2136;
}
.btn-search:hover {
    cursor: pointer;
}
.language-current {
    border-bottom: 2px solid #9c2136;
    padding-bottom: 0.2rem;
}

/* Titles & Fonts */
body {
    font-family: 'Montserrat', sans-serif;
}
.font-one {
    font-weight: 700;
}
.line-one div {
    background: #9c2136 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 20px 0;
    width: 80px;
}
.line-one-center div {
    background: #9c2136 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 20px auto 0;
    width: 80px;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #9c2136;
}
.btn {
    word-spacing: 0.2rem;
}

/* Forms */
.form-textbox {
    min-height: 150px !important;
}

/* one */
.bg-one {
    background-color: #9c2136;
    color: #ffffff;
}
.btn-one {
    background-color: #9c2136;
    color: #ffffff;
}
.btn-one:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}
.color-one {
    color: #9c2136;
}

/* two */
.bg-two {
    background-color: #626262;
    color: #ffffff;
}
.btn-two {
    background-color: #626262;
    color: #ffffff;
}
.btn-two:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

/* three */
.bg-three {
    background-color: #333234;
    color: #ffffff;
}
.btn-three {
    background-color: #333234;
    color: #ffffff;
}
.btn-three:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

/* Hero section */
.section-hero {
    padding-top: 50px;
}

/* Images */
.overlay {
    background-color: rgba(0,0,0,0.4);
    border-width: 0;
    margin: 0;
    width: 100%;
}

/* Backgrounds */
.bg-homepage {
    background-image: url('../../images/featured-homepage.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    min-height: 600px;
}
.bg-practice {
    background-image: url('../../images/bg-practice.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    min-height: 300px;
}
.bg-about {
    background-image: url('../../images/bg-about.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    min-height: 300px;
}
.bg-guide {
    background-image: url('../../images/bg-guide.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    min-height: 300px;
}
.bg-contact {
    background-image: url('../../images/bg-contact.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    min-height: 300px;
}

/* Sample - Different size inputs in group */
#sample-1 {
  flex: 2 1 auto;
}
#sample-2 {
  flex: 2 1 auto;
}
#sample-3 {
  flex: 1 1 auto;
}

/* Styling for special screen sizes */

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .box-stack {
        border-right: #111111 1px solid;
    }
    .section-hero {
        padding-top: 200px;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
