
/* extra imports, fonts etc */


/*
 * Style tweaks
 * --------------------------------------------------
 */

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}



body {
    background: url('../img/skuffa-fisk.jpg');
    # alt-blir-kvitt.jpg');
     background-color: #7d937e;
     margin: 0;
     background-repeat:no-repeat;
     background-attachment: fixed;
     margin: 0 0 34px; /* bottom = footer height */
     padding: 7px;
     padding-top: 70px;
}

footer {
    width: 100%;
    height: 34px;
    !border;
    font-family: 'Amatic SC';
    color: black;
    background-color: #777777;
}

.table  {
  border-top: none;
}

.text-muted  {
    color: black;
}

.navbar-custom {
  font-family: 'Amatic SC', cursive;
  font-size: 24px;
}

h2  {
    font-weight: bold;
    font-family: 'Amatic SC', cursive;
    font-size: 28px;
}
h3  {
    font-weight: bold;
    font-family: 'Amatic SC', cursive;
    //font-size: 28px;
}

.image-with-text-over {
  position: relative;
  text-align: center;
}

/* Bottom right text */
.center-overlay-text-block {
  position: absolute;  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;  
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    margin-left: 60px;
    width: 50%; /* 6 columns */
  }
}

.jumbotron {
    background: url('../img/band-1.jpg');
    background-repeat: no-repeat;
    background-size:contain;
    height:200px;
    width:100%;
    //background-color: none;
    //right: 50%; /* 6 columns */
}


.biopic {
    background: url('../img/honeytrap-borgen-brenner3.jpg');
    background-repeat: no-repeat;
    background-size:contain;
    //height:200px;
    width:100%;
    //border-radius: 5%;
    //background-color: none;
    //right: 50%; /* 6 columns */
}

.evig-input  {
    background-color: #777777;
    color: black;
}

.evig-btn  {
//    font-family: 'Amatic SC', bold, cursive;
//    font-size: 14px;
    color: black;
}

.alert-warning {
  color: white;
  background-color: #cc3399;
  border-color: #faebcc;
}


.thumbnail  {
  background-color: darkgrey; // #7d9341;
  background: rgb(		143,188,143); //85,107,47);//125, 147, 65); /* Fall-back for browsers that don't
                       //             support rgba */
    background: rgba(	143,188,143, .75);
  border-color: black; //#faebcc;
}
