@charset "UTF-8";
/* RPG Sessions Main CSS */

body {
    background: url(/assets/image/hero-bg.jpg) no-repeat top center;
    background-color: #010103;
    color: #eee;
}
body, h1, h2, h3, h4, h5, p {
    font-family: 'Comme', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
p, li {
    font-weight: 400;
    color: #eee;
    line-height: 24px;
    font-size: 17px;
}
p a {
    color: 7B98D5;
}
li {
    padding-bottom: 8px;
}
li.nav-list {
    font-size: 14px;
}
h1 {
    font-weight: 700;
    font-size: 32px;
}
h1.hero-section-text {
    font-size: 36px;
    line-height: 44px;
    color: #eeeeee;
    padding: 0 20px;
}
h2 {
    font-weight: 600;
    color: #7B98D5;
    text-transform: uppercase;
    font-size: 28px;
}
h3 {
    font-weight: 400;
    font-size: 21px;
}
h3.hero-section-text {
    font-size: 18px;
    line-height: 30px;
    color: #7B98D5;
}
h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    color: #888;
}
h5 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    color: #888;
}
p.home-callouts {
    padding: 0 50px 20px 50px;
}
h2.home-callouts {
    padding: 0 0 20px 50px;
}

/* --- Buttons ---*/

a.jj-button-round {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #111111;
    padding: 15px 34px;
    /* margin: 10px; */
    border-radius: 25px;
}
a.jj-button-round:hover {
    background-color: #4064af;
    border: 1px solid #4064af;
    color: #ffffff;
}
a.jj-button-round-secondary {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 15px 34px;
    border-radius: 25px;
}
a.jj-button-round-secondary:hover {
    border: 1px solid #7B98D5;
    color: #ffffff;
}
a.jj-button-round-empty {
    color: #ffffff;
    padding: 16px 16px;
}
a.jj-button-round-empty.first-menu {
    padding: 16px 16px 16px 0px;
}
a.jj-button-round-empty:hover {
    color: #7B98D5;
}

/* --- Table Classes ---*/

table {
    text-align: center;
    font-weight: 400;
    line-height: 24px;
    font-size: 17px;
}
table, thead, tr, th, tbody, td {
    border: none !important;
}
thead, th {
    background-color: #6888cb !important;
}
tr {
    background-color: #010103 !important;
}
td {
    border-bottom: 1px solid #273047 !important;
    border-right: 1px solid #273047 !important;
}
td.blueish {
    color: #7B98D5;
}
td.grayish {
    color: #555;
}
td.dark-blueish {
    background-color: #273047;
}
th {
    border-right: 1px solid #333 !important;
}

/* --- Padding Classes ---*/
.padding-nav {
    padding: 50px 50px 0 50px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-bottom-50 {
    padding-bottom: 50px;
}
.padding-top-100 {
    padding-top: 100px;
}
.padding-top-200 {
    padding-top: 200px;
}
.padding-bottom-100 {
    padding-bottom: 100px;
}
.padding-bottom-200 {
    padding-bottom: 200px;
}
.padding-right-10 {
    padding-right: 10px;
}
/* --- Images --- */
img.home-screenshot {
    border: 1px solid #404040;
    border-radius: 10px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
}

/*.if-container {
    display: none;
}
.good-bye {
    display: none;
}
.video-link-hidden {
    display: inherit;
}
.video-link-hidden a {
    color: #fff;
    text-decoration: underline;
}
.lead {
    line-height: 1.4;
}
td.center-icon, th.center-icon {
    text-align: center;
}*/
/* ----Responsive Styles---- */
@media screen and (min-width:768px) {
    p, li {

    }
    h1.hero-section-text {
    font-size: 36px;
    line-height: 44px;
    color: #eeeeee;
    padding: 0 100px;
    }
    h2 {

    }
    h3.hero-section-text {
    font-size: 18px;
    line-height: 30px;
    color: #7B98D5;
    padding: 0 100px;
    }
}
@media screen and (min-width:992px) {
    p, li {

    }
    h1.hero-section-text {
    font-size: 40px;
    line-height: 50px;
    color: #eeeeee;
    padding: 0 150px;
    }
    h2 {

    }
    h3.hero-section-text {
    font-size: 22px;
    line-height: 30px;
    color: #7B98D5;
    padding: 0 200px;
    }
}
@media screen and (min-width:1200px) {
    p, li {

    }
    h1.hero-section-text {
    font-size: 50px;
    line-height: 60px;
    color: #eeeeee;
    padding: 0 150px;
    }
    h2 {

    }
    h3.hero-section-text {
    font-size: 24px;
    line-height: 36px;
    color: #7B98D5;
    padding: 0 200px;
    }
}
@media print, screen and (min-width: 40em) {
.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: #fff transparent transparent;
    }
}
hr {
    border-style: solid;
    border-width: 1px;
    color: #eee;
    margin: 40px 0;
}
code {
    padding: 4px 8px 3px;
    background-color: #555;
    color: #ddd;
    border-radius: 5px;
}
code span {
    color: #aaa;
}
.dropdown.menu > li.is-active > a {
    background: inherit;
    color: inherit;
}
.title-bar {
    padding: 20px 16px;
    background-color: #010103;
}
.gray-text {
    color: #bbbbbb;
}

