html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
}

.subTitle    {
    font-size: 18px;
    text-align: center;
    font-family: 'Alkatra', cursive;
    font-weight: bold;
}

.mainTitle {
    font-size: 50px;
    text-align: center;
    font-family: 'Alkatra', cursive;
}

.fullscreen-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -10;
    background: url('images/bakgrunnur.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    background-color: rgba(0,0,0,.8);
    margin: 110px auto 0;
    max-width: 700px;
    padding: 20px;
    color: white;
    box-shadow: 12px 12px 2px 1px rgba(0, 0, 0, .5);
}

.copyright, .mainTitle, .subTitle {
    color: Black;
}

h3 {
    font-weight: bold;
    font-size: 30px;
    font-family: 'Alkatra', cursive;
}

.faqtext {
    font-weight: 100;
    font-size: 14px;
    font-family: 'Alkatra', cursive;
}

.faq {
    font-weight: bold;
    font-size: 18px;
    font-family: 'Alkatra', cursive;
}

.mapPhoto {
    width: 100%;
    height: 100%;
}

.copyright {
    margin:0;
    text-align: center;
    width: 100%;
    font-weight: 75;
    font-size: 12px;
}

.accordion {
    background-color: rgba(0, 0, 0, .0);
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: rgba(0, 0, 0, .2); 
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: rgba(0, 0, 0, .0);
    overflow: hidden;
  }

  .gunText {
    font-size: 18px;
    font-family: 'Alkatra', cursive;
  }