﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Connected Form styles
-------------------------------------------------- */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: brandongrotesque-regular;
}

@font-face {
    font-family: 'go-2-old-western';
    src: url('../font/go 2 old western.otf') format('opentype'), url('../font/go 2 old western.woff') format('woff');
}

@font-face {
    font-family: 'brandongrotesque-regular';
    src: url('../font/brandongrotesque-regular.woff2') format('woff2'), url('../font/brandongrotesque-regular.woff') format('woff');
}

#connected {
    background: url('../image/farmfest_background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#form {
    display: inline-block;
    width: 320px;
    background: white;
    /*    max-height: 510px;*/
}

#emailForm {
    text-align: center;
}

    #emailForm input {
        font-family: brandongrotesque-regular;
        text-align: center;
        width: 250px;
        padding: 5px;
        margin: 5px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

        #emailForm input[type="submit"] {
            background-color: #b81237;
            color: white;
            border: none;
            margin-top: 10px;
            margin-bottom: 10px;
            border-radius: 4px;
        }

        #emailForm input[type="checkbox"] {
            width: 100%;
        }

    #emailForm label {
        width: 100%;
    }

.bold {
    font-size: large;
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.max {
    width: 250px;
    display: inline-block;
}

    .max #checkbox {
        display: inline-block;
        width: 15px;
    }

        .max #checkbox input {
            padding: 0px;
            margin: 0px;
        }

    .max #label {
        display: inline-block;
        vertical-align: middle;
        width: 230px;
    }

.center {
    text-align: center;
}

    .center img {
        width: 200px;
        margin: 15px 10px 10px 10px;
    }

.small {
    font-size: smaller;
}

.title {
    font-family: go-2-old-western;
    font-weight: 100;
    margin: 5px;
    font-size: x-large;
}

.subtitle {
    margin: 10px 5px;
}

#fields {
    margin-top: 5px;
    margin-bottom: 10px;
}

#fieldFooter {
    margin-bottom: 10px;
}

@media only screen and (max-width: 350px) {
    #form {
        width: 310px;
    }
}

.usageText {
    width: auto !important;
    padding: 0px 40px;
    margin-top: 15px;
}