.padding-15-35 {
    padding: 15px 35px;
}
.padding-5-15 {
    padding: 5px 15px;
}
.padding-15 {
    padding: 15px;
}
.padding-bot20 {
    padding-bottom: 20px;
}
.padding-bot40 {
    padding-bottom: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.row-extra-padding {
    padding-top: 50px;
    padding-bottom: 40px;
}
.rpgs-blue-bg {
    background-color: #4164af;
}

.rpgs-orange-bg {
    background-color: #CA8542;
    margin: 0px;
    color: #f9f9f9;
}
.rpgs-grey-bg {
    background-color: #f4f4f4;
}
.line-top {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 60px 0;
}
li a.ddhover:hover {
    color: #000;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: rgba(240,240,240,0.9);
}
li.is-active {
    color:#fff;
}

.card {
    border-radius: 4px;
    border: none;
}
.card-section {
    background-color: #000;
}
.white-text {
    color: #f9f9f9;
    margin: 0 10px;
}
a.white-text:hover {
    color: #eee;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.2);
}
.rpgs-btn-clear {
    font-weight: 700;
    padding: 10px 30px;
    box-shadow:
        0 3px 1px -2px rgb(0 0 0 / 20%),
        0 2px 2px 0 rgb(0 0 0 / 14%),
        0 1px 5px 0 rgb(0 0 0 / 12%);
    background-color: #4064af;
    color: #fff;
    box-sizing: border-box;
    margin-left: 10px;
    vertical-align: baseline;
    min-width: 64px;
    line-height: 36px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid #fff;
}
a.rpgs-btn-clear:hover {
    background-color: #fff;
    color: #4064af;
    border: 1px solid #fff;
}
.rpgs-btn {
    font-weight: 500;
    padding: 10px 30px;
    box-shadow:
        0 3px 1px -2px rgb(0 0 0 / 20%),
        0 2px 2px 0 rgb(0 0 0 / 14%),
        0 1px 5px 0 rgb(0 0 0 / 12%);
    background-color: #4064af;
    color: #fff;
    box-sizing: border-box;
    margin: 0;
    vertical-align: baseline;
    min-width: 64px;
    line-height: 36px;
    border-radius: 4px;
}
a.rpgs-btn:hover {
    background-color: #262D35;
    color: #fff;
}
.rpgs-btn-white {
    font-weight: 500;
    padding: 10px 30px;
    box-shadow:
        0 3px 1px -2px rgb(0 0 0 / 20%),
        0 2px 2px 0 rgb(0 0 0 / 14%),
        0 1px 5px 0 rgb(0 0 0 / 12%);
    background-color: #fff;
    color: #4064af;
    box-sizing: border-box;
    margin: 0;
    vertical-align: baseline;
    min-width: 64px;
    line-height: 36px;
    border-radius: 4px;
}
a.rpgs-btn-white:hover {
    background-color: #4064af;
    color: #fff;
}

.close-button {
    color: #f9f9f9;
}
.button.radius {
    border-radius: 5px;
}
.char-sheet {
    background: url(/assets/image/example-chars.jpg) no-repeat center top;
    background-size: cover;
    height: 600px;
}
.game-table {
    background: url(/assets/image/example-gt.jpg) no-repeat center top;
    background-size: cover;
    height: 600px;
}
.discord-bot {
    background: url(/assets/image/example-bot.jpg) no-repeat center top;
    background-size: cover;
    height: 600px;
}
.dice-roller {
    background: url(/assets/image/example-dice.jpg) no-repeat center top;
    background-size: cover;
    height: 600px;
}
ul.ul-indention {
    margin-left: 25px;
}
.sider-menu li {
    padding-bottom: 14px;
}
.fa-duotone {
    color: slateblue;
}
/*.fa-users, .fa-rocket-launch, .fa-user-circle, .fa-phone-laptop, .fa-file-import, .fa-swords, .fa-book-reader, .fa-cogs {
    color: #4064af;
}*/
li i.fa-solid, li i.fab {
    color: #466874;
}
.tealish-font {
    color: #466874;
}
.tealish-bg {
    /*background-color: #466874;*/
    background: #466874 url(/assets/image/logo-gray-160.png) repeat center top;
}
.main-rpgs-blue {
    background-color: #4064af;
}
.help-icon-big {
    padding-bottom: 20px;
}
.dice-size {
    height: 22px;
    position: relative;
    /*top: 2px;*/
}
.avatar {
  vertical-align: middle;
}
.user-name {
    padding: 10px 0 0 6px;
    margin: 0px;
    font-size: 14px;
    color: #999999;
}
.inline {
    display: flex;
    align-items: flex-start;
}

.inline__expanded {
    flex: 1;
}

.jj-footer {
    padding: 30px 0px;
    background-color: rgba(0, 1, 2, 0.5);
    /*position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;*/
    text-align: center;
}
.jj-footer p {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    color: #7B98D5;
}

footer {
    background-color: #262D35;
    padding-top: 50px;
    padding-bottom: 40px;
}
footer p, .white-text-color {
    color: #f9f9f9;
}
.social-icon {
    color: #f9f9f9;
    padding: 12px;
}
.copyright {
    font-size: 12px;
    margin: 0px;
}

