@media all {html {font-size: 25px;}}
@media all and (max-width:960px){html {font-size: 24px; font-size: 2.5vw;}}
@media all and (max-width:880px){html {font-size: 22px; font-size: 2.5vw;}}
@media all and (max-width:800px){html {font-size: 20px; font-size: 2.5vw;}}
@media all and (max-width:600px){html {font-size: 18px;}}


html {
	font-family: 't3',Helvetica,Arial,sans-serif;
}

div {
	/*color: white;*/
}

input {
	font-family: 'c3';
}

img {
	width: 100%;
}

main {
	max-width: 800px;
	display: inline-block;
	text-align: left;
}

.white{
	color:white !important;
}

.darkGray{
	color: #848484 !important;
}

.lorelaiBlue{
	color:#5AC8FF !important;
}

.lorelaiBlueBg{
	background-color:#5AC8FF !important;
}

.top-bar{
	background-color: #5AC8FF;
}

.fullHeight{
	height:100%;
}

#lorelai {
	text-align: left;
	font-size: 200%;
	font-family: 't6';
	font-style: italic;
	margin-bottom: 0;
	margin-top: 0;
}

#decoration{
	color:#5AC8FF;
	position:absolute;
	/*padding:8px;*/
	top:80px;
	left:15px;
}

#title {
	text-align: left;
	font-size: 150%;
	font-family: 't6';
	margin-bottom: 0;
	margin-top: 0;
}

#subtitle {
	text-align: left;
	font-family: 't3';
	font-size: 120%;
}

.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.bold{
	font-weight: bold;
}
.lorelaiButton{
	background-color:#5AC8FF !important;
	color:white;
	font-family: 't3';
}
#footer{
	height:75px;
	background-color:#5AC8FF;
	color:white;
	width:100%;
	font-size:75%;
	line-height:100%;
}
#footer a{
	color:white;
}
#footerLeft{
	text-align:left;
}
#footerCenter{
	text-align:center;
}
#footerRight{
	text-align:right;
}