body, html {
    height: 100%;
    margin: 0;
    font-family: abadi-mt-condensed-light;
}

@font-face {
    font-family: 'abadi-mt-condensed-extra-bold';
    src: url('/fonts/abadi-mt-condensed-extra-bold.ttf');
}

@font-face {
    font-family: 'abadi-mt-condensed-light'; 
    src: url('/fonts/abadi-mt-condensed-light.ttf'); 
}

.bgimg {
    background-image: url(/images/IMG_4666.jpg);
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;    
    font-size: 2rem;
}

.logo{
    top: 1rem;
    left: auto;
    width: 23%;
}


.topleft {
    position: absolute;
    top: 0;
    left: 16px;
}

.bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
}

.middle {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.middle h1{
    font-family: abadi-mt-condensed-extra-bold;
    font-size: 3rem;
}

hr {
    margin: auto;
    width: 65%;
}