html {}

.container{
	height: 96vh;
    height: calc(100vh - 51px);
	width: 100vw;
	text-align: center;
	background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("/static/images/backgroundBlue.jpg");
}

#top,
#middle,
#bottom{
	display: block;
    max-height: calc(30vh - 15px);
}

.selling-points {
	color: white;
}


#bottom {
    position: absolute;
    margin-left: -15px;
    width: 100vw;
    bottom: 0;
}

.mainText{
	text-align: center;
	color: white;
	font-size: xx-large;
}

.sub-text {
	color: white;
	font-size: large;
}

#tagline {
	margin-top: 10vh;
    font-size: 50px;
}

#buttonLabel {
	margin-top: 10vh;
	margin-bottom: 0px;
    font-size: 35px;
}

.stateSelect{
	font-size: 15pt;
	width: 275px;
	color: white;
	background-color: rgb(30, 77, 103);
	border: none;
	border-radius: 3px;
	margin-top: 15px;
	padding: 10px 5px 10px 5px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.selectOption{
	font-color: white;
}

.glyphicon-menu-down{
	float: right;
	margin-top: 1px;
}

.menuText{
	float: left;
}

.textLabel {
	color: white;
}

#loginLink,
#loginLink:link,
#loginLink:visited,
#loginLink:hover
{
	color: white;
}

@media all and (max-width: 768px) {
	#tagline {
		margin-top: 5vh;
	}

    .mainText {
        font-size: x-large;
    }
}
