<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template-overviews/the-big-picture)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-the-big-picture/blob/master/LICENSE)
 */

body {
    /*background: url("../images/heroImage.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}
.mt-5, .my-5 {
    margin-top: 3rem !important;
    color: #ffffff;
}
.hero-bg {
    background: url(../images/heroImage.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100vh;
    filter: brightness(85%);
}
sup {
    vertical-align: super;
    font-size: 30px;
    /* color: red; */
}
/*Contact sectiom*/
.content-header {
    /*font-family: 'Oleo Script', cursive;*/
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    color: #fcc500;
    font-size: 45px;
}

.section-content {
    text-align: center;
}

#contact {
    /*font-family: 'Teko', sans-serif;*/
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    padding-top: 60px;
    width: 100%;
    /*width: 100vw;
    height: 550px;*/
    background: #3a6186; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #3a6186, #89253e); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #3a6186, #89253e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
}

.contact-section {
    padding-top: 40px;
}

    .contact-section .col-md-6 {
        width: 50%;
    }

.form-line {
    border-right: 1px solid #B29999;
}

.form-group {
    margin-top: 10px;
}

label {
    font-size: 1.3em;
    line-height: 1em;
    font-weight: normal;
}

.form-control {
    font-size: 1.3em;
    color: #080808;
}

textarea.form-control {
    height: 135px;
    /* margin-top: px;*/
}

.submit {
    /*font-size: 1.1em;
    */ float: right;
    /* width: 150px; */
    /* background-color: transparent; */
    /* color: #fff; */
}
.contact-section .col-md-6 {
    width: 50%;
}</pre></body></html>