/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

#logo {
	margin: 20px 0;	
}

.supbullet {
	margin-bottom:4px;	
}

.small {
	font-size:12px;	
}

.twitter {
	margin:5px;	
}

.covid {
	font-size: 16px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, "sans-serif";
	padding:20px;
	background-color: #fafafa;
	border: solid 1px #ccc;
	margin:0 0 30px 0;
	text-transform: none;
}

.covid h2 {
	font-size:26px;
	color:#9a2b66;
	margin-bottom:10px;
	text-align: center;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */

@font-face {
    font-family: 'evelethclean_thin';
    src: url('../fonts/evelethcleanthin-webfont.eot');
    src: url('../fonts/evelethcleanthin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/evelethcleanthin-webfont.woff2') format('woff2'),
         url('../fonts/evelethcleanthin-webfont.woff') format('woff'),
         url('../fonts/evelethcleanthin-webfont.ttf') format('truetype'),
         url('../fonts/evelethcleanthin-webfont.svg#evelethclean_thin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'evelethclean_regular';
    src: url('../fonts/evelethclean-webfont.eot');
    src: url('../fonts/evelethclean-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/evelethclean-webfont.woff2') format('woff2'),
         url('../fonts/evelethclean-webfont.woff') format('woff'),
         url('../fonts/evelethclean-webfont.ttf') format('truetype'),
         url('../fonts/evelethclean-webfont.svg#evelethclean_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}