﻿html,body {
    font: 400 1em 'Handlee', Helvetica, sans-serif;
    background-color: #3F0207;
    background: url('../img/bg.jpg');
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
h1
{
  font: 800 1.8em 'Handlee', Helvetica, sans-serif;
  -webkit-margin-before: 0.4em;
-webkit-margin-after: 0.4em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
/*text-shadow: 4px 4px 3px rgba(0,0,0,0.1);*/ 
  
}
h2
{
  font: 800 1.2em 'Handlee', Helvetica, sans-serif;
  -webkit-margin-before: 0.4em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
h3
{
  font: 800 1em 'Handlee', Helvetica, sans-serif;
  -webkit-margin-before: 0.4em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
a
{
    color:#004E87;

}

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

/*.animate {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.animate.move {
    top: 0;
}*/
colorpicker {

}
.navbarstyle {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0072C6), to(#004E87));
  background-image: -webkit-linear-gradient(top, #0072C6 0%, #004E87 100%);
  background-image: -moz-linear-gradient(top, #0072C6 0%, #004E87 100%);
  background-image: linear-gradient(to bottom, #0072C6 0%, #004E87 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0072C6', endColorstr='#ff004E87', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

}
.navbarstyle .navbar-nav>li>a {
    color:#FFFFFF;
}

/*@media(max-width:767px)
{    
.navbar-collapse {
     max-height: none;
}
}*/

.container {
    width:98%;
}
#wrap {
    overflow:hidden;
}
.pageview {
    /*margin:0 auto;*/
}
.pageviewcontent {
    /*text-align:center;*/
    padding-left: 10px;
    padding-right: 10px;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    /*-moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;*/

    background-color: #FFFFFF;
    min-height: 300px;
    
    border: 1px solid rgba(0, 114, 198, 1);

    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 114, 198, 0.75);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 114, 198, 0.75);
    box-shadow: 0px 0px 5px 3px rgba(0, 114, 198, 0.75);

    /*opacity: 0.90;*/
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.8);
   
    /*content centreren*/
    /*margin:0 auto;*/
}


.storylist {
    cursor:pointer;
    margin:0 auto;
    border: 1px solid #0072C6;
    background-color:#FFFFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width:400px;

}

.storylistimage {
    width:70%;
    border:0px;
}
.storylistmini {
    cursor:pointer;
    margin:0 auto;
    border: 1px solid #0072C6;
    background-color:#FFFFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width:200px;
    min-height:300px;
}

.contentpadding {
padding-left:15px;
padding-right:15px;
}
.storylistminiimage {
    width:90%;
    border:0px;
}

.storydetails {
    
    margin:0 auto;
    border: 1px solid #0072C6;
    background-color:#FFFFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width:100%;
}
.htmleditor {
}

/* modal dialog verticaal centreren */
/*.modal-dialog {
  padding-top: 10%;
}*/