﻿/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    width: 100vw;
    height: 100vh;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/* Custom Styles */
.text-center {
    text-align: center;
}

main,
.container {
    height: 100vh;
}

.content-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.content-center {
    flex-direction: column;
}

p {
    text-align: center;
    max-width: 80%;
}