body {
    margin: auto;
    text-align: center;
    font-family: 'Patua One';
    font-size: 32px;
    background: url("flag.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

data {
    margin-bottom: auto;
    text-align: center;
    font-family: 'Patua One';
    font-size: 16px;
    background: black;
}

#transbox {
    height: 100%;
    width: 100%;
    background-color: #2f2f2f;
    opacity: 0.40;
    filter: alpha(opacity=0.30); /* For IE8 and earlier */
    z-index: 1;
}

#header {
    /*background-image: url("flag.jpg");*/
    /* http://www.euclidlibrary.org/images/tickle-your-brain/o-american-flag-facebook.jpg?sfvrsn=0*/
    position: fixed;
    /*background-size: 110vw auto;*/
    /*background-repeat: no-repeat;*/
    width: 100%;
    height: 120vh;
    position: fixed;
    top: -70px;
    z-index: 0;
}

#header-info {
    position: relative;
    top: 30%;
    transform: translateY(-40%);
}

#header-info h1 {
    color: white;
    opacity: 1;
    font-size: 3em;
    letter-spacing: 4px;
    text-shadow: 0px 2px #0f0f0f;
}

#dropdown {
    margin: auto;
    position: absolute;
    background-color: #010101;
    color: #f9f9f9;
    opacity: 0.5;
    width: 50%;
    z-index: 1;
    position: relative;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: black;
  opacity: 0.5;
  z-index: 200;
}

#main-search {
    width: 55%;
    color: #333;
    box-sizing: border-box;
    padding: 10px;
    margin:20px;
}

.charts {
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto;
    width: 70%;
    position: relative;
    top: 65vh;
    overflow: auto;
    display: flex;
    flex-direction: row;
    padding:10px;
}

#percentage {
    font-size: 90px;
    flex: 1 1;
}

#percentage.good {
    color: green;
}

#percentage.bad {
    color: red;
}

#political {
    /*width: 30%;*/
}

#personality {
    /*width: 30%;*/
}

.desc {
    font-size: 30px;
    display: inherit;
}
