/* MARGIN RESET */

* {
    margin: 0;
}
#front {
z-index: -1;
}

/* HEADER & NAV */

header {
    width: 100%;
    min-height: 10em;
    max-height: 10em;
    background-color: rgb(85, 32, 19);
}    

/* Snippet fra Littlesnippets.net - http://littlesnippets.net/category/categories/Buttons/page/3/ */
    
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600);
.snip1319 {
  font-family: 'Raleway', Arial, sans-serif;
  border: none;
  background-color: rgba(0, 0, 0, 0.0);
  border-radius: 5px;
  color: rgb(251, 200, 171);
  cursor: pointer;
  padding: 0px 1px;
  display: inline-block;
  margin: 15px 110px;
  text-transform: uppercase;
  line-height: 2.7em;
  font-weight: 600;
  font-size: 1em;
  outline: none;
  position: relative;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.snip1319:after {
  position: absolute;
  height: 100%;
  left: 0;
  right: 100%;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.snip1319:hover:after,
.snip1319.hover:after {
  right: 0;
}

.but1 {
    float: left;
}

.but2 {
    float: right;
}


.but1, .but2 {
    margin-top: 90px;
    
}

#logo {
    margin: 0px;
    margin-left: -50px;
    margin-top: 17.4px;
    z-index: 0;
    position: absolute;
}

a {
    text-decoration: none;
    color: rgb(251, 200, 171);
}

/* FOOTER */

.footerlist {
    list-style-type: none;
    max-width: 60%;
    display: inline;
}

.footer {
    width: 100%;
    min-height: 11.1em;
    max-height: 10em;
    background-color: rgb(85, 32, 19);
    margin-top: -4px;
    position: absolute;
    z-index: auto;
}

.footerpic {
    display: inline;
    color: aqua;
    width: 20px;
    height: 20px;
    padding: 0px 5px;
    float: left;
    clear: left;
}

#footertekst {
    float: left;
    margin-top: -130px;
    margin-left: 73%;
   
}
.info{
 padding-left: 17%;  
    width: 80%;
}

p, h2, h3{
    color:rgb(251, 200, 171);;
    font-family: 'Raleway', Arial, sans-serif;
    line-height: 2.4;
}

#fb, #insta {
    width: 50px;
    height: 50px;
    display: inline;
    float: right;
    margin: 2px 20px 0px 0px ;
}

/* FRONT PAGE */


/* EVENTS */

#eventbillede {
    width: 100%;
    height: 630px;
}

#event {
    width: 420px;
    height: 797px;
    background-color: rgba(79, 31, 21, 0.7);
    line-height: 2.4;
    position: absolute;
    top: 1%;
    margin-top: 153px;
}

.tekst {
    color: white;
    font-family: 'Raleway', Arial, sans-serif;
    padding-top: 15px;
    padding-left: 15px;
}


/* GALLERI */

div.gallery {
    margin: 8px;
    border: 1px solid #000;
    display: inline-block;
    width: 212px;
    float: left;
    border-color: rgb( 85, 32, 19);
    background-color: rgb( 85, 32, 19);
}

div.gallery:hover {
   box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.5);
}

div.gallery img {
    border-image-outset: 10px;
    width: 212px;
    height: 150px;
    background-color: rgb( 85, 32, 19);    
}

div.desc {
    position:relative;
    padding: 10px;
    text-align: center;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 14px;
    background-color: rgb( 85, 32, 19);
    color: rgb(251, 200, 171); 
}


body {
    background-color: white;
    
}

#galleri{
    margin-left: 5%;
    padding: 10px;
}

#galle {
    background-color: white;
    height: 740px;
    padding-top: 110px;
}

/* CAFÉ */

#billeder {
    text-align-last: center;
    background-color: black;
    display: block;
}

#tekst1 {
    text-align: center;
}

#boks1 {
    background-color: black;
    padding: 1px;
    margin left: 25px;
    margin-right: 1px;
}

.mad {
    margin: 0px;
    float: left;
    border-color: 'coral'
}

#boks1 {
    text-align: center;
    color: beige;
    font-size: 20px;
    margin-top: 0px
    
}
