html {    
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    background-size: contain;
}


body{
    /*background-image: url(../img/bg_dark.png);*/
    background-color: #fff !important;
    color: black !important;
    font-family: Roboto !important;
}

a {
    color: #222 !important;
    font-weight: bolder;
}

a:focus, a:hover {
 color:#000 !important;
}

.navbar-default{
    padding-top: 60px;
    background-color: #fff;
}
.navbar-hot{
    padding-top: 60px;
    background-color: #EB4511;
}
.navbar-cool{
    padding-top: 60px;
    background-color: #10E3EB;
}
.navbar-neon{
    padding-top: 60px;
    background-color: #0e0b16;
}
.navbar-warm{
    padding-top: 60px;
    background-color: #c09f80;
}

.nav-item{
    margin-left: 20px;
}
.content-container{
    margin-left: 100px;
    margin-right: 100px;
}
footer{
    padding: 16px;
    padding-left: 90px;
    padding-right: 90px;
}
.footer-right{
    text-align: right;
}
.nav-button{
    border:1px solid #ed2024 !important;
    margin-top: 20px !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(237,32,36,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
  }

.organiser{
    border-radius: 25px;
    padding: 20px; 
    background-color: white;
    margin-bottom: 20px;
}

.organiser hr{
    border: .5px dashed black !important;
}

.organiser .col-md-6{
    text-align: center;
}

.organiser .col-md-5{
    text-align: center;
}

.organiser .col-md-4{
    text-align: center;
}

.organiser .col-md-4 img{
    max-height: 100px;
}

.organiser img{
    margin-top: 0px !important;
}

.navbar-nav .nav-item .nav-link{
    color: #F2F2F2;
    letter-spacing: 3px;
}
.navbar-nav .active .nav-link{
    border-bottom: 3px solid #E54F25;
}

.navbar-hot .navbar-nav .active .nav-link{
    border-bottom: 3px solid #fff;
}
.navbar-cool .navbar-nav .active .nav-link{
    border-bottom: 3px solid #0CB0B0;
}
.navbar-warm .navbar-nav .active .nav-link{
    border-bottom: 3px solid #76323f;
}
.navbar-neon .navbar-nav .active .nav-link{
    border-bottom: 3px solid #a239ca;
}
.navbar-neon .navbar-nav .nav-link{
    color: #efdfdd !important;
}

.ui-tabs-nav *{
    font-family: RobotoMono;
    letter-spacing: 3px;
}  

#menu-img{
    height: 80px;
}

fieldset, legend {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}

p {
    line-height: 22px;
    text-transform: inherit;
}

p:first-letter{
	text-transform:uppercase;
}

@media (min-width: 992px){
    .Drone {
        position: fixed !important;
        z-index: -1;
        margin-top: 180px;
        max-width: inherit;
    }
    .Title {
        padding-left: 30px;
    }
    .PAD {
        padding: 20px;
    }
    .PAD img{ width: 100%; }
}

@media (max-width: 992px){
    .Drone {
        margin-top: 10px;
    }
    .Title {
        padding-left: 5%;
    }
    .PAD {
        padding:0px;
    }
}

.Drone img {
    max-width: 100%;
}

hr {
    border: .5px dashed white !important;
}

.PAD h1, .h1 {
    font-family: RobotoMono;
    color: white;
    font-weight: 300 !important;
    font-size: 40px;
    text-shadow: 0px 0px 2px white;
    text-transform: uppercase;
}

.PAD h2, .h2 {
    font-family: RobotoMono;
    color: white;
    font-weight: 700 !important;
    font-size: 18px;
}

li { padding-bottom: 15px; }

li span { 
    color: red; 
    font-weight: 700 !important;
}



.PAD {
    line-height: 25px;
}

#image-PAD {
    padding: 0px;
    width: 47vw;
    line-height: 0px;
}

.home-welcome {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    color: black !important;
	
}

.Title {
    width: 100%;
    margin-bottom: -50px;
    text-align: left;
}

.Title img {
    margin-top: 30px;
    max-width: 100%;
}

.Title h1 { padding-bottom: 30px; }

.HomeContent {
    margin-top: 20px;
    line-height: 20px;
}

span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    color: red;
}

.organiserBottom
{
	position: fixed;
	z-index: -10;
	bottom: 0px;
}
