@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: 'adam.cg_proregular';
    src: url('adam.cg_pro-webfont.woff2') format('woff2'),
         url('adam.cg_pro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'houseplant_demoregular';
    src: url('houseplant_demo-webfont.woff2') format('woff2'),
         url('houseplant_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {background: black;}

.background {background: url("omdpage27.jpg");
             width: 1000px;
             height: 640px;
             position: relative;
             margin: 0px auto;
}

.content {font-family: 'adam.cg_proregular';
          position: absolute;
          top: 280px;
          left: 25px;
	      
}

.home {font-family: 'houseplant_demoregular';
       position: absolute;
       font-size: 65px;
       top: 15px;
       right: 20px;
       color: white;
}

.home:hover {color: #7BFF88;}

.audio {position: absolute;
        top: 15px;
        left: 20px;
        opacity: .2;
}