﻿* {
    margin: 0;
    padding: 0;
}

#banner {
    background: url(../Images/Hddr/bg5.png);
    background-size: cover;
    background-position: center;
    height: 47vh;
}

.log {
    width: 100px;
    position: relative;
    top: 5%;
    right: 0;
}

.banner-text {
    text-align: center;
    color: blueviolet;
    padding-top: 1%;
}

    .banner-text h1 {
        font-size: 50px;
    }

    .banner-text p {
        font-size: 25px;
        font-style: italic;
        color: blue;
    }

.box0 {
    margin-bottom: 1em;
    height: 3em;
}

.box1 {
    margin-bottom: -1.5em;
    height: 4em;
}

.box2 {
    border: 1px dashed black;
    border-width: 1px 0;
    margin-bottom: 100em;
/*    padding-top: 30px;
    padding-bottom: 30px;*/
}

