@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,500italic,700,700italic,900italic,900);
html, body, html * {
  font-family: 'Roboto', sans-serif;
}

body {
    color: #333333;
    background-color: #cdcdcd;
}

.cover {
    background-image: url('img/background.png');
    background-repeat: no-repeat, no-repeat;
    background-position: center;
    background-size: contain;
}

.navbar {
    background-color: #2196f3 !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    -box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.btn-dashboard {
    margin-bottom: 30px !important;
    background-color: rgba(108, 117, 125, 0.6) !important;
    border-color: rgba(108, 117, 125, 0.6) !important;
}

.btn-dashboard:hover {
    background-color: rgba(108, 117, 125, 0.85) !important;
    border-color: rgba(108, 117, 125, 0.85) !important;
}

.navbar-brand {
    color: #fff !important
}

.dashboard {
    padding-top: 20px;
}

.dashboard .btn {
    width: 100%;
    text-align: center;
    font-size: 36px;
    padding: 120px 60px;
    margin-bottom: 20px;
}

.dashboard .btn .fa {
    font-size: 84px;
    margin-bottom: 20px;
}

.sponsor {
    position: fixed;
    bottom: 30px;
    height: 60px;
}

.mgrt {
    left: 30px;
    z-index: -1000;
}

.eu {
    right: 30px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #E6E6E6;
}

::-webkit-scrollbar-thumb {
    background: #2196F3;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #ccc;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

iframe {
    border: 0;
    margin: 0;
}

.car-img-top {
    padding: 0.5rem;
    padding-bottom: 0;
}
