@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("omdpage8.jpg");
             width: 1000px;
             height: 640px;
             position: relative;
             margin: 0px auto;
}


.content {font-family: 'adam.cg_proregular';
          position: absolute;
          top: 43px;
          left: 40px;
          font-size: 16px;}

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

.back:hover {color: #E63B3E;}

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

.home:hover {color: #79D785;}

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