.sticky-bar{
    overflow:hidden;
    background-color: darkgray;
    margin-bottom: 50px;
    width:100%;
    color: black;
    position:-webkit-sticky;
    position: sticky;
    top:0px;
}

body{
    background-color: black !important;
    color: white !important;
    font-size: 14px;
    line-height: 1.42857143;
}

nav a{
    float:right;
    text-decoration:none;
    color: black;
    font-size:18px;
    padding: 20px 30px;
    display: inline-block;
    transition: all 0.5s ease 0s;
}

#logo{
    font-size:20px;
    font-weight: bold;
    float: left;
    padding: 15px 15px;
    margin-left:10%;
}

nav{
    margin-right:17%;
}

h1 span{
    font-weight: 400;
}

nav a:hover{
    background-color: #4f4f4f;
    color: white;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

.list-inline {
    padding: 5px;
    /*margin-left: -5px;*/
    list-style: none;
    display: flex;
    justify-content: center;
}

/*body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;

    /* Added: */
    margin-top: 40px;
    text-align: center;
    margin-bottom: 10px;
}

ul.social-buttons {
    margin-bottom: 0;
}
h3{
    margin-top: 40px;
    color: #595959;
    text-align: center;
    margin-bottom: 10px;}

/* Newly added: ++++++++++++++++++++++++++++ */
.form_format{
    padding: 10px;
    font-size: 18px;
}

body, main{
    background-color: #000000;
    color: white;}

.contact_style{
    width:100%; border: 3px solid #282828;
    font-size: 15px;}

.checkbox{
    padding-left: 15px;}

tr:nth-child(odd){
    background-color: #282828;}

tr:nth-child(even){
    background-color: #383838;}

th{
    color: #c8c8c8;}

.button_display{
    display: flex;
    flex-direction: row;}

/* Used to fix event list: */
span{
    color: white;}

.myTable th {
    background-color: #4085B2;
    color:white;}

table{
    width: 100%;}

.myTable td, .myTable th {
    padding: 6px; border:1px solid #DEDEDE;}

/* Used to fix event view: */
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100%;}

input {
    font-size:16px;
    padding: 0.25em 0.5em;
    border-radius:10px;
    border:0px;}

/*input[type=text], input[type=password] {
    background-color:rgba(219,72,68,.2);
    color:white;}*/

/*textarea {
    border-radius:10px;
    background-color:rgba(219,72,68,.2);
    color:white;
    width:400px;
    height:50px;}*/

input[type=submit], input[type=button] {
    background-color:#D1A900;}

input[type=submit]:hover {
    background-color:#FF6B00;}

hr {
    border: 0;
    height: 0; /* Firefox... */
    box-shadow: 0 0 10px 1px black;}

hr:after {  /* Not really supposed to work, but does */
    content: "\00a0";  /* Prevent margin collapse */}

td {
    padding-left:10px;
    padding-right:10px;}

.lstCont {
    max-height:500px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius:10px;}

.spr {
    font-size:30px;}

.hdr {
    font-size:20px;}

.reg {
    font-size:17px;}

.nrm {
    font-size:12px;}

.lnk {
    cursor:pointer;
    color:#4085B2;}

.lnk:hover {
    color:#DF009D;}

.blue {
    color: #4085B2;}

.red {
    color:#5F00AD;}

.orange {
    color: #FF6B00;}

.yellow {
    color: #D1A900;}

.green {
    color: #00D565;}

.timer {
    display: inline-block;
    line-height: 1;
    padding: 20px;
    font-size: 40px;}

.timerSpan {
    display: block;
    font-size: 15px;
    color: white;}

.msg {
    padding:15px;}

#days {
    font-size: 30px;
    color: #4085B2;}

#hours {
    font-size: 30px;
    color: #FF6B00;}

#minutes {
    font-size: 30px;
    color: #D1A900;}

#seconds {
    font-size: 30px;
    color: #00D565;}

@media (min-width: 100px) {

    .timer{
        font-size: 15px !important;
        padding: 5px;
        padding-top: 20px;}
}

@media (min-width: 575px) {

    .timer{
        font-size: 20px !important;
        padding: 10px;
        padding-top: 20px;}
}

@media (min-width: 720px) {

    .timer{
        font-size: 20px !important;
        padding: 10px;
        padding-top: 20px;}
}

@media (min-width: 920px) {

    .timer{
        font-size: 30px !important;
        padding: 10px;
        padding-top: 20px;}
}

.fa {
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    padding-right: 10px;
}

.form_center4{text-align: center;
    align-content: center;}

.fa:hover {
    opacity: 0.5;
}

.fa-facebook {
    color: #3B5998 !important;
}

.fa-linkedin {
    color: #007bb5 !important;
}

.fa-twitter {
    color: #55ACEE !important;
}

.fa-instagram {
    color: #125688 !important;
}
