/* montserrat-100 - latin_latin-ext */
@font-face {
    font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/montserrat-v29-latin_latin-ext-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    margin: 0;
}
html {
	font: 100%/1.4 system-ui, Helvetica, sans-serif;
	background-color: white;
	color: #212529;
}
a, a:hover {
    text-decoration: none !important;
    color: inherit;

}
a.thank-you-back, a.thank-you-back:hover {
    text-decoration: underline red !important;
    color: red !important;
}
h1, h2 {
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
h1 {
    margin-top: 0;
    margin-bottom: 20px;
	padding-top: 50px;
	font-size: 36px;
	line-height: 1.2em;
}
h2 {
	font-size: 16px;
}
h2.title-top {
    margin: 0;
    font-size: 2em;
    text-align: left;
}
h2.title-ex-bottom {
    margin: 10px 30px 30px 10px;
    font-size: 2em;
    text-align: left;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left:auto
}
@media (min-width: 768px) {
    .container {
        width:750px
    }
}
@media (min-width: 992px) {
    .container {
        width:970px
    }
}
@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

#contactForm {
    text-align: center;
    margin-top: 50px;
}
#contactForm fieldset {
    padding:20px;
    background:#efefef;
    border:1px solid #ccc;
}

#contactForm input, #contactForm textarea {
    width: 90%;
    height: 34px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
#contactForm textarea { 
    resize: vertical;
    height: 100px;
    padding-top: 12px;
}
#contactForm label {
    padding: 15px;
    font-size: 14px;
    display: block;
}
#contactForm legend	{
    font-size: 1.2em;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #ddd;
}
#contactForm ol {
    list-style: none;
    padding: 0;
}
#contactForm ol li {
    margin: 0 0 20px 0;
}
#contactForm fieldset {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 3px #eee;
    -moz-box-shadow: 0px 3px 3px #eee;
    box-shadow: 0px 3px 3px #eee;
}
#contactForm #sendButton {
    width: auto !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    background-color: white;
}
#contactForm #sendButton.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color:#8c8c8c
}
#contactForm #sendButton:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color:#adadad
}
.thankyou {
    margin-top: 50px;
    text-align: center;
}

footer div {
    height: 5px;
    width: 100%;
}
.red, .background-red {
    background-color: #ff0000;
}
.red {
    margin-top: 40px;

}
.green, .background-green {
    background-color: #00ff00;
}
.blue, .background-blue {
    background-color: #0000ff;
}
.social-media {
    text-align: center;
    margin: 30px 0 50px 0;
	width: 100%;
}
.social-media a {
    color: #aaaaaa;
	margin: 0 20px;
}

.square {
    margin-top: 30px;
}
.square-img {
    padding: 0 30px 30px 0;
}
.white-text {
    color: white;
}
.absolute-position {
    position: relative;
}
.no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.h-center {
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    .clear-both {
        clear: none !important;
    }
    h2.title, h2.title-ex-bottom {
        font-size: 1.5em;
    }
}
@media (min-width: 1366px) {
    h2.title, h2.title-ex-bottom {
        font-size: 2em;
    }
}
@media (min-width: 768px) {
    .absolute-position {
        position: absolute;
    }
    .background-blue, .background-green, .background-red {
        background-color: transparent;
    }
    .no-margin {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .clear-both {
        clear: both;
    }
}