
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
    url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
    url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.bg-dark {
    background-color: #212142 !important;
}

.bg-dark .dropdown-menu {
    background-color: #212142;
}

.bg-dark .dropdown-menu .dropdown-item.active, .bg-dark .dropdown-menu .dropdown-item:hover, .bg-dark .dropdown-menu .dropdown-item:focus {
    background-color: #383858;
    color: #fff;
}

.bg-light .dropdown-menu .dropdown-item, .bg-light .dropdown-menu .dropdown-item:focus {
    color: #fff;
}

div.box {
    background: #212142;
    height: 210px;
    width: 94%;
    margin: 3%;
    margin-top: 3em;
    padding: 15px;
    border-radius: 5px;
}

div.box  img {
    width: 60px;
    margin-top: 10px;
}

div.box p.tile_title {
    font-size: 1em;
    font-weight: bold;
    margin-top: 0px;
}

div.box p {
    color: #fff;
    font-size: 0.7em;
}

iframe {
    width: 100%;
    position: absolute;
    border: none;
}

div.embed-container {
}


.embed-container iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

body {
    overflow: auto;
    font-family: robotoregular;
}

.navbar-brand {
    background-image: url(../img/42.png);
    width: 35px;
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.navbar-brand:hover {
    background-image: url(../img/hitchhike.png);
}

