﻿/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

h3,
.h3{
  font-family: 'Roboto', Arial, Verdana, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1{
  padding: 0px;
}
.blog-post a {
  border-bottom: 1px solid #616161;
  font-weight: 600;
}

