@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap');
::-moz-selection {
	color: white;
	background: rgb(147, 7, 240);
  }
  
::selection {
	color: white;
	background: rgb(147, 7, 240);
  }
body {
    background-image: linear-gradient(rgba(83, 83, 83, 0.5), rgba(83, 83, 83, 0.5)),url(../img/baggrund.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #535353;
}
.logo {
    width: 60px;
    pointer-events: none;
}
.nav-link {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Lexend Deca', sans-serif;
    padding-right: 40px !important;
}
.dropdown-item {
    font-family: 'Lexend Deca', sans-serif;
}

.title-text {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 5vw;
    text-transform: uppercase;
    text-shadow:		0 10px 10px rgba(0,0,0,.1),
    0 0 5px rgba(0,0,0,.1),
    0 2px 4px rgba(0,0,0,.3),
    0 7px 9px rgba(0,0,0,.2),
    0 10px 14px rgba(0,0,0,.25),
    0 15px 15px rgba(0,0,0,.2),
    0 30px 30px rgba(0,0,0,.15);
    padding-top: 7%;
}
.subtitle-text {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
    font-size: 2.5vw;
    padding-top: 3vw;
}
.h2-title-text {
    color: white;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: bold;
    font-size: 2.5vw;
    text-transform: uppercase;
    padding-bottom: 5vw;
}
.navbar-dropline {
    -webkit-box-shadow: 0px 6px 0px 0px rgba(183,0,255,1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(183,0,255,1);
    box-shadow: 0px 6px 0px 0px rgba(183,0,255,1),0px 11px 9px 3px rgb(32, 32, 32);
}
.navbar-color {
    background-color: #535353 !important;
}
.dropdown-item:focus {
    background-color: rgba(183,0,255,1) !important;
    color: white !important;
}
.dropdown-item:active {
    background-color: rgba(183,0,255,1) !important;
    color: white !important;
}
.dropdown-item:active:after {
    background-color: white !important;
}
.dropdown-item:focus:after {
    background-color: white !important;
}
.medlemmer-logo-avatar {
    width: 10vw;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#medlem-row p {
    color: white;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2vw;
    pointer-events: none;
    text-shadow:0 10px 10px rgba(0,0,0,.1),
    0 0 5px rgba(0,0,0,.1),
    0 2px 4px rgba(0,0,0,.3),
    0 7px 9px rgba(0,0,0,.2),
    0 10px 14px rgba(0,0,0,.25),
    0 15px 15px rgba(0,0,0,.2),
    0 30px 30px rgba(0,0,0,.15);
}
#samlede-stats h2 {
    color: white;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2.5vw;
    padding-top: 3vw;
}
#samlede-stats h3 {
    color: rgba(183,0,255,1);
    font-family: 'Lexend Deca', sans-serif;
    font-size: 2.5vw;
    text-shadow:0 10px 10px rgba(0,0,0,.1),
    0 0 5px rgba(0,0,0,.1),
    0 2px 4px rgba(0,0,0,.3),
    0 7px 9px rgba(0,0,0,.2),
    0 10px 14px rgba(0,0,0,.25),
    0 15px 15px rgba(0,0,0,.2),
    0 30px 30px rgba(0,0,0,.15);
}
.footer {
    background-color: #313131;
    color: white;
    font-family: 'Lexend Deca', sans-serif !important;
    width: auto;
    height: 200px;
    font-size: .9vw;
    text-align: center;
}

.footer-text-link {
    text-decoration: none;
    position: relative;
    color: rgb(147, 7, 240);
}
.footer-text-link:hover {
    text-decoration: none;
    color: rgb(147, 7, 240);
}
.footer-text-link:after {
    border-radius: 1em;
    border-top: .1em solid rgb(147, 7, 240);
    content: "";
    position: absolute;
    right: 100%;
    bottom: .14em;
    left: 0;
    transition: right .2s cubic-bezier(0,.5,0,1);
 }
.footer-text-link:hover:after {
    right: 0;
}

.content-box {
    background-color:rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 60px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 30px 0 20px 0;
    padding-bottom: 20px;
    font-family: 'Lexend Deca', sans-serif !important;
    border-radius: 20px;
}
.content-box img {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}