html {
  font-family: "Arial", "Helvetica", sans-serif;
}

a:link, a:visited, a:hover {
	color: rgb(0,90,185);
	text-decoration: underline;
}
* {
  box-sizing: border-box;
}

[class*="col-"] {
  float: left;
  padding: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

.header {
  background-color: white;
  color: #ffffff;
  padding: 15px;
}

.row:: after {
  content: "";
  clear: both;
  display: table;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: rgb(40,135,230); /* u3a light blue */
  color: rgb(255,200,0); /* u3a yellow */
  text-decoration: none;
}

.menu li:hover {
	background-color: rgb(0,90,185); /* u3a dark blue */
}

.menu li a:link {
  color: rgb(255,200,0); /* u3a yellow */
  text-decoration: none;
}


.menu li a:visited {
  color: rgb(255,200,0); /* u3a yellow */
  text-decoration: none;
}

.menu li a:hover {
  color: yellow;
  text-decoration: none;
}

.topborder {
  border-top: thin solid gray;
}
.sideborders {
  border-left: thin solid gray;
  border-right: thin solid gray;
}

.aside {
  background-color: rgb(255,245,209); /*lightened from u3a yellow */
}

.splash {
  background-color: rgb(255,200,0); /*u3a yellow */
}

.footer {
  clear: both;
  display: block;
  padding:5px;
  background-color: rgb(0,90,185); /* u3a dark blue */
  color: rgb(255,200,0); /* u3a yellow */
}

/* Activity group page: Used as a mini-footer between each group's entry */
.actgrpfooter {
	padding: 5px; 
	margin-bottom: 10px; 
	background-color: rgb(40,135,230);  /* u3a light blue */
	color: rgb(255,200,0); /*u3a yellow */
}


/* For mobile phones: */
@media only screen and (max-width: 599px) {
	.pm1 {width:100%;}
	.pm2 {width:50%}
	div.pc {
    display: none;
  }
  div.tablet {
    display: none;
  }
    div.phone {
    display: block;
  }
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

@media screen and (min-width: 600px) {
  div.pc {
    display: none;
  }
  div.tablet {
	  display: block;
  }
  div.phone {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  div.tablet {
    display: none;
  }
  div.pc {
	  display: block;

  }
    div.phone {
    display: none;
  }
}

/*@media screen and (min-width: 1200px) {
	body {
	background-image: url("http://maldonu3a.co.uk/images/background.gif");
	}
}*/

p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

p{
	margin-bottom:10px;
	line-height: 120%;
	font-size: 100%;
	font-weight: normal;
	color: #000000;	
	padding-left:10px;
}

h1{
	font-size: 150%;
	color: rgb(0,90,185);
	font-weight: bold;
	margin-bottom: 15px;
}

h2{
	font-size: 130%;
	color: rgb(0,90,185);
	font-weight: bold;
	margin-bottom: 15px;
	
}

h3{
	font-size: 120%;
	color: rgb(0,90,185);
	font-weight: bold;
}

h4{
	margin-top: 25px;
	margin-bottom:15px;
	font-size: 110%;
	font-weight: bold;
	color: rgb(0,90,185);
	text-transform: uppercase;
}

h5{
	
	font-size: 100%;
	font-weight: bold;
	color: #6020C0;
	text-align: right;
}

h6{
	margin-bottom:10px;
	line-height: 150%;
	font-size: 100%;
	font-weight: normal;
	color: #320075;	
	text-transform: uppercase;
}

ul{
	list-style-type: square;
}

li{
	margin-bottom: 10px;
	padding-bottom: 0px;
	line-height: 100%;
	font-size: 100%;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

/* This is used wherever a border is required around an image */
.border1 {
  border-style: solid;
  border-width: 1px; 
  border-color: rgb(0,90,185); /* u3a dark blue */
  }
/* This is used for tables generally */
table.bordercolor {
    border-collapse: collapse;
}
table.bordercolor th{
  border-style: solid;
  border-width: 1px; 
  border-color: rgb(0,90,185); /* u3a dark blue */
}
table.bordercolor td{
  border-style: solid;
  border-width: 1px; 
  border-color: rgb(0,90,185);
}
table.cellpadding th{
	padding: 5px;
}
table.cellpadding td{
	padding: 5px;
}

/* Used wherever words are to be emphasised by being in the highlight colour */
.emphasis1 {
	color: rgb(238,105,90); /*u3a red */
	font-weight: bold;
}

.emphasis2 {
	color: rgb(0,90,185); /*U3A dark blue*/
	font-weight: bold;
}

.emphasis3 {
	color: rgb(16,105,90); /*u3a forest green */
	font-weight: bold;
}

.smalltext1 {
	font-size:80%
}

.largetext1 {
	font-size:120%
}

.highlight1 {
	color: rgb(238,105,90); /*u3a red */
}

.highlight2 {
	color: rgb(0,90,185); /*U3A dark blue*/
}

.highlight3 {
	color: rgb(16,105,90); /*u3a forest green */
}

.flushleft {
	padding-left:0px;
}
.flushbottom {
	padding-bottom:0px;
}
.zoom {
	background-color: rgb(40,135,230); /*u3a light blue */
	color: white; 
	font-weight: bold;
}
