@font-face {
    font-family: "DejaVuSans";    
    font-display: swap;
    src: url("fonts/DejaVuSans.ttf") format("opentype");
}

@font-face {
    font-family: "DejaVuSans-Bold";    
    font-display: swap;
    src: url("fonts/DejaVuSans-Bold.ttf") format("opentype");
}

* {
	padding: 0;
    margin: 0;
    font-size: 0px;
    vertical-align: top;
    transition: all 0.3s linear;
    color: #ffffff;

    font-family: "DejaVuSans"; 

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box; 
            box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: "DejaVuSans"; 
}

a[x-apple-data-detectors=true] { color: inherit !important; text-decoration: inherit !important;}

h1 {
    font-family: "DejaVuSans-Bold";   
    font-size: 30px;
    line-height: 130%;
}


/* - - - - - - - -  General Content style: */

.centerMe {
    margin: 0 auto;

}

.pointer {
    cursor: pointer;
}

.abs {
    position: absolute;
}

.inlineMe {
    display: inline-block;
}

html, body, article, footer {
    position: relative;
    width: 100%;
    min-width: 320px;
    max-width: 2400px;
    text-align: center;
    margin: 0 auto;
}

body {
    background-color: #555555;
}

article {
    position: relative;
    z-index: 1000;
    top: 0px;
    min-width: 320px;
    min-height: 700px;
    background-color: #1e1e1e;
}

/* - - - - - - - - Containers: */

#mainCont {
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 2000;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    padding-bottom: 60px;
    width: 100%;
    border-radius: 6px;
    background-color: #000000;
    background-image: url('images/black-victorian-seamless-pattern.jpg');
    background-repeat: repeat;
    background-position: 50% 0;
    background-size: 100%;
    min-height: 100vh;
}

#mainFooterCont {
    max-width: 1600px;
}

#blackBG {
    z-index: 1000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

/* - - - - - - - - Text & Text Containers: */

.risqueRed {
    color: rgba(255, 20, 20, 1);
    font-size: inherit;
    font-family: "DejaVuSans"; 
    text-decoration-color: rgba(255, 20, 20, 0.9);
    text-underline-offset: 5px;
}

.risqueRed:hover {
    cursor: pointer !important;
    text-decoration: underline;
    text-decoration-color: rgba(255, 20, 20, 0.9);
    text-underline-offset: 5px;
}

.TextCont {
    width: 50%;
    text-align: left;
    position: relative;
    z-index: 5000;
    margin: 150px auto 0;
    padding: 30px 0;
}

.rulesText, .rulesText i, .rulesText b, .rulesText ol, .rulesText li {
    font-family: "DejaVuSans"; 
}

.TextCont, .TextCont i, ol, li {
    font-size: 15px;
    line-height: 24px;
}

.TextCont b {
    font-family: "DejaVuSans-Bold";
    font-size: 17px;
    line-height: 24px;
    color: #f0f0f0;
}

ol {
    margin-bottom: 10px;
    margin-left: 30px;
}

.sublist {
    list-style-type: lower-alpha;
}

#staffTextCont {
    text-align: center;
    line-height: 180%;
}

/* - - - - - - - - We Heart Fetlife animation: */

#we_heart_fetlife {
    width: 100%;
}

#fetAnim {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    text-align: center;
    margin: 70px auto 50px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.8);

    -webkit-animation-name: fetAnim;
       -moz-animation-name: fetAnim;
        -ms-animation-name: fetAnim;
         -o-animation-name: fetAnim;
            animation-name: fetAnim;
     
    -webkit-animation-duration: 3s;
       -moz-animation-duration: 3s;
        -ms-animation-duration: 3s;
         -o-animation-duration: 3s;
            animation-duration: 3s;     
     
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;

    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
         -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;            

    -webkit-animation-timing-function: linear;
       -moz-animation-timing-function: linear;
            animation-timing-function: linear
}

@keyframes fetAnim {

    0% {
        transform: rotateZ(0deg);
    }

    25% {
        transform: rotateZ(-20deg);
    }

    50% {
        transform: rotateZ(0deg);
    }

    75% {
        transform: rotateZ(20deg);
    }

    100% {
        transform: rotateZ(0deg);
    }

}

@-webkit-keyframes fetAnim {

    0% {
        transform: rotateZ(0deg);
    }

    25% {
        transform: rotateZ(-20deg);
    }

    50% {
        transform: rotateZ(0deg);
    }

    75% {
        transform: rotateZ(20deg);
    }

    100% {
        transform: rotateZ(0deg);
    }

}

/* - - - - - - - - Desktop Nav Bar: */

nav {
    position: relative;
    height: 14px;
    width: 100%;
    z-index: 5000;
    margin: 30px auto 0;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
}

