body {
	font:15px/1.231 sans-serif;
    background: #111;
    color: #aaa;
}


html,
button,
input,
select,
textarea {
    color: #222;
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}
body {
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
/*    font-family: 'monacoregular', 'Roboto', sans-serif;*/
    font-weight: 100;
}

a {
    color: #00e;
}

a:visited {
    color: #551a8b;
}

a:hover {
    color: #06e;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h2, h3, h4, h5 {
	margin: 0px 0px 0px 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 0px;
/*	display: inline;*/
}
h2, h3 {
	margin: 10px 0px 0px 0px;
}
h4 {
	font-size: 0.8em;
}
b,
strong {
  font-weight: 300;
}
#main {
	display: block;
	/* width: 320px; */
	width: 100%;
	/* max-width: 768px; */
	max-width: 320px;
	padding: 0px;
}

header {
	/* background-color: #3498db; */
	background-color: #fa1f4e;
    /* background-color: rgb(247, 241, 39); */
	color: #fff !important;
    /* color: #000 !important; */
	margin:  0px;
	padding: 0px 10px;
	position: relative;
}
header a {
	color: #fff !important;
}

header H1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	display: inline;
}
header H2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	display: inline;
}
header .myDay {
	position: absolute;
	right: 10px;
	top: 10px;
}

.Info {
	background-color: lightblue;
	padding: 10px;
	border: 1px solid lightskyblue;
	border-radius: 10px;
	margin: 10px;
	color: whitesmoke;
	text-align: center;
}
.Error {
	background-color: #FF6666;
	padding: 10px;
	border: 1px solid red;
	border-radius: 10px;
	margin: 10px;
	color: whitesmoke;
	text-align: center;
}

header H1 a {
	color: inherit;
	text-decoration: none;
}

input,
select,
textarea {
	width: 300px;
	margin: 5px;
}
button {
	display: block;
	background: #12727C;
	padding: 5px;
	width: 300px;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.button a {
	display: block;
	width: 90px;
	height: 90px;
	float: left;
	background: #12727C;
	padding: 30px;
/*	width: 300px;*/
	color: #fff;
	border-radius: 500px;
	text-align: center;
	text-decoration: none;
	text-align: middle;
	margin: 5px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.button i {
	padding-bottom: 10px;
}
.button a:hover {
	background: #50A1A9;
}
.buttonred a {
	display: block;
	width: 90px;
	height: 90px;
	float: left;
	background: #FF6666;
	padding: 30px;
/*	width: 300px;*/
	color: #fff;
/*	border-radius: 10px;*/
	text-align: center;
	text-decoration: none;
	text-align: middle;
	margin: 5px;
}
.buttonred a:hover {
	background: #FF3333;
}



hr {
	border: 1px solid #333;
	width: 320px;
	margin: 0px;
}

code {
	font-size: 13px;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Prevent callout */

.nocallout {
    -webkit-touch-callout: none;
}

.pressed {
    background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */

textarea[contenteditable] {
    -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */

.gifhidden {
    position: absolute;
    left: -100%;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

.ir br {
    display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.hasCountdown:before,
.hasCountdown:after {
    content: "";
    display: table;
}

.hasCountdown:after {
    clear: both;
}


/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
::selection {
	background: rgb(248,99,97);
	color: #fff;
/*	background: -webkit-gradient(linear,left top,right top,from(#fce4ed),to(#ffe8cc));
	background: linear-gradient(to right,#fce4ed,#ffe8cc);*/
}



/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 800px) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for viewports that meet the condition */
}
