* {
    box-sizing: border-box;
	font-family: helvetica, arial, sans-serif;
}

div {
  margin: 0px;
  padding: 0px;
}

.main {
  margin: 0px auto;
  max-width: 1200px;
  background: rgba(255, 255, 255, 0.0);
  padding: 10px;
}

.heading {
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
  margin-bottom: 10px;
  font-family: helvetica, sans-serif;
  font-weight: bold;
  font-size: 62pt;
}

.heading > a:link {
   color: inherit;
   text-decoration: inherit;
}

.heading > a:active {
   color: inherit;
   text-decoration: inherit;
}

.heading > a:visited {
   color: inherit;
   text-decoration: inherit;
}

.slider {
  background: rgba(255, 255, 255, 0.88);
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

.sidebar {
  background: rgba(255, 255, 255, 0.88);
  float: left;
  max-width: 250px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.sidebar_item {
  margin-bottom: 10px;
}

.sidebar_item_detail {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sidebar_item_detail > img {
  margin-bottom:10px;
}

.sidebar_item_link {
  background: rgba(255, 0, 0, 1);
  color: #FFFFFF;
  font-family: arial;
  font-weight: bold;
  font-size: 12pt;
  text-align: center;
  padding: 5px;
  margin-top: 5px;
}

.sidebar_item_link > a:link {
   color: inherit;
   text-decoration: inherit;
}

.sidebar_item_link > a:active {
   color: inherit;
   text-decoration: inherit;
}

.sidebar_item_link > a:visited {
   color: inherit;
   text-decoration: inherit;
}

.content {
  margin-left: 260px;
  max-width: 920px;
}

.article {
  background: rgba(255, 255, 255, 0.88);
  padding: 10px;
  margin-bottom: 10px;
  font-size: 12pt;
}

.embed_wrapper {
  text-align: center;
  width: 100%;
}

.embed_wrapper  > iframe{
  width: 640px;
  height: 360px;
}

.footer {
  background: rgba(255, 255, 255, 0.88);
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.clear {
  clear: both;
}

h1 {
  font-family: helvetica, sans-serif;;
  font-weight: bold;
  font-size: 20pt;
  margin: 0px;
  padding-bottom: 1em;
}

h2 {
  font-family: helvetica, sans-serif;;
  font-weight: normal;
  font-style: italic;
  font-size: 16pt;
  margin: 0px;
  padding-bottom: 1em;
}

p {
  margin: 0px;
  margin-bottom: 1em;
}

body {
  background-image: url("../images/bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #000000;
}

a:link {
   color: inherit;
}

a:active {
   color: inherit;
}

a:visited {
   color: inherit;
}

/* Tablets landscape and smaller desktop browsers */
@media only screen and (max-width: 1199px) {
  .heading {
    font-size: 38pt;
  }
  .slider  > img{
    width: 900px;
    height: auto;
  }
  img.logoimg {
    width: 160px;
    height: auto;
  }
}

/* Tablets portrait */
@media only screen and (max-width: 959px) {
  .slider {
    display: none;
  }
  .embed_wrapper  > iframe{
    width: 360px;
    height: 203px;
  }
}

/* Phones */
@media only screen and (max-width: 639px) {
  .heading {
    font-size: 18pt;
  }
  img.logoimg {
  width: 80px;
  height: auto;
}
  h1 {
    font-size: 16pt;
  }
  h2 {
    font-size: 14pt;
  }
  .content {
    float: left;
    margin-left: 0px;
    max-width: 920px;
  }
  .article {
    font-size: 10pt;
  }
  .embed_wrapper {
    display: none;
  }
  .sidebar_item_link {
    font-size: 11pt;
  }
  .sidebar_item_detail {
    display: none;
  }
  .footer {
    font-size: 10px;
  }
  .footer_quote {
    display: none;
  }
}