/* Applies to Whole Website */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Comic Neue', cursive;
    font-weight: bold;
}

/* Background */
body{
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url(images/background/background.png); linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url(images/background/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* ---------- */
/* ---------- */
/* Home Page */
/* ---------- */
/* ---------- */
/* ------------ */
/* Main Nav Bar */
/* ------------ */

/* Navigation Bar */
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000000; #FF0000;
    padding: 5px 10px; /* top and bottom | left and right */
    position: sticky;
    top: 0;
    z-index: 100;
}
.nav-left, .nav-right{
    display: flex;
    align-items: center;
}

/* Logo */
.logo{
    width: 150px;
    margin-right: 45px;
}
/* Nav Links */
.nav-links{
    flex: 1;
    text-align: center;
}
.nav-links ul li{
    list-style: none;
    display: inline-flex;
    padding: 4px 8px;
    position: relative;
    border-right: solid #FFA500;
}
.nav-links ul li:last-child{
    border-right: none;
}
.nav-links ul li a{
    color: #FFFFFF; #fff;
    text-decoration: none;
    font-size: 18px;
}
.active, .nav-links ul li:hover{
    background-color: #000000; #FFFFFF; #FFA500;
    border-radius: 3px;
}
.nav-links ul li a:hover{
    color: #FFFFFF; #FF0000;
}
.nav-middle .fa, .nav-middle .fa-sharp, .nav-middle .fa-solid{
    margin-right: 5px;
    /* padding: 5px; */
}

/* User Icon */
.nav-user-icon img{
    width: 40px;
    border-radius: 50%; /* Makes image circular */
    cursor: pointer;
}
.nav-user-icon{
    margin-left: 30px;
}
.online{
    position: relative;
}
.online::after{
    content: '';
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #000000; #41db51;
    position: absolute;
    top: 0;
    right: 0;
}
/* Search Box */
.search-box{
    background: #000000; #efefef;
    width: 250px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.search-box img{
    width: 18px;
}
.search-box input{
    width: 100%;
    background: #000000; transparent;
    padding: 10px;
    outline: none;
    border: 0;
}

/* Sub Menu 1 */
.sub-menu-1{
    display: none;
}
.sub-menu-1 ul li a{
    font-size: 14px;
}
.nav-links ul li:hover .sub-menu-1{
    display: block;
    position: absolute;
    background: #000000; #FF0000;
    margin-top: 25px;
    margin-left: -15px;
}
.nav-links ul li:hover .sub-menu-1 ul{
    display: block;
    margin: 10px;
}
.nav-links ul li:hover .sub-menu-1 ul li{
    width: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #FFA500;
    /* background: #000000; transparent; */
    border-radius: 0;
    text-align: left;
    border-right: none;
}
.nav-links ul li:hover .sub-menu-1 ul li:last-child{
    border-bottom: none;
}
.fa-angle-right{
    /* float: right; */
    margin-left: 20px;
    
}

/* Sub Menu 2 */
.sub-menu-2{
    display: none;
}
.hover-me:hover .sub-menu-2{
    position: absolute;
    display: block;
    margin-top: -20px;
    margin-left: 140px;
    background-color: #000000; #FFFFFF; #FF0000;
}

/* Sub Menu 3 */
.sub-menu-3{
    display: none;
}
.hover-me-1:hover .sub-menu-3{
    position: absolute;
    display: block;
    margin-top: -20px;
    margin-left: 140px;
    background-color: #000000; #FFFFFF; #FF0000;
}

/* ------------ */
/* Body Section */
/* ------------ */
/* Text Box with info and for Joining Discord*/
.body-section{
    width: 90%;
    color: #FFFFFF; #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.body-section h1{
    font-size: 62px;
}
.body-section p{
    margin: 10px 0 40px;
    font-size: 14px;
    color: #FFFFFF; #fff;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF; #fff;
    border: 1px solid #FFA500;
    padding: 12px 34px;
    background: #000000; transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #FFA500;
    background: #000000; #FFA500;
    transition: 1s;
    color: #FFFFFF; #FF0000;
}

/* -------------- */
/* Footer Section */
/* -------------- */
.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    position: absolute;
    bottom: 0;
    
}
.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: bold;
    color: #FFFFFF; #FFA500;
}
.footer p{
    color: #FFFFFF; #FFA500;
}
.icons .fa{
    color: #FFFFFF; #FFA500;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}
.icons .heart-o{
    color: #FFFFFF; #FFA500;
}

/* ---------- */
/* ---------- */
/* Rules Page */
/* ---------- */
/* ---------- */

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* Server Rules, Penal Code, and Discord Rules Pages */
/* ------------------------------------------------- */
/* ------------------------------------------------- */
.rules-body{
    text-align: center;
    color: #FFFFFF; #FFA500;
}
.rules-body h1{
    font-size: 62px;
}
.rules-footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    position: relative;
    bottom: 0;
    
}
.rules-footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: bold;
    color: #FFFFFF; #FF0000;
}
.rules-footer p{
    color: #FFFFFF; #FF0000;
}
.rules-footer .fa{
    color: #FFFFFF; #FF0000;
}
iframe{
    border: 5px solid #FF0000;
    width: 60%;
    height: 800px;
    align-content: "center";
}

/* -------------------- */
/* Real Estate Map Page */
/* -------------------- */
.body-section .map img{
    width: 90%;
    margin-top: 30%;
}
