/* Main styles */
html {
    height: 100%;
}

body {
  font-family: "Roboto Slab", serif;
  font-size:12px;
  color:#f4f4f4;
  background: #0e0e0e;
}
a {
  color:#f4f4f4;
  text-decoration:none;
  font-weight:normal;
}

#content a {
  text-decoration: underline;
  letter-spacing: 0.2px;
}

#content li {
  line-height: 1.5em;
}
#content li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}
#content ul {
  list-style: none;
  margin-left: 1em;
  padding-left: 1em;
  /*text-indent: -1em;*/
}



/* Menu */
#menu {
    font-size:20px;
    letter-spacing: 0.08em;
}
#menu ul {
	display:block;
    margin: 0 0 30px 0;
    padding: 0;
    text-align:center;
}
#menu li {
    display:inline-block;
    list-style-type:none;
}
#menu a {
    display: block;
    padding: 5px 0;
    margin: 10px 10px;
}

#menu a {
    opacity: 0.6;
    font-weight:300;
}
#menu a:hover, #menu a.current {
    opacity: 0.9;
}

#menu a.current {
    border-bottom-width:1px;
    border-bottom-style: solid;
}


#menu li:nth-child(1) a {
    color:rgba(56, 171, 237, 1);
    border-color:rgba(56, 171, 237, 0.75);
}
#menu li:nth-child(2) a {
    color:rgba(85, 189, 202, 1);
    border-color:rgba(85, 189, 202, 0.75);
}
#menu li:nth-child(3) a {
    color:rgba(181, 250, 83, 1);
    border-color:rgba(181, 250, 83, 0.75);
}

/* About */



.about-col {
  font-size: 14px;
  white-space: normal;

  vertical-align:top;
  padding: 0px 65px 0 0;
  line-height: 21px;
  letter-spacing: 0.05em;
  font-family: 'Alegreya Sans', sans-serif;
  float:left;
}

@media screen and (min-width:1400px) {
  .about-col {
    width: 45%;
  }
  .about-col-right, .about-col-mid {
    clear:right;
    float:right;
  }
}
@media screen and (min-width:1800px) {
  .about-col {
    width: 27%;
    clear:none;
    float:left;
  }
}

.about-col a {

  font-weight:normal;
}
.about-head {
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin: 20px 0 10px 0;
  }
.about-col th {
  text-align:right;
  font-weight: normal;
  width: 100px;
  vertical-align:top;
}
.about-col td, th {
  padding:2px 5px;
}
.about-col ol {
     list-style-type: none;
     padding: 0;
     margin: 0 0 12px 0;
}
.about-col li {
  margin-top:2px;
}
#social-media {
    font-size: 18px;
}
#social-media a {
    margin-right:9px;
    text-decoration: none !important;
}

p.about-head {
    font-weight: bold;
}





























/* Dates table */
.dates-col {
  font-size: 14px;
  white-space: normal;

  display:inline-block;
  vertical-align:top;
  margin: 0px;
  padding: 10px 0px;
  line-height: 21px;
  letter-spacing: 0.05em;
  font-family: 'Alegreya Sans', sans-serif;
}
.dates-col th {
  text-align:right;
  font-weight: normal;
  width: 100px;
  vertical-align: top;
}
.dates-col td, th {
  padding:2px 5px;
}












#logo {
  margin: 30px 0;
  text-align: center;
}

div.pane, div.pane-text {
  padding: 0 10px 15px 10px;
  position:relative;
  left:0;
  right:0;
}
div.pane-text {
  width:auto;
}
div.pane img, div.pane video {
  width:100%;
  height:auto;
}
div.about-col {
  padding: 0 30px;
}



















h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    margin-top: 0;
    color: #ffffff;
}

/* new design test 
 h1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #c5e2e6;
    text-align: right;
    margin-left: -105px;
    margin-bottom: 40px;

}*/

h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    text-align: center;
    letter-spacing: 1.4px;
}

p {
    text-align: justify;
}

#content a {
  text-decoration: underline;
  letter-spacing: 0.2px;
}