/* General website settings - all screens */

body {
  font-family: Montserrat, sans-serif;
}

header {
  background: url("../../assets/img/cover-1.jpg");
  height: 350px;
  background-size: cover;
}

header .navbar .dropdown {
  padding-right: 10px;
}

header .navbar .dropdown a {
  color: #ffffff;
}

header .navbar #navbar-quickbuttons {
  width: 100%;
  /*border-width: 0px;*/
  text-align: right;
}

.header-blue {
  background-color: rgb(74,15,52);
  padding-bottom: 80px;
}

.header-blue .navbar {
  background-color: rgb(74,15,52);
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #ffffff;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

#logo {
  width: 200px;
  text-align: left;
}

.header-blue .navbar .navbar-collapse {
  border-top: 1px solid rgba(255,255,255,0.3);
  margin-top: .5rem;
  border-color: transparent;
  margin: 0;
}

.header-blue .navbar .navbar-toggler {
  border-color: rgba(255,255,255,0.3);
}

.header-blue .navbar .navbar-toggler:hover, .header-blue .navbar-toggler:focus {
  background: none;
}

.header-blue .navbar .navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  background-color: rgb(74,15,52);
  border-style: none;
  box-shadow: none;
  border-radius: 15px;
}

.header-blue .navbar .dropdown-menu .dropdown-item:focus, .header-blue .navbar .dropdown-menu .dropdown-item {
  line-height: 2;
  color: #ffffff;
}

header-blue .navbar .dropdown-menu .dropdown-item:focus, .header-blue .navbar .dropdown-menu .dropdown-item:hover {
  background: #ebeff1;
}

.header-blue .action-button, .header-blue .action-button:not(.disabled):active {
  border: 2px solid rgba(255,255,255,0.7);
  border-radius: 40px;
  border-color: #83b031;
  color: #ffffff;
  box-shadow: none;
  text-shadow: none;
  padding: .3rem .8rem;
  background-color: rgb(74,15,52);
  transition: background-color 0.25s;
  outline: none;
  /*margin-right: 20px;*/
  margin-left: 6px;
  /*padding-bottom: 1px;*/
}

.header-blue .action-button:hover {
  color: rgb(74,15,52);
  background-color: #ffffff;
}

.header-blue .hero {
  margin-top: 20px;
  text-align: left;
}

.header-blue .hero h1 {
  margin-top: 60px;
  color: #4b0f34;
  /*font-size: 60px;*/
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

.header-blue .hero h2 {
  color: #1c2657;
  margin-bottom: 23px;
  margin-top: 0px;
}

.header-blue .hero a {
  color: rgb(74,15,52);
  /*text-decoration: none;*/
  /*border-bottom: 1px dotted;*/
}

.hero-button a:hover {
  color: rgb(74,15,52);
  background-color: #ffffff;
  border-color: #83b031;
}

.hidelogos {
  visibility: hidden;
}

.fs-3 {
	color: rgb(186,93,150);
}

 li {
	color: #4a0f34;
	 
}

@media (min-width: 300px) {
  .header-blue .hero p {
    /*color: rgb(74,15,52);*/
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 300;
  }
}

/* Accordion override */

accordion-button:focus {
  box-shadow: none;
}

/* Mobile-Phone en Tablet */

@media (min-width:768px) {
  .header-blue .hero h1 {
    margin-top: 60px;
    text-align: left;
    /*color: rgb(74,15,52);*/
    font-size: 49px;
  }
}

@media (min-width:768px) {
  .header-blue .hero {
    /*margin-top: 60px;*/
    /*text-align: left;*/
    /*color: rgb(74,15,52);*/
    font-size: 40px;
  }
  header {
    height: 350px;
  }
}

/* Mobile-Laptop plus */

@media (min-width: 992px) {
  .header-blue .navbar-nav .nav-link {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
	header {
    height: 350px;
  }
}

@media (min-width: 992px) {
  .nav-dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (min-width: 992px) {
  .header-blue .hero h1 {
    /*margin-top: 60px;*/
    margin-bottom: 24px;
    line-height: 1.2;
    /*font-size: 60px;*/
  }
}

@media (min-width: 1200px) {
  header {
    height: 400px;
  }
}

#hero-button a {
  box-shadow: 0px 0px 1px 1px #ffffff;
  border-radius: 40px;
  color: rgb(255,255,255);
  padding-bottom: 4px;
  background-color: rgb(74,15,52);
  transition: background-color 0.25s;
}

@media (min-width: 768px) {
  .hidelogos {
    visibility: visible;
  }
}

