@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css");

body {
    font-size: 15pt;
    font-weight: 400;
    letter-spacing: 0.045em;
    line-height: 1.65em;
}

h2 {
    font-size: 1.75em;
    padding:0.35em 1em;
    line-height: 1.75em;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.225em;
    text-transform: uppercase;
    margin: 0 0 0.75em 0;
}

.logo h2 {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    display: inline-block;
    font-size: 1.75em;
    opacity: 1;
    padding: 0.35em 1em;
    position: relative;
    z-index: 1;
}

.logo h2:before, .logo h2:after {
    transition: width 0.85s ease;
    -webkit-transition: width 0.85s ease;
    -ms-transition: width 0.85s ease;
    transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
}

.logo .description {
    padding: 0.75rem 0 1.5rem 0;
    text-transform: uppercase;
    font-size: 10pt;
    color: #999;
    font-family: monospace;
    line-height: 1em;
    margin-left: -2em;
}

.description pre {
    color: white;
}

.logo .description.address {
    letter-spacing: 0.1em;
    text-transform: none;
}

.logo .description a {
    color: inherit;
}

a {
    -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -o-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    border-bottom: dotted 1px;
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.icons a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.25em;
}

.icons a:hover {
    color: #fff;
}

ul li {
    display: inline-block;
    padding: 0 1.25em 0 0;
}

ul li:last-child {
    padding-right: 0 !important;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon > .label {
    display: none;
}

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

#main {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.container {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .description {
        display: none;
    }
}
@media (min-width: 769px) {
    .wrapper {
        margin-left: auto;
        margin-right: auto;
        width: 790px;
    }
}

#main {
    text-align: center;
}

#main:before,#main:after {
    content: '';
    display: block;
    position: fixed;
    bottom: -5vh;
    left: -5vw;
    width: 110vw;
    height: 110vh;
    pointer-events: none;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: -1;
}

#main:before {
    background-image: url("images/overlay.png"),linear-gradient(45deg, #20272B 25%, #000000 75%);
    background-size: 256px, cover;
    background-position: center, center;
    background-repeat: repeat, no-repeat
}

#main:after {
    background-image: url("images/bg.svg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    -moz-transition: -moz-filter 0.5s ease,opacity 1s ease;
    -webkit-transition: -webkit-filter 0.5s ease,opacity 1s ease;
    -ms-transition: -ms-filter 0.5s ease,opacity 1s ease;
    transition: filter 0.5s ease,opacity 1s ease
}

#footer {
    display: flex;
    justify-content: space-around;
}
