html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body {
  background-image: url(/platformed2.jpg);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-size: 12pt;
}
.bg-cover {
  position: fixed;
  z-index: -999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.92;
  background-color: #fff;
}
a:active,a:hover {
  text-decoration: none;
}
#bigcontainer, #footer {
  max-width: 720px;
}
#navbar {
  font-family: sans-serif;
  margin: 10px 0px 30px 0px;
}
ul { padding: 0px; }
  #navbar ul {
    list-style: none;
    padding: 0px;
  }
    #navbar ul li {
      float: left;
    }
      #navbar ul li a, #navbar ul li a:visited {
        color: #000;
      }
      #navbar ul li a:hover {
        text-decoration: underline;
      }
.breadcrum {
  
}
.home {
  font-family: 'Sorts Mill Goudy', serif;
  font-size: 2.2em;
  line-height: 42px;
  font-weight: bold;
}
#sideColumn {
  display: none;
}
  a.home, a.home:visited {
    color: #000;
  }
h1, h2, p, div {
  font-size: 1.05em;
  /*font-family: 'Sorts Mill Goudy', serif;*/
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
}
h1 { 
  /*font-size: 28px;*/
  font-size: 1.5em;
  line-height: 36.5px;
  margin-bottom: 30px;
}
h2 {
  font-size: 1.2em;
  margin-bottom: 28px;
  line-height: 30px;
}
p {
  margin: 0px 0px 28px 0px;
}
div {
  margin: 0 auto;
}
.g-recaptcha {
  margin: 10px 0px 10px 0px;
}
.g-recaptcha div {
  margin: 0 0;
}
.main-menu {
  float: right;
  line-height: 60px;
}
  .main-menu li {
    padding: 0px 10px 0px 10px;
  }
.mobile-menu-icon {
  display: none;
}
.mobile-menu {
  display: none;
}
  #navbar .mobile-menu li {
    display: block;
    float: none;
  }
.event {
  margin-bottom: 2.5%;
}
  .event .title { 
    margin: 0px; 
    max-width: 520px; 
  }
.event-date {
  /*font-size: 22px;*/
  font-size: 1.25em;
  font-weight: bold;
  /*margin: 30px 0px 15px 0px;*/
  padding-bottom: 2%;
}
.subscribe-form {
  margin: 0px 0px 10px 0px;
}
  .subscribe-form label {
    min-width: 75px;;
    /*text-align: right;*/
  }
  .subscribe-form input {
  
  }
  .subscribe-form .submit {
    margin: 10px 0px 0px 0px;
  }
#description { 
  max-width: 520px; 
  margin: 0px;
}
#description li {
  margin: 10px 0px 10px 35px;
}
#about-menu ul {
  list-style: none;
  margin-bottom: 20px;
}
  #about-menu ul li { 
  }
