:root {
    --accent-color: #ba2828;
}

#logo {

    font-size: 2.5rem;
    font-family: 'Marck Script', cursive;
}

.praxis {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
}

.red {
    color: var(--accent-color);
}

h2,
h3,
nav {
    font-family: 'Economica', sans-serif;

}

.navbar {
    background-color: rgba(0, 0, 0, 0);
}

a.nav-link {
    font-size: 1.5rem;
}

.navbar-fixed-top.scrolled {
    background-color: black !important;
    transition: background-color 200ms linear;
}

body {
    padding: 0 !important;

}

.bgimage {
    width: 100%;
    height: 300px;
    background: url(images/hakon-sataoen-W1PF7llLxMc-unsplash.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.bgimage-services {
    width: 100%;
    height: 300px;
    background: url(images/hakon-sataoen-W1PF7llLxMc-unsplash.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

p a {
    color: var(--accent-color);
}

p a:hover {
    color: black;
    text-decoration: none;
    font-weight: 600;
}

hr {
    border-top-color: white;
}

.service-img-background {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: var(--accent-color);
    vertical-align: bottom;
    margin: auto;
}

.service-img {
    color: white;
    padding: 21% 0;
    font-size: 5em;
}

.btn-secondary {

    background-color: var(--accent-color);
}

.service-list li {
    display: inline-block;
    margin: 10px 15px;
    border-radius: 3px;
    border: 1px solid #2c2c2c;
    padding: 20px;
    width: 45%;
    color: #373737;
    font: 400 1em 'Lato', Arial, Sans-serif;
    list-style: none;
}

#map {
    width: 100%;
    height: 445px;

}

.btn {
    font-size: 20px;
}

footer {

    padding: 1%;
    color: white;
    font-family: 'economica';
}

@media (max-width: 425px) {
    a.nav-link {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .bgimage {
        height: 100vh;
    }
}
