/* Resets */
/* Resets */
.img-fluid {
    width: 100%;
}

.noPadding {
    padding: 0;
}

.row {
    padding: 0 !important;
    margin: 0 !important;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

section.noPadding {
    padding: 0em 0;
}

/* Fonts */
/* Fonts */
body,
input,
textarea,
select {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-display: swap;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

p,
li,
label {
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
    font-weight: 500;
}

.smallTxt {
    font-size: 0.7em;
    text-align: center;
}

/* Color */
/* Color */


/* links */
/* links */
a {
    color: #F73939;
    text-decoration: underline;
    transition: color 0.3s;
}

a:hover,
a:active,
a:focus {
    color: #690C09;
}

.linkMain {
    color: #fff;
    transition: color 0.3s;
}

.linkMain:hover {
    color: #fff;
    text-decoration: underline;
}

/* Buttons */
/* Buttons */
.btn {
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    padding: 0.8em 1.3em !important;
    text-decoration: none;
    transition: color 0.4s, border 0.3s;
    position: relative;
    transition: color 0.3s, background-color 0.3s;
    text-transform: none !important;
    -webkit-border-radius: 0.4em;
    -ms-border-radius: 0.4em;
    -o-border-radius: 0.4em;
    border-radius: 0.4em;
}

.btnMain {
    background: #9B8143;
    color: #fff !important;
    border: 1px solid #9B8143;
}

.btnMain:hover {
    color: #846825 !important;
    background: #fff;
    border: 1px solid #846825;
}

/* FORM */
/* FORM */
button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    background: #F9F8FF;
    padding: 1em;
    margin-bottom: 1em;
    min-width: 6.4em;
}

.input {
    width: 100%;
    background: #EAEAEA;
    border: 0;
    border-bottom: 1px solid #000 !important;
    padding: 0.46em 0.46em 0.46em 0.8em !important;
    height: auto !important;
    margin-bottom: 1.6em;
    -webkit-border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    -o-border-radius: 0.6em;
    border-radius: 0.6em;
    -webkit-appearance: none;
    appearance: none;
}

.inputSelect {
    width: 100%;
    background-color: #EAEAEA;
    -webkit-border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    -o-border-radius: 0.6em;
    border-radius: 0.6em;
    border: 0;
    border-bottom: 1px solid #000 !important;
    padding: 0.46em 0.46em 0.46em 0.8em !important;
    height: auto !important;
    margin-bottom: 1.6em;
}

/*::::::::::::::::::::::::::::
          LANDING PAGE
  ::::::::::::::::::::::::::::*/

header {
    background-color: #0a2234;
    padding: 2em 0;
}

header .img-fluid {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

section.light {
    background-color: rgba(218, 221, 238, 1);
}

section.light h1 {
    font-weight: 700;
}

section.light h1 span{
    color: rgb(240, 92, 132);
}

section.light img, section.dark img {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

section.light p{
    color: rgba(8,28,47,1);
}



section.dark{
    background-color: rgba(8,28,47,1);
}

section.dark p{
    color: #fff;
}


section.blue{
    background-image: url(https://d335luupugsy2.cloudfront.net/cms/files/36086/1550679101/$e7fcv0h9bxv), linear-gradient(to bottom, #4783c4 0%, #4783c4 100%);
}

section.blue h3,h2,p{
    color: #fff;
}

section.blue h2{
    font-weight: 600;
    font-size: 1.9em;
}

section.form{
    background-color: #7bcbf8;
}

section.form h3{
    font-size: 2em;
    font-weight: 700;
}

section.form label{
    color: rgba(8,28,47,1);
    font-size: 1em;
    font-weight: 700;
}

section.form .form-check a{
    color: rgba(8,28,47,1);
}

section.form button, .submit{
    text-decoration: none;
    background-color: rgba(248,86,147,1);
    color: #fff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
    border-radius: 1em;
    padding: .5em 2em;
    transition: .3s ease;
}

section.form button:hover, .submit:hover{
    background-color: rgba(8,28,47,1);
    color: #fff;
}


footer .img-fluid{
    max-width: 100px;
    width: 100%;
    margin: 1em auto;
    display: block;
}

footer p{
    color: rgba(8,28,47,1);
    font-size: .7em;
}



/*::::::::::::::::::::::::::::
  :::::::::MEDIA QUERIES:::::::
  ::::::::::::::::::::::::::::*/


/* Media queries for navbar */
@media only screen and (max-width: 991px) {

    h1{
        font-size: 2.5em;
    }

    h2,section.blue h2,section.form h3{
        font-size: 1.5em;
    }
    
    
}





/* Tablet */
@media only screen and (max-width: 768px) {
    section.light img{
        max-width: 300px;
    }

    section.dark img{
        max-width: 300px;
    }
}

/* Mobile */
@media only screen and (max-width: 480px) {
    h1{
        font-size: 2em;
    }

    h2,section.blue h2{
        font-size: 1.3em;
    }

    section.blue h3, h2, p{
        font-size: 1.2em;
    }
}