html {
    height: 100%;
    font-family: Helvetica, sans-serif;
}

body {
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.horizontal-align {
    display: table;
    width: 97vw;
    height: 90vh;
}

.vertical-align {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#quote {
    font-size: 4em;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: auto;
    font-family: "Georgia", serif;
    color: white;
}

#space {
    text-align: center;
    color: white;
}

@media (max-width: 960px) {
    #space {
        color: #0055A4;
    }
}

@media (min-width: 768px) {
    #quote {
        font-size: 7em;
    }
}

section.page2 .page_container {
    display: inline-block;
    display: table;
    margin: 0 auto;
}

#imagem {
    width: 400px;
    height: 566px;
    margin-top: 58px;
    margin-left: 70px;
    float: left;
}

.textointro {
    text-align: center;
    font-size: 21px;
    padding-top: 65px;
    color: #000;
    line-height: 27px;
    text-decoration: underline;
}

.textoabout {
    text-align: left;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    padding-right: 60px;
    width: 600px;
    padding-left: 50px;
    padding-top: 65px;
    line-height: 20px;
}

.textoinfo {
    font-size: 15px;
    color: #000;
    line-height: 20px;
    display: inline-block;
    display: table;
    margin: 0 auto;
    text-align: left;
    color: white;
}

#canvas-holder {
    display: inline-block;
    display: table;
    margin: 0 auto;
    text-align: center;
    width: 900px;
}

#chart-area1 {
    margin-top: 15px;
}

#chart-area2 {
    margin-top: 15px;
}

#tabela1 {
    width: 900px;
    font-size: 18px;
    margin-top: 20px;
}

#tabela2 {
    font-size: 18px;
    margin-top: 20px;
}

#barcharts {
    display: inline-block;
    display: table;
    margin: 0 auto;
    text-align: center;
}

.legenda{
    display: inline-block;
    display: table;
    margin: 0 auto;
    text-align: center;
    
}
#tabela3{
    width: 100%;
}


#botoes {
    display: inline-block;
    display: table;
    margin: 0 auto;
    text-align: center;
}

#botoes img:hover {
    opacity: 0.5;
}

#botoes p {
    font-size: 18px;
}

.wrapper {
    height: 100% !important;
    width: 100%;
    margin: 0 auto;
}

a,
p a {
    text-decoration: none;
    color: black;
}

a p:hover {
    text-decoration: underline;
}

p a:hover {
    text-decoration: underline;
}

.main section {
    overflow: scroll;
}

.main section.page1 {
    background-color: #0055A4;
}

.main section.page2 {
    background: white;
}

.main section.page3 {
    background: rgb(220,220,220);
}

.main section.page4 {
    background: #BABABA;
}

.main section.page5 {
    background: #EF4135;
}