* {
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    background-color: rgb(240,240,240);
    padding: 2%;
    font-family: Roboto-serif;
    font-size: 100%;
}

.navtop {
    position:fixed;
    width:100%;
    z-index:1;
    top:0;
}

.navbar {
    overflow:hidden;
    color:#000!important;
    background-color: rgb(240,240,240)!important;
    display:inline-block;
    width:97%;
    font-size: 110%;
}

.rightbar {
    float:right!important;
    width:auto;
}

.bar-item {
    padding:12px;
    float:left;
    width:auto;
    border:none;
    display:block;
    outline:0;
}

.button { 
    border:none;
    display:inline-block;
    vertical-align:middle;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    background-color:inherit;
    text-align:left;
    cursor:pointer;
    white-space:nowrap;
}

.splash-text {
    padding: 20%;
    vertical-align: middle;
    background-color: rgba(0,0,0, 0.3);
}

.splash {
    background: url("images/ciudad_mexico_0.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 25%;
    background-position-x: 10%;      
}


h1 {
    color: white;
    text-shadow: 0px 4px 4px black;
    font-style: italic;
    font-weight: 300; /*light*/
    text-align: center;
    font-size: 70px;
}

h2 {
    color: white;
    text-shadow: 0px 4px 4px black;
    font-style: italic;
    font-weight: 300; /*light*/
    text-align: center;
    font-size: 30px;
}

.panel {
    /*background-color: rgb(30,30,30,0.1);*/
    display: flex;
    padding: 2%;
}


p {
    padding: 3%;
    font-size: 25px;
}

.band {
    background: url("images/abstract.jpg");
    background-repeat: no-repeat;
    background-size: 120%;
    text-align: center;
}

.band-text {
    padding: 5%;
    font-size: 33px;
    color: white;
    text-shadow: 0px 4px 4px black;
    font-style: italic;
    font-weight: 400; /*light*/
    backdrop-filter: blur(5px);
    background-color: rgba(0,0,0, 0.1);
}

h3 {
    text-align: center;
    font-weight: 400; /*light*/
    font-size: 30px;
}

h4 {
    font-size: 18px;
    margin-bottom: 5%;
}

h5 {
    text-align: center;
    font-weight: 400; /*light*/
    font-size: 25px;
}

.panels {
    display: flex;
    justify-content: center;
}

.panels > div {
    /*background-color: rgb(255,0,0,0.1);*/
    width: 15%;
    margin: 7%;
    /* text-align: center;*/
    font-size: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /*padding: 5%;*/
}

.listpanel {
    font-size: 20px;
    padding: 2%;
    display: flex;
    justify-content: center;
}

.listpanel > div {
    width: 50%;
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footpanels {
    display: flex;
    justify-content: center;
}

.footpanels > div {
    /*background-color: rgb(255,0,0,0.1);*/
    width: 15%;
    margin: 5%;
    /* text-align: center;*/
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /*padding: 5%;*/
}

