/********** HEADINGS **********/

h1 {
    color: #243E7B;
    font-size: 2rem;
    margin-bottom: 1.75rem;
}

/********** BUTTONS **********/
.btn-primary {
    background: #243E7B;
    border-color: #243E7B;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 1.4rem;
    border-radius: 10px;
}

.btn-primary:hover {
    background: #345ab2;
    border-color: #345ab2;
    text-decoration: none;
}

.buttons {
    padding: 20px 0 20px 0;
}

.buttons a.btn {
    display: block;
    margin-bottom: 10px;
}

a.btn {
    text-decoration: none;
}

.top-btn {
    display: inline-block;
    margin-bottom: 20px;
}


@media (min-width: 768px) {
    .top-btn {
        position: absolute;
        top: 25px;
        right: 25px;
        margin-bottom: 0px;
    }
}

/********** GENERAL LAYOUT **********/
body {
    font-size: 16px;
    font-family: calibri, sans-serif;
    color: #111111;
}

p {
    font-size: 1.2rem;
}

a {
    color: #111111;
    text-decoration: underline;
}

a:hover {
    color: #243E7B;
}

main {
    text-align: center;
    padding: 40px 10px 60px 10px;
}

.logo {
    padding: 0px 0 40px 0px;
}

.logo img {
    max-height: 150px;
}

#teleprompter
{
	background: black;
	height: 200px;
	overflow: hidden;
	padding-top: 250px; /* this is the spacing above text */
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	margin-top: 0px;
}

#teleprompter, #teleprompter p, #teleprompter p[style] 
{    
	color: white !important;
	font-family: 'Open Sans' !important;
	font-size: 40px !important;
    text-align: left;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#slider
{
	margin: 20px 0px 20px 0px;
	font-size: 1.75rem;
    font-weight: bold;
}

.slider
{
	margin-top: 10px;
    height: 25px;
}

.ui-slider .ui-slider-handle 
{ 
	border-radius: 50%; 
	border: none;
	background: #243E7B; 
	padding: 25px; 
	margin-top: -6px;
}

.ui-slider .ui-slider-horizontal,
.ui-slider .ui-slider-range, 
.ui-widget.ui-widget-content
{
  background: #ACACAC;
  border-color: #ACACAC;
}

#speedform
{
    padding-top: 0px;
}

.gap
{
    padding-top: 30px;
}

.big
{
    font-weight: bold;
    font-size: 4rem;
    padding: 20px 0px;
}

.thumb
{
    padding: 0px 20px 30px 0px;
}

.thumb img
{
    border: 5px solid white;
}

.thumb a:hover img
{
    border-color: #243E7B;
}

.thumb a img.selected
{
    border-color: #ffcc00 !important;
}

.note
{
    display: block;
    margin-top: 10px;
    font-size: 1rem;
}

/********** FORMS **********/
form {
    padding-top: 20px;
}

.form-group {
    text-align: left;
    padding-bottom: 20px;
}

.form-group label {
    font-weight: bold;
    font-size: 1.2rem;
}

.form-check-input {
    transform: scale(2.5);
    border-width: 0.5px;
    margin-left: -10px;
}

.form-check-label {
    padding-left: 30px;
    font-weight: normal !important;
}

.form-control {
    border: 2px solid #999999;
}

#tooltip {
    background-color: #111111;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-left: 10px;
}

.alert li {
    list-style: none;
}

.example {
    padding-top: 20px;
    font-size: 1rem;
    font-weight: 400;
}

.error-message {
    color: red;
    font-weight: normal;
    padding-top: 5px;
    text-align: left;
    font-size: 0.9rem;
}

.form-check .error-message {
    text-align: center;
}

button.unstyled {
    border: none;
    background: transparent;
    cursor: pointer;
}

table.large {
    font-size: 1.2rem;
}

/***** ADMIN PAGES *****/
.fullpage {
    background: #243E7B;
}

header {
    background: #243E7B;
}

#logo {
    max-height: 100px;
    padding: 10px 0px;
}

#title {
    font-size: 2.5rem;
    color: white;
    margin-top: 25px;
    display: block;
    text-align: center;
}

nav {
    text-align: center;
    padding: 10px auto;
    margin-top: 20px;
    margin-bottom: 15px;
}

@media (min-width: 576px) { nav { margin-top: 35px; margin-bottom: 0px; text-align: right; } }

nav a {
    font-size: 1.25rem;
    color: #243E7B;
    background: white;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    margin-left: 10px;
}

nav a:hover {
    background: #e6e6e6;
    text-decoration: none;
}

thead {
    background: #243E7B;
    color: white;
}

.admin h1 {
    padding-top: 20px;
    font-size: 2.5rem;
}

#detailsform img {
    max-height: 150px;
    display: block;
}

.admin .thumb {
    padding-bottom: 50px;
}

.thumb .btn {
    display: block;
    margin-top: 10px;
}

