/* CSS RESET */
*{padding:0;margin:0}

body {
    background-color: black;
}

.content {
    color: whitesmoke;
}

.navbar {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    border-bottom: 1px solid rgba(194, 194, 194, 0.2);
    background-color: black;
}

.navbar-dark .navbar-toggler {
    color: transparent;
    border-color: transparent;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    
}

.navbar-brand {
    font-size: x-large;
    font-weight: 300;
    font-family: 'Quicksand', sans-serif;
    
}


.large-img {
    background-image: url("img/salon-floor2.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;

    margin-bottom: 40px;
    
}

.overlay {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
}

.about-img {
    background-image: url("img/color-wall-2.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    background-position: center;
    margin: auto ;
    display: flex;
}

.about-img h1 {
    margin: auto;
}

.longer-text {
    margin: 15px;
}


.larger-text
{
    padding: 200px 0;
    font-weight: 100;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
    color:whitesmoke;
    height: 100%;
    width: 100%;
    font-size: xx-large;

    background:rgba(255, 255, 255, 0.2);
}

.larger-text button {
    color: black;
    border-color: black;
}

.btn-outline-secondary:hover {
    background: black;
    border-color: white;

}

.content {
    max-width: 1000px;
    margin: auto;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
}


.map {
    width: 100%;
    opacity: 0.9;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.map > iframe {
    width: 100%;
}

.col-xl > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.row {
    margin-bottom: 30px;
    max-width: 100%;
}

.row * {
    margin-bottom: 15px;
}

.contact-info {
    margin-bottom: 10px;
}
.contact-info > p {
    margin-bottom: 3px;
}
.contact-info > p > a {
    color: whitesmoke;
}


.footer {
    position: relative;
    bottom: 0;

    width: 100%;

    height: 100px;
    max-width: 820px;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.brand-1 {
    height: 100%;
    width: 100%;
    display: inline-block;
    background: url("img/keraste.jpeg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.brand-2 {
    height: 100%;
    width: 100%;
    display: inline-block;
    background: url("img/kmlogo_w.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.brand-3 {
    height: 100%;
    width: 100%;
    display: flex;
}

.brand-3 svg {
    margin: auto;
    height: 100%;
    width: 100%;
}

.person-img {
    flex:none;
    height: 200px;
    width: 200px;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: auto;

}

.img-fredrik {
    background-image: url("img/fredrik.jpg");
    background-position-x: 6px;
    background-position-y: 0px;
    background-size: 95%;
}
.img-emma {
    background-image: url("img/emma.jpg");
    background-position-x: 2px;
    background-position-y: -1px;
    background-size: 105%;
}

.img-liza {
    background-image: url("img/liza.jpg");
    background-position-x: 11px;
    background-position-y: -1px;
    background-size: 131%;
}
.img-malin {
    background-image: url("img/malin.jpg");
    background-position-x: 4px;
    background-position-y: 0px;
    background-size: 98%;

}

a {
    color: whitesmoke;
}

.bio {
    margin: auto;
}

.person-list {
    margin-top: 100px;
}

@media screen and (max-width: 820px) {
    
}