body::-webkit-scrollbar {
width: 8px;
background: white;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035388', endColorstr='#0169a2',GradientType=0 );

}
body::-webkit-scrollbar-track {
background-color:transparent;
}


body::-webkit-scrollbar-thumb {
	background-color: #2C3037;

}
body::-webkit-scrollbar-thumb:window-inactive {
	background-color: #2C3037;

}

.header {
  width:100%;
  min-height:100vh;
    background: url(../images/edit.jpg);
    background-position: center;
    background-size: cover;


}

.header-heading.bold {
  font-size:60px;
  font-weight:100;
  line-height:80px;
  padding-bottom:20px;
  letter-spacing:4px;
  color: #dfdfdf;
}

.header-heading.light {
  font-weight:100;
  color: #c0c0c0;
  font-size:30px;
  letter-spacing:30px;
}

.container.scroll {
  height:40px;
  background-image:url("../../assets/img/scroll.gif");
  background-position:center;
  background-size:5%;
  background-repeat:no-repeat;
  padding-bottom:10px;
}

.about {
  width:100%;
  min-height:50vh;
}

.about-heading {
  font-family:Lato, sans-serif;
  font-size:38px;
  font-weight:300;
  text-transform:uppercase;
}

.abou-paragraph {
  font-size:16px;
  line-height:29px;
  font-weight:300;
  letter-spacing:1px;
  font-family:Lato, sans-serif;
}

.show-more {
  color:#000000;
  font-family:Lato, sans-serif;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:100;
  text-decoration:none;
  border:1px solid black;
  padding:30px;
  text-align: right;
  line-height: 35px
}


.show-more:hover {
  text-decoration:none;
  color:#13babd;
  border-color:#13babd;
}

.navbar-light .navbar-nav .nav-link {
  font-family:Lato, sans-serif;
  text-transform:uppercase;
  color: #c0c0c0;
  font-size:12px;
  letter-spacing:1px;
}
.navbar-light .navbar-nav .nav-link:hover {

  color: #ffffff;

}

.events {
  width:100%;
  min-height:70vh;
  background-image:url("../../assets/img/pattern.png");
  background-position:center;
  background-repeat:repeat;
  background-size:auto;
  padding-top:50px;
}

.event-heading {
  font-family:Montserrat, sans-serif;
  font-size:100px;
  font-weight:100;
}

.event-type {
  margin-top:100px;
}

.event-img {
  width:100px;
  padding-bottom:30px;
  opacity:0.8;
}

.event-type h1 {
  font-family:'Montserrat';
  text-transform:uppercase;
  font-weight:200;
  font-size:25px;
}

.event-main-heading {
  font-family:Lato, sans-serif;
  text-transform:uppercase;
  font-size:20px;
  letter-spacing:1px;
  font-weight:300;
  line-height:30px;
}

.capacity {
  width:100%;
  min-height:50vh;
  background-color:rgba(255,255,255,0.75);
}

.capacity-heading {
  font-family:Lato, sans-serif;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:300;
  font-size:38px;
}

.abou-paragraph.kapacitet {
  padding-bottom:30px;
}

.capacity-number {
  font-family:Montserrat, sans-serif;
  font-weight:100;
  letter-spacing:5px;
  font-size:70px;
  padding-bottom:15px;
  color: #00000099;
    text-align: right;
}

.capacity-number-p {
  font-family:Lato, sans-serif;
  letter-spacing:3px;
}

.contact {
  width:100%;
  min-height:50vh;
  background-color:#373535;
}

.contact-image {
  border:1px solid white;
}

.contact-info {
  font-family:Lato, sans-serif;
  color:rgb(255,255,255);
  font-weight:300;
  letter-spacing:3px;
  font-size:35px;
  padding-bottom:20px;
}

.contact-item {
  color:rgb(255,255,255);
  font-family:Lato, sans-serif;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:300;
}

.navbar-light .navbar-brand {
  width:120px;
  height:90px;
  background-image:url("../../assets/img/22829782_1449332498449002_5204536145684064969_o.png");
  background-position:center;
  background-size:70%;
  background-repeat:no-repeat;
}
a:hover {
    text-decoration: none;
}
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {  }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {  }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .fas {
        color: #FFF;
    }
    .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: #FFF;
    border-radius: 0;
    }
    .header-heading.bold {
    font-size: 38px;
    line-height: 45px;
    }
    .header-heading.light {
    font-weight: 100;
    color: #c0c0c0;
    font-size: 34px;
    letter-spacing: 15px;
    }
    .about-heading {
    text-align: center;
    padding: 25px 0;
    }
    .abou-paragraph {
    text-align: center!important;
    margin-top: 25px;
    }
    .event-heading {
    font-size: 50px;
    text-align: center!important;
    padding-top: 34px;
    }
    .event-type {
    margin-top: 70px;
    }
    .event-main-heading {
    line-height: 30px;
    text-align: center!important;
    }
    .capacity-heading {
    text-align: center;
    padding: 25px 0;
    }
    .show-more {
    padding: 15px;
    text-align: center;
    display: block;
    width: 70%;
    margin: 0 auto;
    }
    .abou-paragraph.kapacitet {
    padding-bottom: 0;
    }
    .capacity-number {
    font-size: 60px;
    text-align: center;
    padding: 25px 0;
    }
    .contact-image {
    margin: 20px 0;
    }
    .contact-info {
    text-align: center;
    }
    .contact-item {
    text-align: center;
    margin-bottom: 10px;
    }
    .resp {
        text-align: center!important;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {  }
