/*************** BODY / BACKGROUND *************************/
.logo {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

body {
    background: white url("../images/irosewarbg.png") fixed no-repeat 100% 0%;

    margin: 0;
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;

    /*font-family: Arial;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/******************** GRID ***********************/
.body-bg{


}

.body-launcher{
    background: url("../images/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
            src='../images/background.png',
            sizingMethod='scale');
}

.wrapper {
    width: 1200px; /* width of the webpage */
    margin-left: auto;
    margin-right: auto;
}

.one-fourth {
    width: 300px;
    float: left;
}

.two-fourth {
    width: 580px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

.three-fourth {
    width: 890px;
    margin-right: 10px;
    float: left;
}

.three-fourth-right {
    width: 890px;
    margin-left: 10px;
    float: left;
}



.padding {
    padding: 10px;
}

.big-padding {
    padding: 10px 30px 10px 30px;
}

/*************************** NAVBAR ****************************/



/****************** MEMBER PANEL ******************/


/********************** NEWS *****************/

.notice {
    float: left;
    height: 200px;
    margin-left: 10px;
}

.notice-text:hover{
    text-decoration: underline;
}

.notice-item {
    width: 100%;
    height: 155px;
    float: left;
}

.notice-image {
    width: 200px;
    float: left;
    margin-right: 30px;
}

.notice-text {
    float: left;
    width: 420px;
}

.notice-text h1, h3 {
    margin: 0;
    padding: 0;
    
}

.notice-text h3 {
    font-size: 12px;
    font-weight: normal;
}

.notice-text p {
    font-size: 14px;
}

.notice a {
    pointer-events: none;
    cursor:pointer;
    text-decoration: none;
    color:white;
}

.news {
    background-color: #ff4b14;
    min-height: auto;
    margin-top: -4px;   
    float: left;
	color:black;
}

.news-item:hover{
	background-color: #ff8e1d;
	color:black;
}

.news-item {
    width: 98%;
    height: 155px;
    float: left;
}

.news-image {
    width: 200px;
    float: left;
    margin-right: 30px;
}

.news-text {
    float: left;
    width: 330px;
    height: 135px;
    padding-bottom: 15px;
}

.news-text h1, h3 {
    margin: 0;
    padding: 0;
    
}

.news-text h3 {
    font-size: 12px;   
    font-weight: normal;
}

.news-text p {
    font-size: 14px;
}

.news a {
    text-decoration: none;
    color: white;
}

/******************** SERVER STATUS ***************/



/*************** FACEBOOK **************/

.facebook {
    margin-top: 20px;
}

/*************** IMAGE OVERLAY **********************/
.image-overlay {
    position: absolute;
    z-index: 100;
}

.image-overlay img {
    width: 100%;
}

.member-panel-overlay {
    width: 100px;
    left: 70%;
    top: 35%;
    float: left;
}

.server-status-overlay {
    width: 200px;
    float: left;
    left: 50%;
    top: 55%;
}

.register-hawker-overlay {
    width: 160px;
    left: 80%;
    float: left;
}

.register-penguin-overlay {
    width: 140px;
    left: -2%;
    top: 43%;
    float: left;
}

/******************* RANKINS *****************************/


/******************* FOOTER *****************/


/******************** DONATE SECTION *********************/

.donate-section {
    margin-top: 20px;
    margin-left: 15px;
    color:white;
    margin-right: 15px;
}

.donate-section img {
    margin-bottom: -5px;
    padding: 0;
}

.donation-container{
    margin-bottom: 20px;
}

/****************** REGISTER *********************/



/*********** ACCOUNT **************/
.account {
    background-color: rgb(28, 29, 31);
}

/************ ARTICLE *****************/

.article {
    background-color: #bdbdbd;
    position: relative;
    padding-left: 120px;
    min-height: 400px;
    color:black;
}

.article-header {
    background-color: #ff4b14;
    padding-left: 120px;
}

.article-header h1 {

    
    margin-bottom: 0;
    color: white;
}

.article-header h3 {
    color: white;
    font-size: 12px;
    
}

.news-overlay {
    width: 150px;
    left: 0;
    top: -16%;
}

/***************** MODAL PASSWORD ****************/

#dialog {
    background-color: #1C1D1F;
}

/*************** LOGIN ******************/
.login {
    background-color: white;
	color:black;
}

.login a {
    color: black;
}

.login .span, .text {
    vertical-align:middle;
    display:table-cell;
}
.login h1 {
    display:table;
    width:100%;
    
}

.login input {
    width: 95%;
    padding: 20px;
}

/************* CHANGE PASSWORD ***************/
.passreset {
    background-color: white;
    min-height: 200px;
}

.passreset h1 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.passreset input {
    width: 96%;
    padding: 20px;
}

.passreset input:last-child {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

/**************** ADVERTORIAL SECTION *******************/

.advertorial-section {
    margin-bottom: 20px;
}

/*************** beta signup **************/

.betasignup {
    background-color: #1C1D1F;
}

.betasignup h1 {
    color: whitesmoke;
    text-transform: uppercase;
    font-size: 22px;
}

.betasignup input, textarea {
    width: 95%;
    padding: 20px;
    margin-bottom: 10px;
    
    font-size: 16px;
}

.betasignup input:last-child {
    width: 100%;
    border: none;
    color: whitesmoke;
    background-color: #FF9114;
}

/****************** SUPPORT *****************/

.support {
    background-color: rgb(28, 29, 31);
}


.new-ticket h1 {
    text-transform: uppercase;
    font-size: 22px;
}

.new-ticket input,textarea,select {
    
    padding: 10px;
    margin-bottom: 10px;
}

.new-ticket select {
    width: 97%;
}

.new-ticket input {
    width: 95%;
}

.new-ticket input:last-child {
    width: 100%;
    color: white;
    text-transform: uppercase;
    background-color: #ff4b14;
    border: none;
}

.my-tickets h1 {
    text-transform: uppercase;
    font-size: 22px;
}

.ticket {
    background-color: white;
    padding: 10px;
}

.my-tickets a{
    text-decoration: none !important;
}

.ticket td{
    padding-left: 20px;
    padding-right: 20px;
    color: white;
}

.ticket td:nth-child(3) {
    width: 400px;
}

.ticket td:first-child {
    text-align: center;
}

.ticket td:last-child {
    text-align: right;
    color: white;
}

.ticket h1 {
    margin: 0px 0px 5px 0px;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
}

.ticket h2 {
    color: white;
    font-size: 12px;
}

.ticket-status {
    color: whitesmoke;
    padding: 10px;
    background-color: #2b542c;
}

.ticket-messages {
    background-color: white;
}

.ticket-messages h1 {
    font-size: 22px;
    text-transform: uppercase;
}

.ticket-messages ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.ticket-messages textarea {
    border-radius: 5px;
    border:  1px solid gray;
}

.ticket-message {
    border: 1px solid gray;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}
/***************** FONTS ********************/
@font-face {
    font-family: 'irish'; /*a name to be used later*/
    src: url("../fonts/CelticHand.ttf")
}

@font-face {
    font-family: 'underauthority'; /*a name to be used later*/
    src: url("../fonts/UnderAuthority.ttf")
}

/***************** BOOTSTRAP TABS ********************/
.rankins-tabs {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: 1px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-fill,
.nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #f5d248;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #0d6efd;
    background-color: #f5d248;

}

.cash {
    font-weight: 700;
    cursor:pointer;
    color: #fff;
    background-color: #f5d248;
}

.cash:hover{
    color: #0d6efd;
}
