/* start of stylesheet */

/*  fancy font definitions */

@font-face {	/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 22, 2013 06:20:20 PM America/New_York */
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*  main content control */

body {
	background-color:#f6f6f6;
	background-image: url(images/was-back.jpg);
	background-repeat: repeat-x;
	background-position: top;

	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;

	/* opacity: 0; */
}

body,
p,
ul,ol,
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 130%;
	color: #444;
}

/* site layout */

.site-wrap {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.site-content {
	background-color: #ffffff;
	flex: 1;
}

.site-copyright {
	background-color: #4C5A67;
	color: #CCC;
	font-size: 10pt;
	text-align: center;
	padding: 8px 20px;
	line-height: 1.6;
}

.site-copyright a:link,
.site-copyright a:visited {
	color: #ffffff;
}

.site-copyright a:hover,
.site-copyright a:active {
	color: #80d5fc;
}

/* site footer */

.site-footer {
	display: flex;
	min-height: 193px;
	align-items: flex-start;
	justify-content: center;
	background-color: #ececec;
}

.footer-contact,
.footer-workshops {
	width: 50%;
	padding: 20px;
	font-size: 13pt;
	line-height: 20pt;
	color: #666666;
	box-sizing: border-box;
	text-align: center;
}

.footer-contact {
	border-right: solid #ffffff 1px;
}

/* page two-column layout */

.page-layout {
	display: flex;
	align-items: flex-start;
	min-height: 100%;
}

.page-sidebar {
	width: 200px;
	flex-shrink: 0;
	padding: 27px;
}

.page-main {
	flex: 1;
	padding: 27px;
	border-left: solid #eeeeee 1px;
	min-width: 0;
}

/* single-column pages */
.page-single {
	padding: 27px;
}

/*  links */

a:link,
a:visited {
	color: #2680b4;
	font-weight: normal;
	text-decoration: underline;

	/* fancy CSS3 transitions */
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

a:hover,
a:active {
	color: #00F;
	font-weight: normal;
	text-decoration: underline;
}


/*  miscellaneous */

.bullet {
	background-image: url(images/was_12.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding-left: 41px;
	padding-top: 0px;
	padding-bottom: 0px;
	clip: rect(auto,auto,auto,auto);
}

.boxRounded {
	border-radius:3px;							/* corner curve shape */
	box-shadow: 0px 0px 0px #888;	/* drop shadow */
	border: solid #999 1px;
	background-color:#eee;
	padding:10px;
}

.highlightedSection {
	border-radius:3px;
	background-color: #DDD;
	border: solid #2680b4 1px;
	padding:10px 10px 10px 10px;
	color:#555;
}
.highlightedSection p {
	margin:5px;
}

hr {												/* fancy gradient line color1 - color2 - color1 */
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}

/* lists */

.listArrowSpot,
.listArrowSpot ul,
.listArrow,
.listArrow ul {
	padding:0px 0px 2px 0px;
	margin-left:20px;
	list-style:none;
	text-align:left;
}

.listArrowSpot li,
.listArrowSpot ul li,
.listArrow li,
.listArrow ul li {
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding:3px 0px 3px 25px;
}

.listArrow li,
.listArrow ul li {
	background-image: url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:3px 0px 3px 25px;
}

/* headings */

h1,h2,h3,h4,h5,h6,
.headingColour,
.subLevelHeading {
	color:#2680b4;
}

h1,h2,h3,h4,h5,h6,
.subLevelHeading {
	font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height: normal;
	vertical-align:middle;
	margin:0px;
	font-weight:normal;
}

h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
	color: #666;
	padding-top: 10px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
	color: #396478;
}
h6 {
	font-size: 14px;
}

.pheading {
	font-weight: bold;
	color: #2680b4;
}

.subLevelHeading {
	font-size: 18px;
}

/* homepage service icon grid */

.service-icons {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
}

.service-icon {
  text-align: center;
  flex: 1;
}

.service-icon img {
  display: block;
  margin: 0 auto 8px;
}

/* homepage photo banner */

div.homepagePhotoBanner {
	background-image: url(images/surf9aa.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 236px;
	padding: 20px 27px;
	box-sizing: border-box;
}

div.homepagePhotoBanner h1 {
	color:#2680b4;
	font-size:34pt;
	line-height:100%;
}

.style1 {color: #FFFFFF}

/* contact page layout */

.contact-layout {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.contact-details {
  flex: 0 0 220px;
}

.contact-map-form {
  flex: 1;
  min-width: 0;
}

/* contact details definition list */

.contact-details-list {
  display: grid;
  grid-template-columns: 90px 1fr;
  row-gap: 6px;
  margin: 10px 0;
  padding: 0;
}

.contact-details-list dt {
  font-weight: bold;
}

.contact-details-list dd {
  margin: 0;
}

@media (max-width: 820px) {

  body {
    overflow-x: clip;
  }

  .site-wrap {
    max-width: 100%;
    width: 100%;
  }

  /* page layout stacks on mobile */

  .page-layout {
    flex-direction: column;
  }

  .page-sidebar {
    width: 100%;
    border-bottom: solid #eeeeee 1px;
    padding: 16px 27px;
    box-sizing: border-box;
  }

  .page-main {
    border-left: none;
    border-top: solid #eeeeee 1px;
    padding: 20px 27px;
    width: 100%;
    box-sizing: border-box;
  }

  .contact-layout {
    flex-direction: column;
  }

  .contact-details {
    flex: none;
    width: 100%;
  }

  /* footer stacks on mobile */

  .site-footer {
    flex-direction: column;
    min-height: auto;
    align-items: stretch;
  }

  .footer-contact,
  .footer-workshops {
    width: 100%;
    border-right: none;
    border-bottom: solid #ffffff 1px;
  }

  .footer-workshops {
    border-bottom: none;
  }

  /* homepage banner */

  div.homepagePhotoBanner {
    height: 180px;
  }

  div.homepagePhotoBanner h1 {
    font-size: 20pt;
  }

  /* prevent fixed-width elements from overflowing */

  img, table, iframe {
    max-width: 100%;
  }

}


/* end of stylesheet */
