body,html{
    margin: 0 auto;
    color: #555555;
    font-weight: 100;
    font-family: sans-serif;
    font-size: 15px;
} 

/* ===== Navbar Custom CSS=====*/

.container-fluid{
    padding: 0px;
}

.navbar-brand img{
    max-width: 200px;
    margin-top: 15px;
}

.navbar-nav{
    margin-right: 100px;
    margin-left: auto;
}

.nav-item{
    margin-left: 10px;
    margin-right: 10px;
}

.nav-item:hover .dropdown-menu{
    display: block;
}

.dropdown-menu{
    margin-top: -5px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #343a40;
    text-decoration: underline;    
}

.nav-item i{
    padding: 5px;
}

.nav-item i:hover{
    text-decoration: underline;
    color: #ffa500;
}

.navbar-light .navbar-nav .nav-link{
    color: #fff;
}

.navbar-light .navbar-nav .show>.nav-link{
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover,
.nav-item dropdown,.dropdown-menu
{
    color: #fff;
    text-decoration: underline;
}

.navbar-light .navbar-toggler{
    border-color: #fff; 
}

.space{
    margin-left: 15px;
    margin-right: 15px; 
} 


/* ===== Mainstyle ===== */

a{
    color: #289bdc;
}

a:hover{
    color: #ffa500;
    text-decoration: underline;
}

strong{
    font-weight: 100;
}

h1{
    width: 100%;
    color: #343a40;
    font-weight: 100;
    line-height: 130%;
    padding-bottom: 30px;
    margin-top: 60px;
}

h2{
    width: 100%;
    text-align: left;
    margin-bottom: 7px;
    color: #343a40;
    font-weight: 400;
    font-size: 16px;
}

h3{
    color: #343a40;
    width: 100%;
    text-align: left;
    padding: 5px;
    font-weight: 100;
    margin-bottom: 30px;
}

h4{
    margin-bottom: 20px;
}

h5{
    width: 30%;
    color: inherit;
    position: relative;
    top: 20%;
    left: 20%;
    z-index: 10;
    text-align: left;    
}

.bg_diagonal{
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    height: 300px;
    background: rgb(52, 58, 64);
    color: #fff;
    border-style: solid 20px #ffa500;
}

.bg_diagonal:after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: inherit;
    top: 5px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform-origin: top left;
    transform: skewY(4deg);
    z-index: -1;
    border-bottom-color: #ffa500;
    border-bottom-style: inset;
    border-bottom-width: 4px;
}

.row{
    padding: 30px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
}

.col-lg-10{
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.col-md-12,.col-lg-12{
    padding: 0;
    text-align: center;
}

table{
    width: 100%;
    color: #fff;
    background: #343a40;
    text-align: center;
    box-shadow: 6px 6px 5px gray;
}


.footer{
    width: 100%;
    background: #343a40;
    color: #fff;
    padding: 30px;
    padding-bottom: 60px;
    box-sizing: border-box;
    text-align: center;
    border-bottom: solid 1px #fff;
    border-top: solid 4px #ffa500;
}

.top{
    text-align: right;
    padding-bottom: 20px;
}

.to-top{
    font-size: 30px;
}

.footer-left,.footer-mid,
.footer-info,.footer-right{
    width: 22%;
    display: inline-grid;
    text-align: left; 
}

.footer-right-inside{
    margin-left: auto;
}

.footer-right-inside ul{
    text-align: left;    
}

.footer-right{
    text-align: right;
}

.footer ul li{
    list-style: none;
    padding: 0px;
    margin-left: -30px;
}

.footer i{
    margin-right: 10px;
}

.footer-copyright{
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    background: #343a40;
    color: #fff;
    margin-bottom: 0px;
}

.clearfix{
    clear: both;
}