body {
    font-family: 'Rubik', sans-serif;
    background-image: url('../img/back.jpg');
    background-color: lightgray;
}

#header {
    margin-bottom: 3%;
    /*padding: 1%;*/
    background-color: #f1d552;
}

#header h2 {
    font-family: 'Alice', serif;
    font-size: 32px;
}

.logo {
    font-family: 'Alice', serif;
    font-size: 3.8vw;
    text-align: center;
}

.pharase {
    font-family: 'Bungee', cursive;
    font-size: 1.5vw;
}

.phone {
    font-family: 'Rubik', sans-serif;
    font-size: 2.5vw;
    text-align: right;
}
.fp{
    height: 300px;
}
.phone_text {
    font-family: 'Rubik', sans-serif;
    font-size: 1.5vw;
    text-align: right;
}

#main {
    padding-bottom: 10%;
}

.main2 {
    width: 100%;
    height: 180em;
    padding: 5% 3%;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 7px black;
    -moz-box-shadow: 0px 0px 7px black;
    box-shadow: 0px 0px 7px black;
    border-radius: 10px;
}

#main .left h1,
#main .left h3 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

#main .left h3 span {
    font-weight: bold;
}

#main .left h4 {
    font-size: 24px;
}

#main img {
    position: relative;
    width: 100%;
}

#img_over h1 {
    font-size: 2vw;
}

#img_over {
    position: absolute;
    bottom: 0;
    width: 70%;
    text-align: center;
    color: white;
    background-color: rgba(255, 0, 0, .5);
}

.form {
    padding: 5% 5% 5% 5%;
    margin: 0 0 10% 0;
    color: white;
    border-radius: 5px;
    background-color: #16528e;
    box-shadow: 0 0 10px black;
    /*border: 1px solid #f1d552;*/
}

.form h3 {
    text-align: center;
}

.form h4 {
    text-align: center;
}

button {
    width: 100%;
    color: black;
    background-color: #f1d552;
}

::-webkit-input-placeholder {
    color: #000000 !important;
}

::-moz-placeholder {
    color: #000000 !important;
}

:-ms-input-placeholder {
    color: #000000 !important;
}

:-moz-placeholder {
    color: #000000 !important;
}

ul li {
    font-size: 24px;
}

.images img {
    position: relative;
    height: 260px;
    width: 100%;
}

.images h2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 4vmin;
}

.mobile_only {
    display: none;
}

#form {
    font-size: 28px;
}

.check {
    font-size: 24px;
}

.fp {
    height: 200px;
    width: 100%;
}

