
body{
    background: rgb(248,249,250);
    background: linear-gradient(90deg, rgba(52,58,64,1) 33.3334%, rgba(248,249,250,1) 33.3334%);
    margin-top: 160px;
}
.grecaptcha-badge {
    bottom: 80px !important;
}
a{
    text-decoration: none !important;
}
table a {
    color: #e75c50 !important;
}
.ucwords { 
    text-transform: capitalize; 
}
#footer{
    display:block;
    width:inherit;
    -webkit-transition: bottom 700ms; /* Safari */
    transition: bottom 700ms;
    z-index:1050;
}
.bg-dark {
    background-color: rgba(52,58,64,1)!important;
}
.carousel-control-next-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e75c50'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.carousel-control-prev-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e75c50'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
.carousel-indicators li{
    background-color:#e75c50;
}
/*
.full-screen-button{    
    position: absolute;
    top: 20%;
    bottom: 20%;
    left:35%;
    right:35%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: opacity .15s ease;
}
.full-screen-button:hover{
    opacity:.5;
}
*/

#player-container{
    background-color:#fff;
    background: linear-gradient(to bottom right, #f8f9fa, #fff);
    color:#e75c50;
    border-right:6px solid #5a5e64;
   /* border-left: 1px double rgba(52,58,64,1);
    border-top: 1px solid rgba(52,58,64,1);*/
    border-bottom:6px solid #5a5e64;
    border-bottom-right-radius:50px;
    border-top-right-radius:200px 80px;
    border-bottom-left-radius:150px 40px;
}


#player-container h1{
    font-family: 'Dancing Script', cursive;
    font-weight: bold;
}
#player-container i:hover{
    cursor:pointer;
}
#progress{
    background-color:#e75c50;
}
#progress-container{
    cursor: pointer;
}
#volume {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 15px;
    margin:1rem;
    background:#e9ecef;
    outline: none;
}

#volume::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 30px;
    background: #e75c50;
    cursor: pointer;
}

#volume::-moz-range-thumb {
    width: 15px;
    height: 30px;
    background: #e75c50;
    cursor: pointer;
}

/******************** Customize Bootstrap navbar *****************************/

.navbar{
    -webkit-transition: top 700ms;
    transition: top 700ms;
    z-index:1050;
}
#nav-container{
    max-width:1200px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.dropdown-item:active {
    background-color: #e75c50;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #e75c50;
}
.dropdown .nav-link {
    color: #e75c50;
}
.dropdown .nav-link:hover {
    color: #e75c50;
}
.navbar-brand {
    font-size:60px;
    position: absolute;
    transform: rotate(-3deg);
}
.navbar-light .navbar-brand {
    color: #e75c50;
    font-family: 'Dancing Script', cursive;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #E23425;
}
.navbar-light .navbar-brand:hover {
    color: #E23425;
}
.navbar-light .navbar-toggler {
    border-color: #e75c50;
}
.navbar-light .navbar-toggler:focus {
    outline:none;
}
.navbar-light .navbar-toggler-icon {
    background-image:none;
}
.fa-bars{
    color: #e75c50;
    font-size:1.5em;
    vertical-align:0;
}
/****************** END customize Bootstrap navbar ***************************/

@media (max-width: 992px){
    body{
        background: rgb(248,249,250);
    }
    .navbar-brand{
        position:static;
        font-size:40px;
    }
    #nav-container{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .text-white{
        color:black !important;
    }
    #footer{
        display:none;
    }
    #placeholder img{
        width:auto;
        max-height: 100vh;
        padding:0;
    }
    .carousel-item {
       /* height: 100vh;*/
       /* min-height: 350px;*/
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

}


/************************ Customize DataTables *******************************/
/*
.col-md-6{
   
    max-width:100% !important;
    flex: 0 0 100% !important;
}

table.dataTable{
    cursor:pointer;
}
.dataTables_length, .dataTables_info,.dataTables_paginate, .dataTables_filter  {
    display:none;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: rgba(52,58,64,1) !important;
    border-color: rgba(52,58,64,1) !important;

}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color:  rgba(52,58,64,1);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li>a, .pagination>li>span:focus{
    outline: none;
}*/

/*********************** End DataTables ***************************************/