/*  CSS Document                             */
/*  Written by Chris Converse for Lynda.com  */ 

@import url(http://fonts.googleapis.com/css?family=Teko:300,700);

body { margin: 0; padding: 0; background-color: #003057; color: #fff; }

/*  frame with image */
#world-premiere {
    font-size: 16px;
    font-family: 'Teko', sans-serif;
    width: 500px;
    margin: 5px auto;
    border: 2px solid rgba(179,163,105,.5);
    padding: 1px 1px 2px 1px;
    background: #003057 url(olivia1.jpg) no-repeat center bottom;
    min-height: 835px;
/* min-height determines where picture sits */


}

/*  block behind countdown to graduation*/
#world-premiere .heading {
    background-color: rgba(0,48,87,.5);
    border: 1px solid rgba(179,163,105,.2);
    padding: 1px 0px 2px 0px;
    margin: 0px 0px 30px 0px;
}

/*  don't know */
#world-premiere h1 {
    font-size: 4.0em;
    color: #B3A369;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 70px;
    margin: 0px 0px 0px 0px;
    padding: 10;
    text-align: center; 

}

/*  countdown to Graduation  */
#world-premiere h2 {
    font-size: 2.2em;
/*  a82c49  color: #e8e8e8; */
    color: #B3A369;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 48px;
    margin: 10px 20px 10px 20px;
    padding: 0;
    text-align: center;
    letter-spacing: 10px; 
}

#world-premiere .my-countdown .countdown-row { display: block;
text-align: center; }

#world-premiere .my-countdown .countdown-section { display: inline-block;
width: 115px; }

/*  numbers */
#world-premiere .my-countdown .countdown-amount { display: block;
color: #B3A369; font-size: 3.5em; font-weight: 450; line-height: 50px;  }

/*  days and time label */
#world-premiere .my-countdown .countdown-row { display: block;
color: #545454; font-size: 1.4em; font-weight: 550; text-transform: uppercase; letter-spacing: 3px; }

@media screen and (max-width: 575px) {

    #world-premiere {
       font-size: 10px;
       width: 300px;
       min-height: 465px;
       margin: 5px auto;
       background-size: 175px auto;
    }

    #world-premiere .heading {
        padding: 12px 0px 8px 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #world-premiere h1 {
        line-height: 40px;
        font-size: 3.7em;
    }

    #world-premiere h2 {
        line-height: 32px;
        letter-spacing: 5px; 
    }
    #world-premiere .my-countdown .countdown-section { width: 68px; }

    #world-premiere .my-countdown .countdown-row { display: block;
    color: #545454; font-size: 1.1em; font-weight: 550; text-transform: uppercase; letter-spacing: 3px;
    margin-left: -5px; }


}

}
