body {
    background-image: url(./summer_background.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100vh;
//    background-color: steelblue;
//    background-color: #232323;
//    background-color: #FFF8DC;
    color: white;
//    font-size: 125%;
    font-family: "Montserrat", "Avenir";
}

div {
    text-align: center;
}

label {
    font-weight: bold;
    cursor: default;
    text-align: right;
}

h1 {
    color: green;
//    height: 95px;
    text-align: center;
//    line-height: 1.1;
    font-weight: bold;
    background: #FFF8DC;
//    font-size: 125%;
    margin: 0;
    text-transform: uppercase;
    padding: 20px 0;
}

img { 
    display: inline-block;
}

p {
    text-align: center;
}

button {
    border: none;
    background: none;
    text-transform: uppercase;
    height: 100%;
    color: steelblue;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: inherit;
    transition: all 0.3s;
    --webkit-transition: all 0.3s;
    --moz-transition: all 0.3s;
    outline: none;
}

button:hover {
    color:white;
    background:steelblue;
}

input[name="Unit"] { 

    width: 10ch;
}

input[name="Contact"] {

    width: 50ch;
}

input[name="Number"] {

    width: 16ch;
}

.selected {
    color:white;
    background:steelblue;
}

.dropdown_menus {
    padding: 3px;
}

.jumbotron {
    background-color: steelblue;
    font-size: 250%;
    font-weight: bold;
}

.splashdiv {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 50%;
}

#container {
//    background-color: steelblue;
    color: white;
//    font-size: 125%;
    font-family: "Montserrat", "Avenir";
    margin: 50px auto;
    max-width: 1000px;
}

#CommentTA {
    width: 472px;
    height: 80px;
}


#Location {
    width: 150px;
}


#ProblemType {
    width: 120px;
}


#Problem {
    width: 180px;
}


#ProblemLocation {
    width: 150px;
}


#message {
    display: inline-block;
    width: 20%;
}

#stripe {
    background: white;
    height: 30px;
    text-align: center;
    color: black;
}

#colorDisplay {
    font-size: 200%;
}


@media (max-width: 999px) {
    label {
        text-align: center;
    }
    #container {
        font-size: 125%;
    }
}

@media (max-width: 767px) {
    #CommentTA {
        width:236px;
        height: 160px;
    }
    #container {
        font-size: 200%;
    }
}

