/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Roboto-thin.ttf');
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/DancingScript-VariableFont_wght.ttf');
  src: url('../fonts/DancingScript-Regular.ttf');
}
:root {
    --bs-body-font-size: 1em;
    --bs-navbar-color: rgba(0,0,0,0);
    --bs-nav-link-padding-x: 0.5rem;
    --bs-border-width: 0;
    --bs-nav-link-color: #000;
    --bs-link-color: #000;
    --bs-link-color-rgb: rgb(62, 105, 108);
} 

body {
    font-family: "Roboto";
    background-image: url(../bilder/bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.5rem 0;
}
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #3E696C;
}
h1 {
    font-family: "Dancing Script";
    font-size: 6vh;
    color: #3E696C;
}
@media (min-width: 768px) {
    h1 {
    font-size: 4.5rem;
    }
}
h2 {
    font-size: 3vh;
    font-weight: 300;
}

@media (min-width: 992px) {
    h2 {
    font-size: 2rem;
    }
}

h3 {
    font-family: "Dancing Script";
    font-size: 1.4rem;
    color: #3E696C;
}

@media (min-width: 992px) {
    h3 {
    font-size: 2.5rem;
    }
}
@media (min-width: 1200px) {
    h3 {
    font-size: 2.5rem;
    }
}
@media (min-width: 1400px) {
    h3 {
    font-size: 3rem;
    }
}
li {
    list-style-type: none;
}
nav, footer {
    margin-top: 6vh;
}
.nav-item {
    margin-left: 1.5vw;
}
.nav-link {
    background-color: #D3D2B4;
    padding: 0.2rem 0.4rem;
    font-size: 1.5vh;
    font-weight: 400;
}
@media (min-width: 768px) {
    .nav-link {
    font-size: 0.85rem;
    }
}
@media (min-width: 992px) {
    .nav-link {
    font-size: 1rem;
    }
}
.nav-link:hover, .nav-link:focus {
    color: #000;
}
.nav-link.active {
    background-color: rgba(0,0,0,0);
}

.portrait {
    margin-top: 3vh;
    margin-bottom: 1vh;
    width: 100%;
    height: auto;
}

.gold {
    color: #E2B446;
}

.petrol {
    color: #3E696C;
}
