/* ---------------------------------------- */
/* ----BasicSetup ---- */
/* ---------------------------------------- */

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

html,
body {
    background-color: #fff;
    color: #000;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    letter-spacing: 0.5px;
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* ---------------------------------------- */
/* ---- REUSABLE COMPONENTS ---- */
/* ---------------------------------------- */
.row {
    max-width: 1240px;
    margin: 0 auto;
    display: block;
}

.right {
    float: right;
}

.left {
    float: left;
}

section {
    padding: 80px 0;
}

.hidden {
    display: none;
    z-index: -1;
}

h4 {
    font-size: 250%;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
    text-transform: uppercase;
}

h4:after {
    display: block;
    content: " ";
    height: 3px;
    background-color: #00ab99;
    width: 350px;
    margin: 0 auto;
    margin-top: 20px;
}

.mobile-nav-height {
    height: 300px;
    background-color: rgba(255, 255, 255, 0.8);
}

.mobile-nav-redhei {
    height: 190px;
    background-color: rgba(255, 255, 255, 0.8);
}


.cookies {
    background-color: #00ab99;
    color: #fff;
    text-align: center;
    padding: 10px;
}

#close:hover {
    color: #000;
}

/* ---------------------------------------- */
/* ---- HEADER(s)//NAV ---- */
/* ---------------------------------------- */

header {
    height: auto;
}

.section-ads {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.3)), to(rgba(0,0,0,0.3))), url(images/hero.jpg);
    background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(images/hero.jpg);
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

nav {
    max-height: 68px;
    z-index: 9999;
}

.main-logo,
.main-logo-mobile {
    display: inline-block;
    height: 38.2px;
    margin-top: 14.9px;
    margin-bottom: 14.9px;
    cursor: pointer;
}

.main-logo-mobile {
    display: none;
    float: left;
}

.main-nav {
    display: inline-block;
    list-style: none;
    height: auto;
    max-height: 68px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); 
}

.main-nav li:nth-child(-n+10) {
    display: inline-block;
    margin-right: 22.5px;
}

.main-nav li:nth-child(n+2) {
    position: relative;
    bottom: 29px;
}

