/*
 * Web Starter Kit
 *
 * Multi-screen layout styles for your page. Brought to you by the
 * Web Starter Kit team.
 *
 */

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
   #headline {
     padding: 0.8em;
     color: white;
     font-family: 'Roboto', sans-serif;
     background-image: url(http://canirun.com/images/st_bg_1x.png);
     background-size: 1800px 1240px;
     background-repeat: no-repeat;
}
    #headline {
      padding: 20px 5%;
 }
 @media (min-width: 600px) {

}

body {
    position: relative;
    font-family: 'Roboto Condensed', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    background-color: #F8F8F8 ;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 100%;
}
main {
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    color: #447F7F;
}
@media (min-width: 600px) {

}
#skillshare {
background-color: #000000;
  background-size:;
  background-repeat:no-repeat;
  }
#fee {
background-image:url(http://canirun.com/images/Website_anime_fees/sample_small_03.png);
background-size: 1500px 1200px;
background-repeat:no-repeat;
}

fee# {
font-size: 18px;
    font-weight: regular;
    color: #000066;
}

#sb {
  background-image:url(http://canirun.com/images/web_show_layout_storyboards_orange.png);
  background-size: 1800px 1200px;
  background-repeat:no-repeat;
}
#sb {
      padding: 20px 5%;
 }
 #voiceover {
  background-color: #000000;
}
#animatic {
  background-color: #66CC99;
}
#animer {
  background-color: #000000;
  background-size:;
  background-repeat:no-repeat;
}
#moshboxx {
  background-color: #E62E00;
  background-size:;
  background-repeat:no-repeat;
  color: #000000;
}
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }
    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
     img, embed, object, video {
  position: relative;
  max-width: 100%;
}
    .img-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: auto;
}
    .img-container iframe,
    .img-container object,
    .img-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
  }  
    body {
        overflow-y: scroll;
}

