/*
http://www.keithchew.com Style Sheet
CSS written by Keith Chew.
Copyright (c)2017 Keith Chew. All worldwide rights reserved.
*/

/* --- BODY --- */

body {
	background-color: #425E84;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
    color: #FFFFFF;
	font-size: 0.8em;
	font-weight: normal;
}

a:link {
	text-decoration: none;
    color: #7FB6FF;
}

a:visited {
    text-decoration: none;
    color: #7FB6FF;
}

a:hover {
	text-decoration: none;
    color: #B2D3FF;
}

a:active {
	text-decoration: none;
    color: #FFFFFF;
}

/* --- HEADER --- */

.header {
    margin: auto;
	margin-top: 40px;
	width: 80%;
	border-radius: 25px;
	background-color: #FFFFFF;
	text-align: center;
}

.h1 {
	text-align: center;
	padding: 4px;
}

.headerimage {
	text-align: center;
	padding: 0px;
}

.h2 {
	text-align: center;
	padding: 6px;
}

h1 {
	color: #425E84;
    font-size: 2em;
	font-weight: bold;
}

h2 {
	color: #425E84;
    font-size: 0.875em;
	font-weight: normal;
}

/* --- CONTENT --- */

.notice {
	margin: auto;
	width: 36%;
	padding: 40px 0px;
}

/* --- FOOTER --- */

.footer {
	clear: both;
    bottom: 0px;
	font-size: 0.7em;
	text-align: center;
	padding: 20px;
}

/* --- MOBILE DEVICES --- */

@media only screen and (max-width: 600px) {
    .notice {
      margin: auto;
	  width: 80%;
	  padding: 40px 0px;
    }
}
