/*
// Table of content
// -----------------------------------------------------------------------------
// - 1. Header
// - 2. Footer
// - 3. Hero Title
*/
/* -----------------------------------------------------------------------------
// 1. Header 
// ----------------------------------------------------------------------------- */
header {
  position: relative; }

/* -----------------------------------------------------------------------------
// 2. Footer 
// ----------------------------------------------------------------------------- */
.footer {
  padding: 60px 0;
  background-color: #fff; }
  .footer p {
    text-transform: uppercase; 
	font-size:11px;}
  .footer ul {
    padding: 0;
    margin: 0; }
    .footer ul li {
      display: inline-block;
      list-style: none; }
    .footer ul a {
      margin-left: 30px;
      color: #c4c4c4;
      font-size: 20px;
      -webkit-transition: color 0.5s;
      -moz-transition: color 0.5s;
      -ms-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
      .footer ul a:hover {
        color: #5faab7; }

/* -----------------------------------------------------------------------------
// 3. Hero Title 
// ----------------------------------------------------------------------------- */
.hero-title {
  padding-top: 100px;
  text-align: center;
  background-color: #f9f9f9; }
  .hero-title h2 {
    font-size: 30px;
    color: #181818;
    letter-spacing: 3px; }
  .hero-title p {
    color: #9c9c9c;
    font-size: 16px; }
	
	.myIframe {
position: relative;
padding-bottom: 94%;
padding-top: 30px;
height: 0;
overflow: auto; 
} 

.myIframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important; 
}
 
.vid {
	font-size:13px;
	}

/*# sourceMappingURL=layout.css.map */
