html, body
{
    margin:0;
    height: 100%;
    width: 100%;
    font-family: "Arial Narrow", "Arial", sans-serif;
}

body
{
    /*background-image: url("background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    background-position: center;*/
}

.leftblock
{
    position: relative;
    min-width: 600px;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 0,0, 0.5);
    margin-top: 0;
    /*opacity: 0.5;*/
}

#backgroundVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.textblock h1
{
    margin-top:0;
    margin-bottom: 0;
    /*padding-top: 100px;*/
}

p, h1, a
{
    color: rgba(255, 255, 255, 1);
}

a
{
    text-decoration-line: none;
}

.textblock h1, .textblock p 
{
    margin-left: 10%;
    margin-right: 10%;
}

.textblock p
{
    margin-top:0;
}

.languageSwitch
{
    padding-left:10px;
    padding-top:10px;
}

.footer
{
    display: block;
    position: absolute;
    bottom: 0px;
    min-width: 100%;
}

.footer p:not(:last-child)
{
    font-size: 1em;
    margin: 0;
    text-align: center;
}

.footer p:last-child
{
    font-size: 0.9em;
    text-align: center;
    font-family: "Calibri", sans-serif;
}

.center
{
    padding-top:20%;
    padding-bottom: 25%;
}

#images
{
    margin-top: 50px;
    display: block; /*was flex*/
    /*align-items: center;
    justify-content: center;*/
    width:600px;;
    margin-left: auto;
    margin-right: auto;
}

#images .image
{
    display: inline-block;
    height:165px;
    width:230px;
    border-color: white;
    border-style: solid;
    border-radius: 2px;
    border-width: 3px;
    margin: 25px;
    position: relative;
    background-size: cover;

}

.image.pedestrian
{
    background: url("media/lobby.png");
}

.image.vehicle
{
    background: url("media/vehicle.png");
}

.image > p
{
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    position: absolute;
    margin: 0;
    left:5%;
    right:5%;
    bottom: 15px;
}

.image .subImage
{
    font-family: "Calibri", sans-serif;
    background-color: rgba(199,42,51,1);
    max-width: 80%;
    height: 35px;
    position: absolute;
    bottom: -22px;
    left:10%;
    right:10%;
}

.subImage p
{
    height: 100%;
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle;
    margin-top:9px;
    padding: 0;
    /*margin-top:5px;
    margin-bottom: 5px;*/
}
