body, html {
    height: 100%;   
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.libre-baskerville-regular {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}

.libre-baskerville-bold {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
}

.libre-baskerville-regular-italic {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
}


.navbar-dark {
    background-color: #06051e;
    border-bottom: 1px solid #43524e;
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 75%);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}


/* LAYOUT */
#header-row {
    min-height: 50px;
    max-height: 15%;
}

#footer-row {
    min-height: 100px;
    max-height: 20%;    
}

.scoring-table {
    font-size: 90%;
}

/*HOME PAGE*/
.border-dashed {
    border: 1pt dashed lightgrey
}

.course-scorecard{
    font-size:80%;
}

.over-par {
    color: #ffffff;
    background-color: #4d93fc !important;
}

.under-par {
    color: #ffffff;
    background-color: #dc3545 !important;
}


.modal-header {
    background-color: #06051e;
    border: 1px solid #06051e;
    color: #fff;
}


/* The Open styles */
.btn-open-primary {
    color: #06051e;
    letter-spacing: .025rem;
    background-color: #ffba00;
    border: 1px solid #ffba00;
    transition: background-color .3s linear, border .3s linear;
    font-weight: 700;
    font-family: Founders Grotesk Light, Helvetica, Tahoma, sans-serif;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 15px;
    letter-spacing: .01875rem;
    font-size: 1.0625rem;
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.btn-open-primary:focus, .btn-open-primary:hover {
    background-color: #ffde8e;
    border: 1px solid #ffde8e;
}

.btn-open-secondary {
    color: #fff;
    background-color: #2269ab;
    border: 1px solid #2269ab;
    transition: background-color .3s linear, border .3s linear;
    font-weight: 700;
    font-family: Founders Grotesk Light, Helvetica, Tahoma, sans-serif;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 15px;
    letter-spacing: .01875rem;
    font-size: 1.0625rem;
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.btn-open-secondary:focus, .btn-open-secondary:hover {
    background-color: #6eb9fa;
    border: 1px solid #6eb9fa;
    color: #fff;
}

.btn-open-dark {
    color: #fff;
    background-color: #06051e;
    border: 1px solid #06051e;
    transition: background-color .3s linear, border .3s linear;
    font-weight: 700;
    font-family: Founders Grotesk Light, Helvetica, Tahoma, sans-serif;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 15px;
    letter-spacing: .01875rem;
    font-size: 1.0625rem;
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.btn-open-dark:focus, .btn-open-dark:hover {
    background-color: #43524e;
    border: 1px solid #43524e;
    color: #fff;
}


/*Leaderboard*/
.leaderboard-table > thead > tr > th,
.player-round-table > thead > tr > th {
    background-color: #06051e;
    border-bottom: 1px solid #43524e;
    color: #fff;
}

.leaderboard-table > tbody > tr > td {
    background-color: #ffba00;
    border-bottom: 1px solid #e3a408;
}

.table.leaderboard-table > :not(:last-child) > :last-child > * {
    border-bottom-color: #06051e;
}

.leaderboard-table-title > th {
    font-size: 125%;
}

.leaderboard-table > tbody > tr > td.total-score {
    background-color: #ffd162;
    color: #06051e;
}

.leaderboard-table > tbody > tr.player-name-hover:hover,
.leaderboard-table > tbody > tr > td.player-name-hover:hover {
    cursor: pointer;
}

span.position-change-up{
    color: green;
    font-size:90%;
}

span.position-change-down {
    color: #cd0101;
    font-size: 90%;
}

span.no-position-change {
    font-size: 90%;
}

.player-round-table {
    font-size: 90%;
}

.player-round-table > tbody > tr > td {
    background-color: #fff;   
}

.player-round-table > tbody > tr.round-total-row > td {
    background-color: #c5cad7;
    color: #2a2a2a;
    font-weight: bold;
}

.round-hole-par {
    font-size: 80%;
    line-height: 1.8;
}

button.close {
    background-color: #2269ab;
    color: #fff;
    border: 1pt solid #2269ab;
}