@font-face {
  font-family: 'Exo 2';
  src: url('static/core/fonts/exo-2-v4-latin-regular.woff2') format('woff2'),
       url('static/fonts/exo-2-v4-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('static/fonts/exo-2-v4-latin-regular.woff') format('woff'), 
       url('static/fonts/exo-2-v4-latin-regular.ttf') format('truetype'), 
       url('static/fonts/exo-2-v4-latin-regular.svg#Exo2') format('svg'); 

  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}

:root {
    --bs-font-size-base: 14;
    --xmm-headline-color: #333333;
    --bs-dark-rgb: 0, 33, 68;
    --bs-primary: #08c;
    --bs-primary-rgb: 0, 136, 204;
    --bs-primary-bg: #08c;
    --bs-secondary-bg: #eee;
    --dq-browser-active-color: #002244 !important;
    --dq-card-nav-active-bg: #202d6d;
    --dq-card-nav-active-color: #fff;
}


h1 {
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: 30px;
}

h2 {
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: 30px;
}

h3 {
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  font-size: 20px;
}


.banner {
    /*height: 550px;*/
    margin-top: -50px;


    background-color: black;
    background-image: url('/static/rave/img/ravebg.png');

    @media screen and (max-width: 900px) {
        background-image: url('/static/rave/img/ravebg-960.png');
    }

    background-repeat: no-repeat;
    background-attachment: fixed;

    background-position: center center;
    background-size: cover;

    color: white;
    background-color: black;
    overflow: hidden;

    .title {
        margin-top: 40px;
        font-size: 60px;
        line-height: 60px;
        font-family: 'Exo 2', serif;
    }
    .subtitle {
        margin-top: 10px;
        font-size: 20px;
        line-height: 40px;
    }
    .teaser {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    h1 {
        font-size: 60px;
    }
    h1, h2, a {
        color: white;
    }
}

.home {
    padding: 40px 0 40px 0;

    .h1 {
        color: white;
    }

    .row {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid silver;

        &:last-child {
            margin-bottom: 0;
            border-bottom: none;
        }
    }
}

.banner-telescope {
    padding: 40px 0 40px 0;

    background-color: black;
    background-image: url('/static/rave/img/upscaled_telescope.jpg');

    @media screen and (max-width: 900px) {
        background-image: url('/static/rave/img/upscaled_telescope.jpg');
    }

    background-repeat: no-repeat;
    background-attachment: fixed;

    background-position: center center;
    background-size: cover;

    color: white;
    background-color: black;
    overflow: hidden;

    h1, h2, a {
        color: white;
    }
}

.aip-logo {
    width: 300px;
    max-width: 300px;
    margin-bottom: 20px;
}

.navbar {
    font-size: 1.2rem;
}

.navbar .nav-link {
    color: #ccd0f0 !important;
}

.navbar .nav-link:hover {
    color: #ffffff !important;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #202d6d;
}

body {
    --bs-blue: #202d6d !important;
    --dq-card-nav-active-bg: #202d6d;
    --dq-card-nav-active-color: #fff;
}


footer {
    padding-top: 0px !important;
    margin-top: 0px !important;
    --dq-footer-content-link-color: #ccc;
    --dq-footer-bottom-link-color: #ccc;
}

footer .content {
    margin-top: 0px !important;
    background-color: #286090; 
}

footer .bottom {
    background-color: #202d6d;
}

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

.card-nav .list-group-item.active a, .card-nav .list-group-item.active button.btn-link, .card-nav .list-group-item.active:hover a, .card-nav .list-group-item.active:hover button.btn-link {
  color: var(--dq-card-nav-active-color);
  background-color: var(--dq-card-nav-active-bg);
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active:focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
