﻿@font-face {
	font-family: 'Hart1';
	src: url('../fonts/AccordLight-webfont.eot');
	src: local(''), url('../fonts/AccordLight-webfont.woff') format('woff'), url('../fonts/AccordLight-webfont.ttf') format('truetype'), url('../fonts/AccordLight-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@media screen and (max-device-height: 1080px) {
	#content{
		font-size: 14px;
	}
    .accent {
	font-size:16px;
	}
}

@media screen and (max-width: 599px) {

    html, body {
        height:100%;
    }
	#top img {
		width: 60vw!important;
	}
    #content-wrapper {
        width: 90vw!important;
        max-width:95%;

    }

	#content {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

html, body {
    height:130%;
    margin: 0;
    padding: 0;
    font-family: Hart1, Avant Garde Book BT, Consolas;
    overflow: hidden;
}
#wrapper {
	width:100%;
	height:100%;
}
#content-wrapper {
	margin-top:5vh;
	width:400px;
	margin-left: auto;
	margin-right:auto;
}
#top{
	width:100%;
}
#plogo {
	width: 400px;
}

#top img {
	margin-bottom: .5rem;
}
#content {
	/*width:1000px;*/
	width:100%;
	height:	70vh;		/*600px;*/
	display:block;
    border: 2px solid;
    border-radius: 25px;
    border-color: #ccc;
    padding: 25px 25px 25px 25px;
    font-size: 2vh;
    position:relative;
	/*border: 1px solid yellow;*/
}

.accent {
	font-size:5vh;
}

.low-ride {
	width:85%;
	text-align:right;
	position:absolute;
	bottom: 20px;
}

.low-ride A,.low-ride A:link, .low-ride A:visited  {
	font-size: 38px;
	text-decoration: none;
	color: #757575;
}
.low-ride A:hover {
	color: #B85C00;
}

.float-lg {
	font-size: 6vh;
	padding-right:3vh;
}

.float-md {
	font-size: 4vh;
	padding-right:3vh;
}

.float-sm {
	font-size: 2vh;
	padding-right:3vh;
}

#bottom {
	width:100%;
	height:20px;
	text-align:center;
}
.copyright {
	font-size: 10px;
}
