﻿/* Election 2019 Style Sheet */
/* Contains logo, menu and standard layout styles  */
/* Created November 2018  */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: navy;                          /* navy is the default font colour */
	font-size: medium;                         /* medium = font size "3" is the default  */
	background-color: white;	
}

.menu-box {
	border:thin navy solid;
	padding:5px;
	width: 150px;
	line-height:24px;	
	max-width:100%;
	float:right;
	margin: 0 0 10px 5px;
	background-color: white;
	font-size: medium;
	color:navy;	
}

.menu-box a {text-decoration:none;}

.menu-box a:link {color:navy !important;}

.menu-box a:visited {color:navy !important;}

.menu-box a:hover {color:white !important; background-color:navy !important;}

.small-bold {
	font-size: small;
	font-weight: bold;
}

.webpage-subheading  {                             /* imbed within webpage-heading */
	font-size: x-large;
	margin-top: 10px;
}

.logo-top-image-960 {
	margin-bottom: 10px;
}


/* iphone */
@media only screen and (min-width : 320px) and (max-width : 480px) {
	.webpage-heading { font-size: x-large; }
	.webpage-subheading { font-size: large; }
	.logo-top-image-960 { font-size:60%;  }
	.menu-box { width:120px; font-size :80%;  }		
}

a:link   {color:navy;}
a:visited {color:navy;}
a:hover  {color:red;}
