html {
    background: #dedede;
    font-family: 'Roboto';
}

body {
    margin: 0;
}

#banner {

    height: 300px;
    background: url(header3.jpg) center 20%;
}

#topBar {

    height: 100px;
    background: #bfbfbf;
    padding: 15px;
}

#imgs {
    height: 100%;
    margin: 0;
}

/*
#bottomBar {
    height: 100px;
}
*/



#bottomBar #imgs img {
    height: 100%;
    width: 30%;
}

#logo {
    height: 100%;
/*
    margin-left: 50%;
    transform: translate(-50%, 0);
*/
}

.tile {
    height: 350px;
    display: flex;
    flex-wrap: wrap;
    float: left;
    background: url("unia.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
    transition: background-size 1s linear;
    -moz-transition: background-size 1s linear;
    -ms-transition: background-size 1s linear;
    -o-transition: background-size 1s linear;
    -webkit-transition: background-size 1s linear;
}

.tile:hover {
    background-size: 120%;
}
ul{
    list-style-type: none;
}
li{
    text-align: center;
}
li p{
    font-size: 35px;
}
#topBar img{
    width: 27%;
    height: auto;
}
.label {
    width: 35%;
    padding: 30px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: black;
    text-align: center;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 1);
}

footer {
    color: white;
    text-align: center;
}

span {
    font-weight: 600;
}

#info {
    background: #001247;
    padding: 30px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#padding {
    padding: 10px 50px;
}

.info {
    flex-grow: 1;

}

#copy {
    background: #000136;
    padding: 10px 0;
    font-size: 14px;
}


@media only screen and (max-width: 576px) {
    .label {
        width: 40%;
    }

    .extra {
        padding: 0;
    }
    #bottomBar{
        height: 70px;
    }
}
