body {
//    background-image: url(../images/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;
}



#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%;
}

.splashdiv {
	display: block !important;
	padding: 0;
	margin: 0;
}

.card-login {
	border-color: #ccc;
	padding: 15px !important;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.card-login>.card-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.card-login>.card-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.card-login>.card-heading a.active{
	color: #029f5b;
	font-size: 18px;
}
.card-login>.card-heading hr{
	margin-top: 10px;
	margin-bottom: 25px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}

.card-login input[type="text"],.card-login input[type="email"],.card-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.card-login input:hover,
.card-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}

@media (max-width: 998px) {
    label {
        text-align: center;
    }
    #container {
        font-size: 125%;
    }
	
}

@media (max-width: 767px) {
	h1 {
		font-size: 150%;
	}
    #CommentTA {
        width:236px;
        height: 160px;
    }
    #container {
        font-size: 200%;
    }
	.card-login {
		font-size: 60% !important;
	}

}

@media(max-width: 600px) and (orientation: portrait) {
	.splashdiv {
		display: block !important;
		padding: 0;
		margin: 0;
	}
}

@media all and (min-width: 601px) {
	.splashdiv {
		display: inline-block !important;
		padding: 0;
		margin: 0;
		width: 50%;
	}
}

@media all and (min-width: 999px) {
	body {
		background-image: url(../images/summer_background.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100vh;
	}
	.splashdiv {
		display: inline-block;
		padding: 0;
		margin: 0;
		width: 50%;
	}
}


