/* 
    Created on : Feb 11, 2020, 8:54:58 AM
    Author     : Dasun Senanayake
    Developed  : kites Global
*/

body{
    background-color: #000;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.navbar-brand{
    width: 40%;
}
.bg-dark {
    background-color: #000 !important;
}
.navbar {
    text-transform: uppercase;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #c09632;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
}
h1 {
    text-align: center;
    text-transform: uppercase;
    color: #c09632;
    font-size: 2rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid rgb(192, 150, 50);
}
.sec{
    padding: 25% 0;
}

.form-control {
    border-radius: 0rem;
}
.btn {
    border-radius: 0rem;
}
.alert {
    border-radius: 0rem;
}
.dropdown-menu {
    border-radius: 0rem;
}
.modal {
    background-color: rgba(255, 255, 255, 0.2);
}
.modal-content {
    border-radius: 0rem;
    background-color: #0c0c0c;
}
.modal-content h6{
    color: #c09632;
}
.modal-header {
    padding: 0rem 1rem;
    border-bottom: 1px solid #1b1b1b;
}
.close {
    color: #fff;
}
.card {
    background-color: transparent;
    border-radius: 0rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(192, 150, 50);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}
.card-header:first-child {
    border-radius: 0rem;
}
.list-group-item {
    background-color: #0c0c0c;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:hover {
    background-color: #131313;
}
.list-group:hover a{
    text-decoration: none;
}
.list-group a{
   color: #fff; 
}
.card-header {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.dropdown-menu > li a:hover, .dropdown-menu > li.show {
    background: #c09632;
    color: white;
}
.btn-primary {
    color: #fff;
    background-color: #c09632;
    border-color: #c07e11;
}
.btn-primary:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.footer{
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
}
.footer a{
    color: #fff;
}
.contact-itm {
    padding-bottom: 1rem;
}
.contact-itm h3{
    color: #ccc;
    font-size: 1.6rem;
}
.contact-itm h5{
    color: #c09632;
    font-size: 1.2rem;
}
.abt-hd{
    color: #c09632;
    font-size: 1.7rem;
    margin:  2rem 0;
}
.speaker-itm{
    margin-bottom: 2rem;
}
.speaker-itm a{
    color: #fff;
}
.speaker-itm a:hover{
    text-decoration: none;
}
.speaker-itm h5{
    margin-top: 1rem;
    margin-bottom: 0.3rem;
    color: #c09632;
}
.speaker-itm p{
    line-height: 1;
}

#myvideo{
    width: 100%;
    height: 100%;
}
.intro-txt h3{
    color: #c09632;
}
.intro-txt h4{
    color: #c09632;
}
.intro-txt ul{
    margin: 0;
    padding: 0 1.2rem;
    margin-bottom: 2rem;
}
.intro-txt ul li{
    margin: 0;
    padding: 0.3rem 0;
}

@media (min-width: 768px) {
    .navbar-brand{
        width: 15%;
    }
    .sec{
    padding: 10% 0;
}
}