.desktop_only {
    display: block;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    /* STYLES GO HERE iPhone 5 in landscape */
    .sweet-alert h2 {
        font-size: 55px;
        color: black
    }
    .sweet-alert p {
        font-size: 36px;
        color: black
    }
    .images img {
        position: relative;
        height: 500px;
        width: 100%;
    }
    .form-group-lg .form-control {
        height: 80px;
        font-size: 38px;
    }
    optgroup {
        color: black;
    }
    .desktop_only {
        display: none;
    }
    .mobile_only {
        display: block !important;
    }
    #form {
        font-size: 40px;
    }
    ::-webkit-input-placeholder {
        font-size: 38px;
        color: #000000 !important;
    }
    ::-moz-placeholder {
        font-size: 38px;
        color: #000000 !important;
    }
    :-ms-input-placeholder {
        font-size: 38px;
        color: #000000 !important;
    }
    :-moz-placeholder {
        font-size: 38px;
        color: #000000 !important;
    }
    .check {
        font-size: 34px;
    }
    .checkbox label {
        font-size: 28px;
        margin-right: 2px;
    }
    input[type=checkbox] {
        /* Double-sized Checkboxes */
        -ms-transform: scale(1.5);
        /* IE */
        -moz-transform: scale(1.5);
        /* FF */
        -webkit-transform: scale(1.5);
        /* Safari and Chrome */
        -o-transform: scale(1.5);
        /* Opera */
        margin-top: 10px;
    }
    button {
        width: 100%;
        height: 70px;
        color: black;
        background-color: #f1d552;
    }
    h6 button {
        font-size: 32px !important;
    }
    .form-control {
        height: 72px;
    }
    .form h4 {
        font-size: 32px !important;
    }
    #main .left h3 {
        font-size: 42px;
    }
    #main .left h4 {
        font-size: 34px;
    }
    ul li {
        font-size: 32px;
    }
    p {
        font-size: 32px;
    }
    .main2 {
        width: 100%;
        height: 620em;
        padding: 5% 3%;
        background-color: rgb(255, 255, 255);
        -webkit-box-shadow: 0px 0px 7px black;
        -moz-box-shadow: 0px 0px 7px black;
        box-shadow: 0px 0px 7px black;
        border-radius: 10px;
    }
    .fp {
        height: 500px;
        width: 100px;
    }
    select {
        font-size: 28px;
    }
    .form-group-lg select.form-control {
        font-size: 38px;
        color: black;
        height: 80px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    /* STYLES GO HERE iPhone 6 in landscape */
    .sweet-alert h2 {
        font-size: 55px;
        color: black
    }
    .sweet-alert p {
        font-size: 36px;
        color: black
    }
    .images img {
        position: relative;
        height: 500px;
        width: 100%;
    }
    .form-group-lg .form-control {
        height: 80px;
        font-size: 38px;
    }
    optgroup {
        color: black;
    }
    .desktop_only {
        display: none;
    }
    .mobile_only {
        display: block !important;
    }
    #form {
        font-size: 40px;
    }
    ::-webkit-input-placeholder {
        font-size: 38px;
        color: #000000 !important;
    }
    ::-moz-placeholder {
        font-size: 38px;
        color: #000000 !important;
    }
    :-ms-input-placeholder {
        font-size: 38px;
        color: #000000 !important;
    }
    :-moz-placeholder {
        font-size: 38px;
        color: #000000 !important;
    }
    .check {
        font-size: 34px;
    }
    .checkbox label {
        font-size: 28px;
        margin-right: 2px;
    }
    input[type=checkbox] {
        /* Double-sized Checkboxes */
        -ms-transform: scale(1.5);
        /* IE */
        -moz-transform: scale(1.5);
        /* FF */
        -webkit-transform: scale(1.5);
        /* Safari and Chrome */
        -o-transform: scale(1.5);
        /* Opera */
        margin-top: 10px;
    }
    button {
        width: 100%;
        height: 70px;
        color: black;
        background-color: #f1d552;
    }
    h6 button {
        font-size: 32px !important;
    }
    .form-control {
        height: 72px;
    }
    .form h4 {
        font-size: 32px !important;
    }
    #main .left h3 {
        font-size: 42px;
    }
    #main .left h4 {
        font-size: 34px;
    }
    ul li {
        font-size: 32px;
    }
    p {
        font-size: 32px;
    }
    .main2 {
        width: 100%;
        height: 620em;
        padding: 5% 3%;
        background-color: rgb(255, 255, 255);
        -webkit-box-shadow: 0px 0px 7px black;
        -moz-box-shadow: 0px 0px 7px black;
        box-shadow: 0px 0px 7px black;
        border-radius: 10px;
    }
    .fp {
        height: 500px;
        width: 100px;
    }
    select {
        font-size: 28px;
    }
    .form-group-lg select.form-control {
        font-size: 38px;
        color: black;
        height: 80px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .sweet-alert h2 {
        font-size: 55px;
        color: black
    }
    .sweet-alert p {
        font-size: 36px;
        color: black
    }
    .images img {
        position: relative;
        height: 500px;
        width: 100%;
    }
    .form-group-lg .form-control {
        height: 80px;
        font-size: 38px;
    }
    optgroup {
        color: black;
    }
    .desktop_only {
        display: none;
    }
    .mobile_only {
        display: block !important;
    }
    #form {
        font-size: 40px;
    }
    ::-webkit-input-placeholder {
        font-size: 38px;
        color: #000000 !important;
    }
    ::-moz-placeholder {
        font-size: 38px;
        color: #000000 !important;
    }
    :-ms-input-placeholder {
        font-size: 38px;
        color: #000000 !important;
    }
    :-moz-placeholder {
        font-size: 38px;
        color: #000000 !important;
    }
    .check {
        font-size: 34px;
    }
    .checkbox label {
        font-size: 28px;
        margin-right: 2px;
    }
    input[type=checkbox] {
        /* Double-sized Checkboxes */
        -ms-transform: scale(1.5);
        /* IE */
        -moz-transform: scale(1.5);
        /* FF */
        -webkit-transform: scale(1.5);
        /* Safari and Chrome */
        -o-transform: scale(1.5);
        /* Opera */
        margin-top: 10px;
    }
    button {
        width: 100%;
        height: 70px;
        color: black;
        background-color: #f1d552;
    }
    h6 button {
        font-size: 32px !important;
    }
    .form-control {
        height: 72px;
    }
    .form h4 {
        font-size: 32px !important;
    }
    #main .left h3 {
        font-size: 42px;
    }
    #main .left h4 {
        font-size: 34px;
    }
    ul li {
        font-size: 32px;
    }
    p {
        font-size: 32px;
    }
    .main2 {
        width: 100%;
        height: 620em;
        padding: 5% 3%;
        background-color: rgb(255, 255, 255);
        -webkit-box-shadow: 0px 0px 7px black;
        -moz-box-shadow: 0px 0px 7px black;
        box-shadow: 0px 0px 7px black;
        border-radius: 10px;
    }
    .fp {
        height: 500px;
        width: 100px;
    }
    select {
        font-size: 28px;
    }
    .form-group-lg select.form-control {
        font-size: 38px;
        color: black;
        height: 80px;
    }
}


}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .sweet-alert h2 {
        font-size: 55px;
        color: black
    }

    .sweet-alert p {
        font-size: 36px;
        color: black
    }

    .images img {
        position: relative;
        height: 500px;
        width: 100%;
    }

    .form-group-lg .form-control {
        height: 80px;
        font-size: 38px;
    }

    optgroup {
        color: black;
    }

    .desktop_only {
        display: none;
    }

    .mobile_only {
        display: block !important;
    }

    #form {
        font-size: 40px;
    }

    ::-webkit-input-placeholder {
        font-size: 38px;
        color: #000000 !important;
    }

    ::-moz-placeholder {
        font-size: 38px;
        color: #000000 !important;
    }

    :-ms-input-placeholder {
        font-size: 38px;
        color: #000000 !important;
    }

    :-moz-placeholder {
        font-size: 38px;
        color: #000000 !important;
    }

    .check {
        font-size: 34px;
    }

    .checkbox label {
        font-size: 28px;
        margin-right: 2px;
    }

    input[type=checkbox] {
        /* Double-sized Checkboxes */
        -ms-transform: scale(1.5);
        /* IE */
        -moz-transform: scale(1.5);
        /* FF */
        -webkit-transform: scale(1.5);
        /* Safari and Chrome */
        -o-transform: scale(1.5);
        /* Opera */
        margin-top: 10px;
    }

    button {
        width: 100%;
        height: 70px;
        color: black;
        background-color: #f1d552;
    }

    h6 button {
        font-size: 32px !important;
    }

    .form-control {
        height: 72px;
    }

    .form h4 {
        font-size: 32px !important;
    }

    #main .left h3 {
        font-size: 42px;
    }

    #main .left h4 {
        font-size: 34px;
    }

    ul li {
        font-size: 32px;
    }

    p {
        font-size: 32px;
    }

    .main2 {
        width: 100%;
        height: 620em;
        padding: 5% 3%;
        background-color: rgb(255, 255, 255);
        -webkit-box-shadow: 0px 0px 7px black;
        -moz-box-shadow: 0px 0px 7px black;
        box-shadow: 0px 0px 7px black;
        border-radius: 10px;
    }

    .fp {
        height: 500px;
        width: 100px;
    }

    select {
        font-size: 28px;
    }

    .form-group-lg select.form-control {
        font-size: 38px;
        color: black;
        height: 80px;
    }
}

}