body{
    background-color: #DF7A00;
}

h1{
padding-top: 3em;
color: #303030;
}

.responsive-menu a{
     color: #313131;
}


.background-photo{
    margin-top: -50px;
}

.story{
    background: #DF7A00;
}

.story-background{
    background: url(photos/capitol.jpg) no-repeat center; 
    background-size: cover;
    background-repeat:no-repeat;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

.button{
    background-color: white;
    color: #303030;
    font-weight: 300;
}

.button:visited{
    color: #303030;
    text-decoration: none;
    font-weight: 300;
}

.button:link{
    color: #303030;
    font-weight: 300;
}

.button:hover{
    color:white;
    font-weight: 300;
}

#h1-container{
    color: #303030;
}

.feature-photo{
    width: 60%;
    }

#graphic-container{
    background-color: #DF7A00;
    margin: 0 auto;
    padding: 0 2em 1em 2em;
}

.graphic-container{
    padding: 0;
    margin: 0;
    width: 100%;
}

.graphic{
    width: 100%;
    display: block;
    float: none;
}

.story-text-container{
    color: black;
    background-color: #DF7A00;
}

#quote{
    background-image: url('photos/Disabled.jpg');
}

/*hiding ugly highcharts context button*/

.highcharts-button{
    display: none;
}

/******************************************
/* DONUT CHART
/*******************************************/

#donut-container{
    background-color: #DF7A00;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    display: block;
}

.highcharts-container{width:100%; height:100%;
}

@media handheld, screen and (max-width: 750px) {
  #donut-container { 
    width: 90%; 
  }
  #bubble-container { 
    width: 90%; 
  }
}

@media handheld, screen and (max-width: 500px) {
  #donut-container { 
    width: 95%; 
  }
  #bubble-container { 
    width: 95%; 
  }
}