/* Academy Gold */

header nav li {
  font-size: 18px;
  }

movie-list div.movie div.movie-info h2 {
  font-size: 1.8em;

}
aside div.coming-soon h2 {
  font-size: 1.5em;
}

/**CUSTOM SIDE BAR STYLES **/

aside div.custom-side
 {
    background-color: #1d1c1c;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}


aside div.custom-side ul.custom-side li

{
    border-bottom: 1px solid #2e2e2e;
    padding: 10px 15px;
    color: #ffffff;
}

aside div.custom-side ul.custom-side li a
{
    color: #ffffff;
    text-decoration: none;
}

aside div.custom-side ul.custom-side li a.see-all
 {
    color: #eba804;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

aside div.custom-side ul.custom-side
{
    list-style-type: none;
    padding: 0 5px 30px;
}

aside div.custom-side h2

{
    background-color: #020202;
    color: #ffffff;
    font-family: 'Voltaire', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    padding: 15px 0;
    margin: 0;
    text-align: center;
}

aside div.custom-side ul.custom-side li a
{

    text-decoration: none;
}

