/* Default elements */
html {
    height: 100%;
    font-size: 16px;
}
body {
    height: 100%;
    font-family: montserrat;
    color: #000000;
}
h1 {
    font-family: montserrat_bold;
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin: 0px;
}
h2 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin: 0px;
}
h3 {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin: 0px;
}
strong {
    font-family: montserrat_bold;
    font-weight: normal;
}
input,
textarea {
    border: 1px solid #000000 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
}
ul li:before {
    font-family: FontAwesomeSolid;
    font-size: 1.2rem;
    content: "\f00c";
    margin-right: 15px;
    color: #32cd32;
}

/* Text */
.text-white {
    color: #e9edeb;
}
.text-blue {
    color: #0082cd;
}
.text-green {
    color: #00b56f;
}

/* Backgrounds */
.bg-green {
    background: #00b56f;
}
.bg-blue {
    background: #0073b5;
}
.bg-grey {
    background: #f5f5f5;
}
.bg-black {
    background: #000000;
}

/* Buttons */
.btn-contact {
    background: #00b56f !important;
    color: #ffffff !important;
    text-transform: uppercase;
    border: 0px !important;
    font-family: montserrat;
    font-size: 1.4rem;
}
.btn-contact:hover {
    background: #000000 !important;
}

/* Logo */
.logo {
    height: 300px;
}

/* Page column */
.page-column {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    .page-column {
        max-width: 480px;
    }
}
@media (min-width: 1200px) {
    .page-column {
        max-width: 570px;
    }
}

/* Contact icon */
.contact-icon {
    font-family: FontAwesomeSolid;
    font-size: 1.6rem;
    line-height: 2.2rem;
    width: 28px;
    display: inline-block;
    color: #00b56f;
    vertical-align: middle;
}
.contact-icon.address:before {
    content: "\f3c5";
}
.contact-icon.phone:before {
    content: "\f879";
}
.contact-icon.email:before {
    content: "\f0e0";
}

/* Home section */
.home-image {
    background: url('../img/backgrounds/main.jpg') top center;
    background-size: cover;
    height: 600px;
}
.home-contact iframe {
    display: block;
    width: 100%;
    height: 600px;
}
.home-contact a {
    color: #ffffff;
}
.home-contact a:hover {
    text-decoration: none;
}
.home-contact .logo {
    height: 200px;
}