.main-nav li a:link,
.main-nav li a:visited {
    font-size: 90%;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.main-nav li::after {
    display: none;
    content: " ";
    height: 20px;
    width: 25px;
    margin: 0 auto;
    background-image: url(images/Menu_nyil_le.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background 500ms;
    transition: background 500ms;
}

.main-nav li:hover::after{
    display: block;
}

.main-nav li:nth-of-type(1):hover::after,
.main-nav li:nth-of-type(6):hover::after,
.main-nav li:nth-of-type(7):hover::after,
.main-nav li:nth-of-type(9):hover::after,
.main-nav li:nth-of-type(10):hover::after {
    display: none;
}

ion-icon {
    font-size: 133%;
    vertical-align: text-bottom;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    cursor: pointer;
}

.log {
    cursor: pointer;
    margin-bottom: -1px;
}

.mobile-nav-icon {
    display: none;
    float: right;
    margin-top: 8px;
    cursor: pointer;
    font-size: 200%;
}

.arrow-down {
    display: block;
    margin: 0 auto;
    height: 15vh;
    position: relative;
    top: 75vh;
}


/* ---------------------------------------- */
/* ---- Home ---- */
/* ---------------------------------------- */

.section-home {
    height: 90vh;
    background-image: url(images/homeHero.png);
    background-size: cover;
    background-attachment: scroll;
    background-position: top;
    background-repeat:no-repeat;
    padding-top: 40px;
    position: relative;
}

.section-home .span-1-of-4 {
    margin: 0;
    cursor: pointer;
}

.bottom-logo {
    display: block;
    height: 7vh;
    margin-top: 14.9px;
    margin-bottom: 14.9px;
    margin: 20px auto 20px auto;
    float: none;   
}

h2 {
    font-size: 150%;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.target:after {
    display: block;
    content: " ";
    height: 48px;
    width: 200px;
    margin: 10px auto;
    background-image: url(images/Nyil_Target.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nontarget:after {
    display: block;
    content: " ";
    height: 48px;
    width: 200px;
    margin: 10px auto;
    background-image: url(images/Nyil_nonTarget.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.section-home row {
    position: relative; 
}

.sport-textbox,
.health-textbox,
.community-textbox,
.maintain-textbox {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.section-home p {
    max-width: inherit;
    font-size: 130%;
    font-weight: 400;
    line-height: 150%;
    font-style: italic;
    text-align: justify;
}

/*home-mobile*/

.mobile {
    display: none;
}

.mobile p {
    margin: 30px 0 100px 0;
    text-align: center;
}


/* ---------------------------------------- */
/*----Bemutatkozás----*/
/* ---------------------------------------- */

.section-intro {
    background-image: url(images/supportShort.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.intro-nav {
    display: inline-block;
    list-style: none;
    height: auto;
    max-height: 68px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); 
}

.intro-nav li:nth-child(-n+5) {
    display: inline-block;
    margin-right: 22.5px;
}

.intro-nav li:nth-child(n+2) {
    position: relative;
    bottom: 29px;
}

.intro-nav li a:link,
.intro-nav li a:visited {
    font-size: 90%;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.intro-nav li::after {
    display: none;
    content: " ";
    height: 20px;
    width: 25px;
    margin: 0 auto;
    background-image: url(images/Menu_nyil_le.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background 500ms;
    transition: background 500ms;
}

.intro-nav li:hover::after{
    display: block;
}

.intro-nav li:nth-of-type(1):hover::after, 
.intro-nav li:nth-of-type(5):hover::after,
.intro-nav li:nth-of-type(6):hover::after {
    display: none;
}

/* ---------------------------------------- */
/*----Edzők----*/
/* ---------------------------------------- */

.trainers-header nav {
    background-color: rgba(0, 171, 153, 0.1);
}

.section-trainers {
    background-color: #f4f4f4;
}

.section-trainers .header-box {
    background-color: rgba(0, 171, 153, 0.1);
    border: 1px solid #00ab99;
    height: 50px;
    width: 80%;
    margin: 0 auto;
}

.section-trainers .header-box-trt {
    background-color: rgba(0, 171, 153, 0.1);
    border: 1px solid #00ab99;
    height: 50px;
    width: 80%;
    margin: 0 auto;
}

.section-trainers h3 {
    margin: 10px 0 0 15px;
    font-weight: 300;
    font-size: 140%;
}

.section-trainers .arrow-img {
    height: 12px;
    float: right;
    margin: 4.5px 10px 4.5px 0;
    cursor: pointer;
}

.avatar-container {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.avatar {
    width: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 99.375%;
    width: 100%;
    -webkit-transition: 650ms;
    transition: 650ms;
    background-color: rgba(0, 0, 0, 0);
    z-index: -1;
}

.avatar-container:hover .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.classes {
    color: rgb(255, 255, 255);
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 120%;
}

.description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 99.375%;
    width: 100%;    
}

.description p {
    height: 100%;
    background-color: #fff;
    font-size: 95%;
    font-style: italic;
    padding: 10px;
}

.description div {
    height: 100%;
    background-color: #fff;
    font-size: 95%;
    font-style: italic;
    padding: 10px;
    overflow: scroll;
}

.description ul {
  padding-left: 20px;
}

.btn-reserve {
    cursor: pointer;
    width: 80%;
    display: block;
    margin: -5px auto 0; 
    text-align: center;
    background-color: #00ab99;
    border: 2px solid #00ab99;
    color: #fff;
    -webkit-transition: background 500ms, color 500ms;
    transition: background 500ms, color 500ms;
}

.btn-reserve a {
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    font-size: 110%;
    margin: 7.5px 0;
}

.invisible{
    z-index: -1;
}


/* ---------------------------------------- */
/*----Épület----*/
/* ---------------------------------------- */

.section-building {
    height: 100vh;
    padding-top: 50px;
}

.section-building .header-box {
    background-color: #fff;
    border: 1px solid #00ab99;
    height: 80px;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

.section-building h3 {
    font-weight: 400;
    font-size: 175%;
    margin: 20px;
    text-align: center;
}

.section-building .js-room-left, 
.section-building .js-room-right {
    width: 40px;
    cursor: pointer;
    transform: rotate(90deg);
    position: relative;
    top: 28px;
    left: 15px;
}

.section-building .js-room-right {
    transform: rotate(-90deg);
    top: -52px;
    left: -15px;
}

.section-building .img-slider {
    width: 100%;
}

.section-building .img-slider img {
    display: block;
    margin: 0 auto;
    width: inherit;
    max-width: 925px;
    max-height: 520px;
}

.section-building .img-slider .hidden {
    display: none;
    z-index: -1;
}

.js-gal-right,
.js-gal-left {
    height: 170px;
    cursor: pointer;
    margin-top: 175px;
}

.js-gal-right {
    transform: rotate(-180deg);
}

.section-building .desc {
    margin: 50px 0;
    font-size: 110%;
    text-align: center; 
}

.non-disp {
    padding: 210px 20px;
    display: none;
    text-align: center;
    color: #f00;
}


/* ---------------------------------------- */
/*----Rendezvény----*/
/* ---------------------------------------- */

.section-events {
    height: 85vh;
    padding-top: 70px;
}

.section-events .img-slider {
    width: 100%;
}

.section-events .img-slider img {
    display: block;
    margin: 0 auto;
    width: inherit;
    max-width: 925px;
    max-height: 520px;
}

.section-events .img-slider .hidden {
    display: none;
    z-index: -1;
}

.section-events .select {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-bottom: 20px;
    font-size: 120%;
    font-weight: 500;
}

.section-events .row:last-child {
    margin-top: 100px;
}

/* ---------------------------------------- */
/*----Foglalás----*/
/* ---------------------------------------- */

.section-reserv {
    height: 83vh;
    padding-top: 0;
}

.section-reserv .hidden {
    display: none;
    z-index: -1;
}

.select-row {
    margin: 30px auto;
}

.select-row img {
    cursor: pointer;
}

.select-row img:last-of-type {
    margin-top: 8px;
}

.select-row img:nth-of-type(1),
.select-row img:nth-of-type(2),
.select-row img:nth-of-type(3) {
    height: 50px;
    padding: 0 15px;
    border-right: 2px solid #000;
}

.select-row img:nth-of-type(4) {
    width: 12%;
}

.section-reserv p,
.section-reserv h5 {
    display: inline-block;
    margin: 0 auto;
    font-size: 120%;
    font-weight: 300;
}

.section-reserv .span-1-of-2,
.section-reserv .span-2-of-2 {
    text-align: center;
}

.js-right-TRN,
.js-left-TRN,
.js-right-FMB,
.js-left-FMB,
.js-right-TRT,
.js-left-TRT,
.js-right-M,
.js-left-M {
    display: inline-block;
    height: 15px;
    cursor: pointer;
    margin-top: 12px;
}

.js-right-TRN,
.js-right-FMB,
.js-right-TRT,
.js-right-M {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    float: right;
}

.js-left-TRN,
.js-left-FMB,
.js-left-TRT,
.js-left-M{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    float: left;
}

.section-reserv hr {
    display: block;
    margin: -10px auto 10px auto;
    border: 0.5px solid #000;
}

.longer {
    width: 65%;
}

.section-reserv .span-2-of-2,
.section-reserv .span-1-of-3 {
    margin-left: 0;
}

.section-reserv .span-2-of-2 p,
.section-reserv .span-1-of-5 p {
    font-size: 110%;
    line-height: 2;
}

.section-reserv .span-1-of-5 p {
    text-align: left;
}

.section-reserv span {
    display: inline-flex;
    content: " ";
    height: 20px;
    width: 20px;
    margin-top: 9px;
}

.section-reserv input[type="date"] {
    font-size: 125%;
    margin-top: 10px;
}



/* ---------------------------------------- */
/* ---- Kapcsolat---- */
/* ---------------------------------------- */

.section-conn {
    height: 100%;
    background-image: url(images/connHero.png);
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    padding: 0;
}

.section-conn .span-1-of-2 {
    background-color: rgba(255, 255, 255, 0.62);
    margin: 0 auto;
    padding-bottom: 60px;
}

.section-conn p {
    margin: 25px auto 25px auto;
    padding: 0 50px;
    font-weight: 300;
    line-height: 135%;
}

.section-conn b {
    padding-right: 10px;
    font-weight: 500;
}

.section-conn hr {
    border: 0.5px solid #000;
    width: 85%;
    margin: 0 auto;
}

.section-conn iframe {
    width: 95%;
    display: block;
    margin: 0 auto;
    /*padding: 0 1px 1px 0;
    border: 1px solid #000;*/
}

/* ---------------------------------------- */
/*----Partnerek----*/
/* ---------------------------------------- */

.section-supp {
    height: 100%;
}

.section-supp .row {
    margin-bottom: 60px
}

.section-supp .row:last-of-type {
    margin-bottom: 150px
}

.section-supp img {
    display: block;
    max-height: 115px;
    margin: 0 auto;
    max-width: 250px;
}

#is {
    padding-top: 42px;
}


/* ---------------------------------------- */
/*----Profil----*/
/* ---------------------------------------- */

.personal-nav {
    display: inline-block;
    list-style: none;
    height: auto;
    max-height: 68px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); 
}

.personal-nav li:nth-child(-n+6) {
    display: inline-block;
    margin-right: 22.5px;
}

.personal-nav li:nth-child(n+2) {
    position: relative;
    bottom: 29px;
}

.personal-nav li a:link,
.personal-nav li a:visited {
    font-size: 90%;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

personal-nav li::after {
    display: none;
    content: " ";
    height: 20px;
    width: 25px;
    margin: 0 auto;
    background-image: url(images/Menu_nyil_le.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background 500ms;
    transition: background 500ms;
}

.personal-nav li:hover::after{
    display: block;
}

.personal-nav li:nth-of-type(1):hover::after,
.personal-nav li:nth-of-type(5):hover::after,
.personal-nav li:nth-of-type(6):hover::after {
    display: none;
}

/* ---------------------------------------- */
/*----Regisztráció----*/
/* ---------------------------------------- */

.section-reg {
    padding-top: 0;
    height: 100vh;
}

.section-reg .block {
    display: block;
    margin-top: 10px;
    margin-bottom: 2px;
    text-align: center;
}

.section-reg input,
.section-login input {
    display:block;
    margin: 10px auto;
    border: 0;
    text-align: center;
}

.section-reg label,
.section-login label{
    font-size: 100%;
}

.section-reg label:after,
.section-login label:after {
    display: block;
    content: " ";
    height: 3px;
    background-color: #00ab99;
    margin-top: 2px;
    margin-bottom: 15px;
}

.section-reg input[type="date"] {
    margin-top: -30px;
}

.section-reg input[type="text"],
.section-reg input[type="email"],
.section-reg input[type="date"],
.section-reg input[type="password"],
.section-login input[type="email"],
.section-login input[type="password"] {
    margin-bottom: 15px;
    font-size: 110%;   
    font-weight: 500;
}

.section-reg p {
    text-align: center;
}

.section-reg input[type="checkbox"],
.section-login input[type="checkbox"] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

.regbutton,
.loginbutton,
.listbutton{
    cursor: pointer;
    display: block;
    margin: 40px auto 10px auto;
    padding: 10px;
    font-size: 150%;
    color: #fff;
    background-color: #00ab99;
    border: 2px solid #00ab99;
    -webkit-transition: color 500ms, background 500ms;
    transition: color 500ms, background 500ms;
}


.regbutton:hover,
.loginbutton:hover,
.listbutton:hover{
    color: #00ab99;
    background-color: #fff;
}

*:focus {outline: none;}


/* ---------------------------------------- */
/*----Login----*/
/* ---------------------------------------- */

.section-login {
    height: 86vh;
}

.section-login p a:link,
.section-login p a:visited {
    display: block;
    margin-top: 30px;
    text-align: center;
    font-size: 80%;
    color: #00ab99;
}

.section-login .block {
    display: block;
    margin-top: 10px;
    margin-bottom: 2px;
    text-align: center;
}

/* ---------------------------------------- */
/* ---- Account ---- */
/* ---------------------------------------- */

.section-account {
    height: 100vh;
    padding-top: 0px; 
}

.section-account .pass {
    display: block;
    margin: 0 auto;
    padding: 10px;
    border: 4px solid #00ab99;
    border-radius: 20px;
    margin-bottom: 20px;
}

.section-account hr{
   margin: 5px 3px 3px 0px;    
   border: 1px solid #00ab99;
} 

.section-account h3,
.section-account p,
.section-account span{
    display: inline-block;
    font-size: 90%;
    padding: 5px 0px 0px 0px
}


/* ---------------------------------------- */
/* ---- Footer ---- */
/* ---------------------------------------- */

footer {
    border-top: 3px solid #00ab99;
    display: inline-block;
    width: 100%;
    padding: 20px;
    position: relative;
    bottom: 0;
}

footer p {
    text-align: center;
    font-size: 90%;
}


/* ADD KZS*/
/* The vote_window (background) */

.votebutton{
    cursor: pointer;
    display: block;
    margin: 15px auto 0px auto;
    padding: 7px;
    font-size: 100%;
    color: #fff;
    background-color: #00ab99;
    border: 2px solid #00ab99;
    -webkit-transition: color 500ms, background 500ms;
    transition: color 500ms, background 500ms;
}


.votebutton:hover{
    color: #00ab99;
    background-color: #fff;
}


.cls-vote-window {
  font-size: 100%;  
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10px; /* Location of the box */
  left: 0;
  top: 0;  
  width: 100%; /* Full width - auto?*/
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.list-ellipse {
  white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow: ellipsis;   
}

/* vote_window Content */
.vote-content {
  max-width: 600px;  
  width: 98%;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;  
}

/* The Close Button */
.vote-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  top: -30px;
   position: relative;
}

.vote-title {  
  float: left;
  font-size: 110%;
  font-weight: bold;  
}

.vote-close:hover,
.vote-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.fmtable td.colored{
    background-color: rgba(0, 171, 153, 1);
    color: white;  
    cursor: pointer;
    text-align: center;
}
.fmtable{
    margin-right: auto;
    margin-left: auto;
}

.fmtable td, th{
    padding: 2px 3px 2px 3px;    
    text-align: left;
    font-size: 90%;
}

.rtable{
    margin-right: auto;
    margin-left: auto;
}

.rtable td, th{
    padding: 2px 3px 2px 3px;    
    text-align: left;
    font-size: 90%;
}

.rtable td:nth-of-type(1){
    font-weight: bold;
    width: 75px;
}

.rtable td:nth-of-type(2){
    width: 275px;
}

.rtable td:nth-of-type(3){
    width: 100px;
}


.rtable td.conditional{
    color: red;    
    cursor: wait;    
}

.rtable td.colored{
    background-color: rgba(0, 171, 153, 1);
    color: white;  
    cursor: pointer;
    text-align: center;
}

.rtable td.forcancel{
    /*background-color: lightgray;*/
    background-color: rgba(0, 171, 153, 0.1);
    color: #00ab99;  
    cursor: pointer;
    text-align: center;
}

#DAY a{
    margin-right: 15px;    
    cursor: pointer;
}

.navigator {  
    font-weight: bold;    
    cursor: pointer;
}

.error{
    color: red;
    font-weight: bold;    
    text-align: center;
}

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #00AB99;
    opacity: 0.5; /* Firefox */
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #00AB99;
    opacity: 0.5; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #00AB99;
    opacity: 0.5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #00AB99;
    opacity: 0.5;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #00AB99;
    opacity: 0.5;
}

.section-reserv h4 {
    font-size: 200%;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.section-reserv h4:after {
    display: none;    
}

.section-policy .span-1-of-3:nth-of-type(1) {
    width: 15%;
}

.section-policy .span-1-of-3:nth-of-type(2) {
    width: 70%;
}

.section-policy .span-1-of-3:nth-of-type(3) {
    width: 15%;
}

.section-policy {
    height: 90vh; 
    padding: 40px 10px 20px 10px;
    position: relative;
}

.section-policy h2{
    padding: 0px 0px 30px 0px;
}


.section-policy .pol_sec_head
{
    text-align: center;
    font-weight: bold;    
    border-top: solid black;    
    border-bottom: solid black;    
    margin-top: 15px;
    margin-bottom: 15px;
}

.section-policy .sub-title{
    padding: 0px 0px 30px 0px; 
    text-align: center;  
    font-style: italic; 
    font-weight: 400;
}

.section-policy .sub-date {
    text-align: left; 
    padding: 35px 0px 20px 0px;
    font-weight: 400;
}

.section-policy img {
    height: 25px;
}

.section-policy p{    
    padding: 10px 0px 10px 0px;
}

.section-policy ul{    
    padding: 10px 0px 10px 0px;
}

.section-policy ul{    
    padding-left: 20px;
}
.section-policy li{
    padding-top: 10px;
    padding-left: 20px;
}

.footer-link {
    cursor: pointer;
    font-size: 80%;
    text-decoration: none;
    color: black;
}

.section-reg a{
    cursor: pointer;    
    text-decoration: none;
    color: #00AB99;
}

@font-face {
    font-family: 'Trivia Slab';
    src: url('../TriviaSlabMedium.woff2') format('woff2'),
        url('../TriviaSlabMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background:white; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #00ab99; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #00ab99;  
}
