* {
  box-sizing: border-box;
}
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}
#illustration, #content2,#content img, #left-text, #footer, #header, #column2 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3  {width: 25%;}
.col-4, #illustration {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6,#content img  {width: 50%;}
.col-7 {width: 58.33%;}
.col-8, #left-text {width: 66.66%;}
.col-9, #footer {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12, #header, #column2, #content2 {width: 100%;}
}

body,html { 
  /* html body and html tag */
  margin: 0px;
  padding: 0px;
  background: #fff;
  }
body {
  /* html body tag */
  font: "Myriad Pro","Geneva","Verdana";
  font-family: sans-serif;
  color: #247;
  }
/* main html selectors */
p {
  /* paragraphs need less margin on top */
  margin: 15px;
  margin-top: 4px;
  }
a {
  /* links in general */
  color: #008;
  transition: color .25s, text-shadow .5s;
  -webkit-transition: color .25s, text-shadow .5s;
  }
a:visited {
  /* visited links */
  color: #00a;
  }
a:hover {
  /* active links */
  color: #00f;
  }
#container {
  /* main holder for content */
  margin: 0 auto;
  background: #fff;
  }
#header {
  /* Page header */
  height: 50px;
  position: fixed;
  top: 0px;
  }
#header h3 {
  /* Special header value for the header */
  padding: 1px;
  padding-top: 5px;
  margin: 0px;
  height: 50px;
  background: #ddd url( '/images/watermark.png' ) no-repeat 5px 5px;
  }
#title {
  /* make the text go away */
  display: none;
  }
#mainmenu {
  /* First column, navigation */
  background: #ddd;
  padding-top: 64px;
  }
.menu a {
  /* links that are part of the menu */
  text-decoration: none;
  color: #247;
  }
.menu a:hover {
  /* active links that are part of the menu */
  text-shadow: #000 3px 3px 4px;
  color: #6ce;
  transition: color .25s, text-shadow .5s;
  -webkit-transition: color .25s, text-shadow .5s;
  }
.menu ul {
  margin: 0px;
  padding: 5px;
  background: #eee;
  border-bottom: 1px solid #aaa;
}
.menu li {
  display: inline;
  border-right: 2px solid #aaa;
  font-weight: 700;
  padding: 4px;
}
.menu li.menucurrent {
  background: #fff;
}
.submenu ul {
  padding: 3px;
}
.submenu li {
  font-size: small;
  font-weight: 500;
}
#column2 {
  /* Second column, content */
  margin: 30px auto 0px;
  font-size: .9em;
  }
#content {
  text-align: center;
}
#content img {
  height: auto;
}
#content2 {
  margin: 15px;
}
.portfoliosection {
  float: left;
  padding: 5px;
}
.portfoliosection img {
  border: 1px solid black; 
}
#left-text {
  float: left;
  padding: 20px;
}
#illustration {
  float: left;
  padding: 20px;
  text-align: center;
}
#illustration img {
  width: 100%;
  height: auto;
}
.attribution {
  display: block;
  text-align: right;
  padding: 5px;
}
#footer {
  /* the footer */
  clear: both;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 10px;
  background: #ddd;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  }
.copyright {
  /* the copyright block */
  font-size: 75%;
  padding: 10px;
  font-family: serif;
  text-align: right;
  }
th {
  text-align: left;
  }

.printlinks {
  width: 90%;
} 

.printlinks td {
  padding-right: 1em;
}

.printlinks td.class {
  padding-right: 2em;
  padding-left: 0;
  background: url("/images/dot.png") repeat-x center;
  }

.printlinks td.class span {
  background: #fff;
}

.ladclist {
  padding-right: 2em;
}

.ladctitle {
  text-align: center;
}

.ladc2014links {
  min-width: 70%;
  margin: auto;
} 

.ladc2014links td {
  padding-right: 1em;
}

.ladc2014links td.class {
  padding-right: 2em;
  padding-left: 0;
  background: url("/images/dot.png") repeat-x center;
  }

.ladc2014links td.class span {
  background: #fff;
}

.ladc2014links tr:hover {
  background-color: #eee;
}

@media only screen and (min-width: 768px) {
.ms150 {
  position:fixed;
  top:3px;
  right:15px;
}
}

.ms150 {
  text-align: center;
}
