body {
    font-size: calc(10px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
}
.form-control {
    width: max-content;
    min-width: 250px;
}
.fixed {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
    width: 60px;
    transition: all .3s;
}
.fixed:hover {
    transform: scale(1.1);
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #595959;
}
.icon {
    width: 120px;
    max-width: 90%;
}
p {
    margin-bottom: 30px;
}
p:last-child {
    margin-bottom: 0px;
}
a, a:link, a:active, a:visited {
    text-decoration: none;
}
.btn-lg:hover {
    color: #d7d7d7;
}
footer a, footer a:link, footer a:active, footer a:visited {
    color: #777;
}
footer a:hover {
    color: #333;
}
a.acc:after {
    font-family: "Glyphicons Halflings";
    content: "\e253";
    margin-left: 5px;
    font-size: 0.5em;
}
a.collapsed:after {
    content: "\e252";
}
.border-bottom {
    border-bottom: solid 2px rgba(255, 255, 255, 0.125)!important;
    margin-bottom: 0.8em;
    padding-bottom: 0.4em;
}
.border-bottom-lightest {
    border-bottom: solid 2px rgba(0, 0, 0, 0.125)!important;
    margin-bottom: 0.8em;
    padding-bottom: 0.4em;
}
.variant {
    background-color:#CA252B;
    color: white;
}
footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color:#f1f1f1;
    color: #777;
}
svg {
    width: 100%;
    height: 100px;
    max-height: 20vh;
    vertical-align: top;
    transform: rotate(180deg);
}
polygon {
    fill: #CA252B;
}
div.absolute {
    position: absolute;
    bottom: 0;
    width: 100%
}
.parallax {
    padding-bottom: 150px;
    margin-bottom: -100px;
    /* Full height */
    height: 100%; 
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
}
.parallax img {
	max-width: 90%
}
/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}
.img-responsive {
    margin: 0 auto;
}
.spacing {
    margin-left: 15px;
    margin-right: 15px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.img-leader {
    max-width: 60px;
}
.glyphicon-envelope {
    font-size: 70%;
}

.btn-outline-danger {
    border: 2px solid white;
}
a.acc:after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\F0D8";
    margin-left: 5px;
    font-size: .7em;
}
a.collapsed:after {
    content: "\F0D7";
}
a, a:link, a:active, a:visited {
    color: #777;
}
a:hover {
    color: #333;
}
a, a:link, a:active, a:visited, a:hover {
    text-decoration: none;
    cursor: pointer;
}
a .text-light {
    text-decoration: underline;
    color: #d1d3d7!important;
}
a .text-light:hover {
    color: #333!important;
}
@media only screen and (max-width: 767px){
    body {
        font-size: 14px;
    }
    h1, h2, h3 {
        font-size: 24px;
    }
    section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .variant {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 768px){
    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .variant {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 992px){
    section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .variant {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 1200px){
    section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .variant {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}