:root {
    --font: 'Lobster Two', sans-serif;
    --arc: 'Architects Daughter', sans-serif;
    --montserrat: 'Montserrat', sans-serif;
    --color: ;
    --bg: ;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 500;
}

body {
    font-family: var(--montserrat);
    background: linear-gradient(rgba(0, 0, 0, 0.563),rgba(0, 0, 0, 0.295)), url(../img/graffitiartaarhus.jpg) fixed top;
    background-size: cover;
    background-repeat: no-repeat;
}

/* HEADER START */
.gaa-header {
    z-index: 200000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

/* .gaa-header {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.563),rgba(0, 0, 0, 0.295)), url(../img/graffitiartaarhus.jpg) fixed top;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s;
    border: 5px solid white;
    z-index: 280902;
} */

.gaa-header .gaa-make-me-follow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .3s;
    transition-property: transform, background-color, box-shadow, border-top;
    transition-duration: 0.3s;
}

.gaa-header .gaa-make-me-follow.follow-me {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 70%);
    transition: all .3s;
}

.gaa-header .gaa-make-me-follow.follow-me hr.trans-me {
    transition: all .3s;
    height: 0;
    margin: 0;
    border-top: 0px solid white;
}

.gaa-header .gaa-make-me-follow hr.trans-me {
    transition: all .3s;
    opacity: 0.5;
}

.gaa-header .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #fff;
    font-family: var(--arc);
}

.gaa-header .bg-light .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
    color: #000;
    font-family: var(--arc);
}

.gaa-header .gaa-make-me-follow .nav .l-form, .gaa-header .gaa-make-me-follow .nav .r-form {
    font-family: var(--arc);
    text-decoration: none;
    font-size: 1.2rem;
    padding: 0.5rem 0.2rem;
    font-weight: 600;
}

.gaa-header .gaa-make-me-follow .nav .nav-item .nav-link:hover {
    color: rgb(196, 196, 196) !important;
    background-color: transparent !important;
}

.gaa-header .gaa-make-me-follow .nav .l-form:hover, .gaa-header .gaa-make-me-follow .nav .r-form:hover {
    color: rgb(196, 196, 196) !important;
    background-color: transparent !important;
    text-decoration: none;
}

.gaa-header .gaa-make-me-follow .nav .nav-item.facebook .nav-link, .gaa-header .gaa-make-me-follow .nav .nav-item.instagram .nav-link {
    padding: 5px;
}

.gaa-header .gaa-make-me-follow .nav .nav-item.facebook .nav-link img, .gaa-header .gaa-make-me-follow .nav .nav-item.instagram .nav-link img {
    width: 20px;
    border-radius: 3px;
}

.gaa-header .gaa-make-me-follow.follow-me ul {
    margin-bottom: 0;
}

.gaa-header .gaa-make-me-follow .navbar {
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}

.gaa-header .gaa-make-me-follow.follow-me .navbar .logo {
    padding-top: 0;
}

.gaa-header .navbar .logo img {
    width: 120px;
    transition: all .3s;
}

.gaa-header .gaa-make-me-follow.follow-me .navbar .logo img {
    width: 100px;
    transition: all .3s;
}

.gaa-header .gaa-make-me-follow.follow-me .nav .nav-item .nav-link, .gaa-header .gaa-make-me-follow.follow-me .nav .r-form, .gaa-header .gaa-make-me-follow.follow-me .nav .l-form {
    color: grey;
}

.gaa-header-sec {
    border: 5px solid white;
    width: 100%;
    text-align: center;
    z-index: -1;
}

.gaa-header-sec-head {
    position: sticky;
    top: 300px;
    left: 0;
    transition: all .3s;
}

.gaa-header-sec-box {
    position: relative;
    display: inline-flex;
    justify-content: center;
    font-family: var(--font);
}

.gaa-header-sec-box h1 {
    color: #fff;
    text-shadow: 4px 4px 5px black;
    font-size: 2rem;
}

.gaa-header-sec-box p {
    color: #fff;
    text-shadow: 4px 4px 5px black;
    font-size: 1.5rem;
    font-weight: 300;
}

.gaa-header-sec-box img {
    width: 100px;
    height: 100px;
}

.gaa-header .gaa-make-me-follow .open-menu, .gaa-header .gaa-make-me-follow .close-menu {
    display: none;
}

.gaa-header .gaa-make-me-follow .open-menu a, .gaa-header .gaa-make-me-follow .close-menu a {
    color: #000;
    font-size: 1.5rem;
}
/* HEADER SLUT */

/* BODY START */
.gaa-sec1 {
    padding: 100px 0 100px 0;
    background-color: #fff;
}

.gaa-sec1 .info-box p {
    font-family: sans-serif;
    font-size: 1.2rem;
}

#instafeed-container a { 
    height: 100vh;
    width: 400px;
    display: block;
    padding: 1rem;
    max-height: 400px;
    object-fit: cover;
    overflow: hidden;
}

#instafeed-container a img{ 
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.list-group .list-group-item {
    padding: 0;
}

