﻿﻿@font-face {
    font-family: 'SulphurPoint';
    src: url('assets/SulphurPoint RG.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a:visited {
    color: hotpink;
}

body {
    font-family: SulphurPoint, sans-serif;
    color: #FFE;
    background-color: #222;
}

p {
    font-family: SulphurPoint, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #222;
    padding: 0;
    height: 80px;
    border-bottom: 3px solid #BFA65A;
}

.logo-container {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.logo {
    width: 75px;
    height: 75px;
    margin-right: 10px;
}

.site-name {
    display: flex;
    flex-direction: column;
    font-size: 25px;
    line-height: 1.1;
}

.nav-links {
    display: flex;
    height: 70%;
    justify-content: flex-end;
}

    .nav-links a {
        text-decoration: underline;
        color: #FFE;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 150px;
        transition: 0.3s;
        margin-right: 20px;
        border-radius: 10px;
        border: 2px solid #BFA65A;
    }

        .nav-links a:hover {
            background: #445;
            border: 2px solid #BFA65A;
        }

.mainbg {
    background-image: url('https://technicians.nexus/assets/BG.png');
    background-repeat: repeat-y;
    background-position: left top;
    background-size: 100% auto;
    height: 350px;
    border-bottom: 3px solid #BFA65A;
}

.mainbgalt {
    background-image: url('https://technicians.nexus/assets/BG.png');
    background-repeat: repeat-y;
    background-position: left top;
    background-size: 100% auto;
    height: 250px;
    border-bottom: 3px solid #BFA65A;
}

.maincontent {
    width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
}

.maincontentwall {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
}

.undercontent {
    display: flex;
    background-color: #222;
}

.portundercontent {
    display: flex;
    background-color: #222;
    flex-direction: column;
}

.sitepreview {
    display: flex;
    background-color: #222;
    flex-direction: row;
    border-radius: 40px;
    border: 2px solid #BFA65A;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 50px;
    margin-right: 50px;
}

    .sitepreview img {
        border-radius: 40px;
        width: 40%;
    }

.siteprevtext {
    width: 60%;
    display: flex;
    background-color: #222;
    flex-direction: column;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 25px;
}

    .siteprevtext h2 {
        width: 70%;
        font-size: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }


#ad-info {
    position: fixed;
    padding: 0 .25em;
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

    #ad-info:link, #ad-info:visited {
        color: white;
    }

    #ad-info:hover, #ad-info:active {
        color: lightgrey;
    }

#ad-image {
    position: fixed;
    width: 100%;
    height: 100%;
}

#ad-warning-outer {
    color: rgb(127, 127, 127);
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
}

#ad-warning-text {
    margin: 1em;
}

#advertisements {
    justify-content: center;
    width: 90%;
}
#88advertisements {
    justify-content: center;
    width: 88px;
    height: 31px;
}


#88ad-image {
    position: fixed;
    width: 88px;
    height: 31px;
}

#88ad-warning-outer {
    color: rgb(127, 127, 127);
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 31px;
    text-align: center;
}