/* main.css   rob@rtfm.ca */

body {font: 600 16px/24px 'El Messiri', Sans-Serif;}
h1{font-family:'El Messiri',sans-serif;font-size:80px;letter-spacing: 13px;font-stretch: expanded;}
a{font-weight:bold;font-size:20px}

.header{float: center; width:90%;}
.bold{font-weight:bold; font-size:36px; line-height: 1.0;}
.bold-medium{font-weight:bold; font-size:24px; line-height: 1.0;}
.bold-small{font-weight:bold; font-size:18px; line-height: 1.0;}
.sub-bold{font-weight:bold; font-size:25px}

.container:before, .container:after {
   content: "";
   display: table;
}
.container:after {
   clear: both;
}
.container {
   background: #6F7F88;  /*eaeaed;*/
   margin-bottom: 24px;
   width: 80%;
   margin: auto;
   *zoom: 1;
}
.container, section, aside {
   border-radius: 6px;
}

section, aside {
   background: #6F7F8F;
   color: #fff;
   margin: 1%;
   padding: 0px 0;
   text-align: center;
}
section {
   float: left;
   width: 44%;
}
aside {
   float: right;
   width: 44%;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
