* {
    margin: 0;
    padding: 0;
}

a, a:visited, a:hover {
    color:#2196F3;
    text-decoration: none;
    font-weight: 500;
}

header a, header a:visited, header a:hover, footer a, footer a:visited, footer a:hover {
    color: #DCDCDC;
    border-bottom: 2px solid transparent;
}

#menu a:hover,footer a:hover {
    color: white;
    border-bottom-color: white;
}

body {
    font-family: 'Roboto Slab', serif;
    background-color: #1a1a1a;
    color: white;
    -webkit-font-smoothing: antialiased;
}

#title {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#title p {
    font-size: 0.8em;
}

h1{
    font-weight: 800;
    font-size: 2em;
}

h2 {
    margin: 0.5em 0 1em 0;
    text-align: center;
    font-weight: 400;
    font-size: 1.8em;
}

h3 {
    font-weight: 400;
    font-size: 1.3em;
}

.corpus {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
}

.container {
    margin: 0 auto;
    padding: 0;
}

#home {
    padding-bottom: 0;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#home {
    flex-grow: 2;
}

.top-container, footer {
    background: rgba(177,0,0,1);
    background: -moz-linear-gradient(left, rgba(177,0,0,1) 0%, rgba(101,0,112,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(177,0,0,1)), color-stop(100%, rgba(101,0,112,1)));
    background: -webkit-linear-gradient(left, rgba(177,0,0,1) 0%, rgba(101,0,112,1) 100%);
    background: -o-linear-gradient(left, rgba(177,0,0,1) 0%, rgba(101,0,112,1) 100%);
    background: -ms-linear-gradient(left, rgba(177,0,0,1) 0%, rgba(101,0,112,1) 100%);
    background: linear-gradient(to right, rgba(177,0,0,1) 0%, rgba(101,0,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b10000', endColorstr='#650070', GradientType=1 );
    box-shadow: #000000 0px 1px 5px;
}

.downloads-container {
    padding: 1em 0;
    background: rgba(177,0,0,1);
    background: -moz-linear-gradient(left, rgba(101,0,112,1) 0%, rgba(177,0,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(101,0,112,1)), color-stop(100%, rgba(177,0,0,1)));
    background: -webkit-linear-gradient(left, rgba(101,0,112,1) 0%, rgba(177,0,0,1) 100%);
    background: -o-linear-gradient(left, rgba(101,0,112,1) 0%, rgba(177,0,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(101,0,112,1) 0%, rgba(177,0,0,1) 100%);
    background: linear-gradient(to right, rgba(101,0,112,1) 0%, rgba(177,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#650070', endColorstr='#b10000', GradientType=1 );
    box-shadow: #000000 0px 1px 5px;
    padding-bottom: 0;
}

#downloads h2{
    margin-top: 0;
}

header, .false-header {
    padding: 10px 0;
    height: 2em;
}

#header {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #8d0035;
    box-shadow: 0 1px 4px rgba(10, 10, 10, 0.18);
    z-index: 1;
}

.false-header {
    flex-grow: 0;
}

.text-centered {
    text-align: center;
}

.centered {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
}

.vertical-centered {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
}

#ext1 {
    width: 420px;
    margin: 0 auto 0 auto;
    border-radius: 0 5px 0 0
}

#menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#menu a {
    margin: 0 0.5em;
}

#title {
    font-size: 2em;
    padding-right: 0.5em;
    color: white;
}

footer {
    padding: 1em;
    /*background: #607D8B;*/
    font-size: 0.9em;
    font-weight: 100;
    min-height: 100%;
}

footer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

footer a, footer a:hover, footer a:visited {
    color: white;
    display: inline-block;
}

footer .social
{
    flex-grow: 1;
}

.copyright
{
    flex-grow: 3;
    display: flex;
    justify-content: space-between;
}

.split {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

video {
    display: block;
    margin: auto;
}

.aspect {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 500px;
    justify-content: center;
}

.aspect h3 {
    margin-bottom: 1em;
}

.aspect p {
    display: block;
    padding: 1em;
    text-align: justify
}
/*
#presentation, #downloads, #faq {
    margin-top: 2em;
}*/

#faq article {
    margin-bottom: 0.5em;
}

.answer {
    padding-left: 1em;
}

#firefox, #opera {
    margin-top: 1em;
}

.question {

}

.brand {

}

.big {
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}

.hidden, *[data-visibility="hidden"] {
    display: none !important;
}

.visible {
    display: block;
}

.button {
    display: inline-block;
    background: white;
    border-radius: 5px;
    padding: 2px 10px;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.browser {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


a.button, a.button:visited, a.button:hover
{
    margin: 10px 0;
    text-transform: uppercase;
    color: #8B0037;
    border-bottom: 2px solid transparent;
    font-weight: bold;
    padding: 0.5em 1em;
}

a.button:hover {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.75);
}

.button .content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.button img{
    display: block;
    width: 32px;
    margin-right: 10px;
}

#download {
    margin-top: 20px;
}

#home h3{
    text-transform: uppercase;
    padding-bottom: 10px;
}

.mini {
    font-size: 0.9em;
}

.maximini {
    font-size: 0.9em;
}

.maximini::first-letter {
    font-size: 120%;
}
.downloads {
    margin-bottom: 50px;
}

.downloads:last-child {
    margin-bottom: 45px;
}

.explanations {
    font-size: 0.9em;
    padding: 5px 2em;
}

#faq .container, #downloads .container {
    flex-grow: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#faq article{
    width: 100%;
    text-align: justify;
    height: 150px;
}

#free {
    height: 100px !important;
}

#supportedStreaming {
    height: 50px !important;
}
#permissions {
    height: 200px !important;
}

#improvements {
    height: 140px !important;
}

#donations {
    height: 50px !important;
    padding-bottom: 20px;
}

#faq article .left {
    width: 600px;
    float: left;
}

#faq article .right {
    width: 600px;
    float: right;
}

.links a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    min-width: 150px;
}

.links {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 5px;
}

.extVersion, .appVersion {
    font-size: 0.75em;
}

#firstPanel .semi-container{
    min-height: 310px;
}