#leftNav {
    width: 42%;
}

#rightNav {
    width: 42%;
}

#logoNavCont {
    width: 10%;
    text-align: center;
}

.navLinksCont {
    font-size: 16px;
    text-align: center;
    width: 33.33%;
    color: #ffffff;
    letter-spacing: 3px;
    line-height: 100%;
    display: inline-block;
    text-decoration-color: rgba(255, 20, 20, 0.9);
    transition: all 0.4s linear;
    text-underline-offset: 5px;
    
}

.navCont {
    margin-top: 50px;
}

.navLinksCont:hover {
    text-decoration: underline;
    text-decoration-color: rgba(255, 20, 20, 0.9);
}

#navLogo {
    width: 100%;
    max-width: 130px;
}

/* - - - - - - - - Mobile Nav Bar: */

#NavBarMobile {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50px;
    z-index: 8000;
    text-align: center;
    max-width: 1600px;
    background-color: #000000;
    display: none;
}

#hamburgerCont {
    z-index: 8000;
    position: absolute;
    right: 20px;
    top: 13px;
    height: 23px;
    width: 28px;
    transform-origin: 50% 50%;
}

.burgers {
    position: absolute;
    z-index: 8000;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: rgba(255, 20, 20, 0.9);
    border-radius: 4px;
    transform-origin: 50% 50%;
}

#burger01 {
    top: 0px;
}

#burger02 {
    top: 10px;
}

#burger03 {
    top: 20px;
}

#mobileNavLogo {
    width: 100px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 10px;
    color: #ffffff;
    font-size: 30px;
}

/* - - - - - - - - Mobile Nav bar menu: */

#NavBarMenuCont {
    position: fixed;
    z-index: 7000;
    top: -800px;
    left: 0px;
    width: 100%;
    height: 400px;
    display: none;
}

#NavBarMenu {
    position: relative;
    z-index: 7000;
    margin: 20px auto 0;
    width: 94%;
    max-width: 500px;
    border: 1px solid rgb(20, 20, 20);
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: visible;
    background-color: #000000;
}

.menu {
    position: relative;
    width: 90%;
    max-width: 270px;
    height: 40px;
    margin: 20px auto;
    transform-origin: 50% 50%;
    padding-top: 11px;
    overflow: visible;
}

.menuTextCont {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    opacity: 0;
}

.brackets {
    position: absolute;
    top: -3px;
    color: rgba(255, 20, 20, 0.9);
    font-size: 46px;
    height: 46px;
    width: 5px;
    font-weight: normal;
}

#bracket01, #bracket03, #bracket05, #bracket07, #bracket09 {
    left: 123px;
    border-top: 2px solid rgba(255, 20, 20, 0.9);
    border-bottom: 2px solid rgba(255, 20, 20, 0.9);
    border-left: 2px solid rgba(255, 20, 20, 0.9);
}

#bracket02, #bracket04, #bracket06, #bracket08, #bracket10 {
    right: 123px;
    border-top: 2px solid rgba(255, 20, 20, 0.9);
    border-bottom: 2px solid rgba(255, 20, 20, 0.9);
    border-right: 2px solid rgba(255, 20, 20, 0.9);
}

/* - - - - - - - - footer: */

footer {
    position: absolute;
    background-color: #000000;
    width: 100%;
    padding: 50px 0px;
    text-align: center;
}

#mainFooterCont {
    width: 100%;
}

.footerCont, .footerLinks a, #bottomFooterCont {
    color: #ffffff;
    font-size: 12px;
    line-height: 100%;
    display: inline-block;
}

#bottomFooterCont {
    margin-top: 20px;
    display: none;
}

.footerLinks {
    display: inline-block;
    height: 18px;
    width: 16%;
    max-width: 120px;
    text-align: center;
    text-decoration-color: rgba(255, 20, 20, 0.9);
}

.footerLinks a {
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    text-decoration-color: rgba(255, 20, 20, 0.9);
    text-underline-offset: 5px;
}

.footerLinks a:hover {
    transition: all 0.4s ease-in-out;
    text-decoration: underline;
    text-decoration-color: rgba(255, 20, 20, 0.9);
    text-underline-offset: 5px;
}

.footerLinksBorder {
    border-right: 1px solid #ffffff;
}

#footerLeft {
    width: 20%;
    text-align: left;
}

#footerRight {
    width: 80%;
    text-align: right;
}

/* - - - - - - - -  Staff Divider: */

.staffDivider {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    text-align: center;
    margin: 40px auto;
    background-color:rgba(255, 20, 20, 0.5);
    border-radius: 4px;
}

.staffDivider:hover {
    font-size: 120%;
    letter-spacing: 2px;
    background-color:rgba(255, 20, 20, 0.1);
}





