.list-group .list-group-item .list {
    padding: 1rem;
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.list-group .list.active {
    background-color: rgba(13, 109, 253, 0.15);
    color: #333;
}
.list-group .list.active::before {
    content: "> ";
    font-weight: 600;
}
/* BODY SLUT */

/* FOOTER START */
.bg-wall {
    background: linear-gradient(rgba(0, 0, 0, 0.663),rgba(0, 0, 0, 0.495)), url(../img/graffitiartaarhus.jpg) fixed top;
}

.footer .nav-item .nav-link {
    width: fit-content;
    padding: .6rem 0;
    color: #fff;
    transition: all .3s;
}
.footer .nav-item .nav-link::before {
    content: "> ";
    color: #4644df;
    font-weight: 600;
    transition: all .3s;
}
.footer .nav-item .nav-link:hover::before {
    padding-right: 10px;
    transition: all .3s;
}
/* FOOTER SLUT */

/* EKSTRA START */
.text-white {
    color: #fff;
}

.sans {
    font-family: sans-serif;
}

.arc {
    font-family: 'Architects Daughter', cursive;
}

.facebook-like-share iframe {
    width: 100% !important;
}

.fb-like {
    width: 100% !important;
}

.fb-like span {
    width: 260px !important;
}

.navbar-toggler {
    padding: 1rem;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

.navbar-toggler #icon {
    font-size: 1.8rem;
}
/* EKSTRA SLUT */

/* DROPDOWN START */
.dropdown, .dropup {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 250px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.dropdown.open .r-form, .dropdown.open .l-form {
    color: rgb(196, 196, 196) !important;
}

.dropdown.open>.dropdown-menu {
    display: block;
}
/* DROPDOWN SLUT */

/* FORM START */
.gaa-header .gaa-make-me-follow .nav .l-r-form {
    justify-content: flex-end;
}

.gaa-header .gaa-make-me-follow .nav .r-form, .gaa-header .gaa-make-me-follow .nav .l-form {
    background-color: transparent;
    color: #fff;
    border: none;
    outline: none;
}

/* FORM SLUT */

/* MEDIA START */
/* ROW */
@media screen and (max-width: 992px) {
    .navbar-second {
        background-color: rgba(248, 249, 250, 1);
        padding: 1.5rem 0 !important;
    }
    .gaa-header .nav-item .nav-link {
        color: #000;
    }
    .gaa-header .nav-item .nav-link:hover, .gaa-header .nav-item .nav-link:hover, .gaa-header .nav-item .nav-link.active {
        color: rgba(0, 0, 0, 0.65);
    }
    .navbar-toggler {
        color: rgba(0, 0, 0, 0.55) !important;
        border-color: rgba(0, 0, 0, 0.1) !important;
    }
    .navbar-nav:nth-child(3) {
        justify-content: start !important;
    }
}
@media screen and (min-width: 767px) {
    .menu {
        width: 100% !important;
    }
}

/* TELFON */
@media screen and (max-width: 767px) {
    .gaa-header .gaa-make-me-follow {
        background-color: rgba(255, 255, 255, 0);
        box-shadow: none;
        transition: all .3s;
    }
    .gaa-header .gaa-make-me-follow.follow-me {
        background-color: rgba(255, 255, 255, 0);
        box-shadow: none;
        transition: all .3s;
    }
    .gaa-header .gaa-make-me-follow .container {
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        max-width: 840px;
    }
    .gaa-header .gaa-make-me-follow .navbar {
        background-color: #fff;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 70%);
        transition: all .3s;
    }
    .gaa-header .gaa-make-me-follow .navbar .logo {
        padding: 0;
    }
    .gaa-header .gaa-make-me-follow .navbar .logo img {
        width: 60px;
    }
    .gaa-header .gaa-make-me-follow.follow-me .navbar .logo img {
        width: 60px;
    }
    .gaa-header .gaa-make-me-follow .trans-me {
        display: none;
    }
    .gaa-header .gaa-make-me-follow .nav {
        display: block;
    }
    .gaa-header .gaa-make-me-follow .menu {
        display: none;
        transition: all .3s;
    }
    .gaa-header .gaa-make-me-follow .open-menu {
        display: block;
        position: absolute;
        top: 25px;
        right: 25px;
        transition: all .3s;
        animation-name: fadeIn;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: var(--animate-duration);
        animation-duration: var(--animate-duration);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .gaa-header .gaa-make-me-follow .close-menu {
        display: none;
        transition: all .3s;
    }
    .gaa-header .gaa-make-me-follow .close-menu.open {
        display: block;
        position: absolute;
        top: 25px;
        right: 25px;
        transition: all .3s;
        animation-name: fadeIn;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: var(--animate-duration);
        animation-duration: var(--animate-duration);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .gaa-header .gaa-make-me-follow .close-menu.open i {
        color: #fff;
    }
    .gaa-header .gaa-make-me-follow .open-menu.stop {
        display: none;
    }
    .gaa-header .gaa-make-me-follow .menu {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        text-align:center;
    }
    .gaa-header .gaa-make-me-follow .menu.menu-open {
        display: block;
        transition: 0.5s;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-duration: var(--animate-duration);
        animation-duration: var(--animate-duration);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .gaa-header-sec-box {
        display: block;
        padding: 10px;
        text-align: center;
    }
    .gaa-header-sec-box .text-left {
        text-align: center !important;
    }
}
/* MEDIA SLUT */