html {
    height: 100%;
}

body {
//background: #2A2C39;
    height: 100%;

    display: flex;
    align-items: center;
    flex-direction: column;

    background-image: url("../pics/larischs.jpg");
    background-size: cover;

    padding: 0;
    margin: 0;
}

.vid {
    flex-grow: 1;
}

.stgir {
    background-color: black;
    opacity: 0.7;
}

.text {
    width: 100%;
    align-content: center;
    margin: 0;
    padding: 0;


    flex-grow: 0;
    vertical-align: middle;

    background-color: black;
    opacity: 0.7;
}

.content {
    width: 800px;
    margin: 0 auto 0 auto;
    padding: 20px 20px;
}

h1 {
    font-family: 'Helvetica', sans-serif;
    text-transform: uppercase;
    width: 800px;
    font-size: 65px;
    color: white;
}

h2 {
//color: #E9E9EB;
    color: white;
    font: 400 36px/1.4 'cardo';
    font-style: italic;
    margin: 0 0 20px 0;
    text-align: left;
    text-indent: -10px;
}

h3 {
//color: #fff;
    color: white;
    font: 400 32px/1.4 'cardo';
    margin: 0;
    text-align: right;
    text-indent: -32px;
}