@font-face 
{ font-family: 'pixelmix'; 
    src: url('pixelmix.eot'); /* IE9 Compat Modes */
  src: url('pixelmix.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('pixelmix.woff') format('woff'), /* Pretty Modern Browsers */
       url('pixelmix.ttf')  format('truetype'); /* Safari, Android, iOS */
}

body {
    margin: 0 0 0 0;
    background: #072922;
    font-family: pixelmix;
    color: #fff;
    line-height: 22pt;
    font-size: 18pt;
}

h1 {
    color:#e3c646;
    font-size: 22pt;
    text-transform: uppercase;
    padding: 3% 0;
}

#gradient {
    z-index: -1;
    background: linear-gradient(#072922, black 40%) no-repeat scroll 0 900px;
}

#sdflk {
      /*background: -webkit-linear-gradient(red, yellow) 100%;  For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(red, yellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(red, yellow); /* For Firefox 3.6 to 15 */
    background: linear-gradient(red, yellow); /* Standard syntax */*/
}

#wrapper {
    background: url(img/header.png) no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

#bottom {
    background: url(img/bottom_v2.png) no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
    	background-position: bottom;
}


.content {
    overflow: hidden;
    max-width: 975px;
    margin: auto;
    min-height: 100%;
    text-align: center;
}

#header img {
    width: 100%;
}

.responsive-container iframe {
position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.responsive-container {
    box-shadow: 0 0 4px 2px rgba(196, 196, 196, 1);
    margin: 50px;
   position: relative;
 padding-bottom: 47.9%;
    padding-top: 25px;
	height: 0;
-webkit-box-shadow: 0px 0px 50px 1px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 50px 1px rgba(0,0,0,1);
box-shadow: 0px 0px 50px 1px rgba(0,0,0,1);
}

.content img {
    width: 100%;
}

#img-container a:link {
    float: left;
    width: 49%;
    display: inline-block;
    line-height: 0;
    padding: 0.5%;
}


.ul-red {
   color: #c1291b;
}

#img-container a:hover {
        background-color: #e3c646;
}
.text {
    padding: 5% 0 10%;
}

.col-3 {
    float: left;
    margin-left: 24px;
    max-width: 300px;
    min-height: 220px;
    width: 33%;
}

.col-2 {
    width: 50%;
    float: left;
    padding-top: 5%;
    min-height: 300px;
    max-width: 450px;
    padding-left: 30px;
}

#quote {
    color: #999;
    text-transform: uppercase;
    font-size: 12pt;
}

#quote a:link {
    color: #999;
}

#quote a:visited {
    color: #999;
}

#quote a:hover {
    color: #e3c646;
}

.key {
    font-size: 12pt;
}

.italic {
    font-style: italic;
    color: #fff;
}

.clear {
    clear: both;
}

.buttons img {
    width: auto;
}

.buttons img {
    border: dashed 2px #fff;
}

.buttons img:hover {
    border: dashed 2px #e3c646;
}

#footer {
    padding: 5% 0 2% 0;
    text-transform: uppercase;
}

a:link, a:visited {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #e3c646;
}

.footer {
    font-size: 10pt;
    line-height: 12pt;
}