/*
Theme Name: Njau
Theme URI: http://www.ahltorpmedia.se
Author: the Mikael Strömgren
Author URI: http://www.ahltorpmedia.se
Description: Wordpress-tema för njau.se
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: njau

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,700italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url(https://fonts.googleapis.com/css?family=Luckiest+Guy);

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 30px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.carousel-inner{
  background-image:url('inc/img/slide1.jpg');
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  /*background-color: #777;*/
  /*background-image:url('../img/bg2.jpg') */
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
/*
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
*/

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    /*margin-top: 20px;*/
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

/* Because widget areas had a fixed height but resized under 1200px, the content overflowed 
@media (max-width: 1200px) {
  .cnctr {
    height: auto!important;
  }
}
*/


body {
	font-family: 'Roboto', sans-serif;
	background:#faf7ee;
}

#nav-njau.navbar-inverse .navbar-brand {
    color: rgba(255, 255, 255, 1);
	/*font-style: italic;*/
	font-family: 'Paprika', cursive;
	font-size:20px;
}
/*.item h1, .featurette h2, .marketing h2 {*/
h1,h2,h3,h4 {
	font-family: 'Josefin Sans', sans-serif;
}

#cn {
	display: inline-block;
	font-family: 'Luckiest Guy', cursive;
	margin:0 0 15px 0;
	padding:8px 12px;
	background: #faf7ee;
	font-size:38px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	border-style:none dotted dotted dotted;
	border-width:2px;
	border-color: #e3e0d1;
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;	
}
#cn a { 
	color: #006aa7;
}
#cn a .ln {
	color: #fecc00;
}
#cn a:hover {
	text-decoration:none;
}

h3#cn a {
	transition-property:none;
}

#cn a:hover {
	color: #006aa7 !important;
}


.cnctr {
	border:1px solid #ddd;
	background:#fff;
	margin:0 0 10px 0;
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;		
}
.cnctr h2 {
	color:#fff;
	margin-top:0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px 15px;	
}
.cnctr .row {
	padding:0 10px;
}

.btn-primary, h2 {
	border:none;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);	
}

.btn-primary {
    background: -webkit-linear-gradient(top, rgba(0,106,167,0.8), rgba(0,106,167,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(0,106,167,0.8), rgba(0,106,167,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0,106,167,0.8), rgba(0,106,167,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0,106,167,0.8), rgba(0,106,167,1)); /* Standard syntax (must be last) */	
}

.cnctr-blue h2, .cnctr-blue .btn-primary {
	background:#006aa7;
    background: -webkit-linear-gradient(top, rgba(0,106,167,0.8), rgba(0,106,167,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(0,106,167,0.8), rgba(0,106,167,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0,106,167,0.8), rgba(0,106,167,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0,106,167,0.8), rgba(0,106,167,1)); /* Standard syntax (must be last) */		
}

.cnctr-yellow h2, .cnctr-yellow .btn-primary {
	background:#fecc00;
    background: -webkit-linear-gradient(top, rgba(254,204,0,0.8), rgba(254,204,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(254,204,0,0.8), rgba(254,204,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(254,204,0,0.8), rgba(254,204,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(254,204,0,0.8), rgba(254,204,0,1)); /* Standard syntax (must be last) */		
}

.cnctr-green h2, .cnctr-green .btn-primary, .cn-partners {
	background:#009933;
    background: -webkit-linear-gradient(top, rgba(0,153,51,0.8), rgba(0,153,51,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(0,153,51,0.8), rgba(0,153,51,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0,153,51,0.8), rgba(0,153,51,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0,153,51,0.8), rgba(0,153,51,1)); /* Standard syntax (must be last) */		
}

.cnctr-red h2, .cnctr-red .btn-primary, .cn-footer {
	background:#e93b3b;
    background: -webkit-linear-gradient(top, rgba(233,59,59,0.8), rgba(233,59,59,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(233,59,59,0.8), rgba(233,59,59,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(233,59,59,0.8), rgba(233,59,59,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(233,59,59,0.8), rgba(233,59,59,1)); /* Standard syntax (must be last) */		
}

.dropdown-menu .divider {
	background-color:#ef8807;
}

.dropdown-header {
}

.dropdown-menu {
    background-color: rgba(239, 134, 7, 1);
    background: -webkit-linear-gradient(top, rgba(246, 179, 4, 1) 0%, rgba(239, 134, 7, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 179, 4, 1) 0%, rgba(239, 134, 7, 1) 100%);
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a.active {
	background-color:#a21e05;
	color:#FFF;
}


.cnctr-dashed .row  {
	margin:10px;
	border-width:2px;
	border-style:none dotted none dotted;
	border-color: #e3e0d1;
}

.cn-partners {
	margin:30px 0;
	width:100%;
	height:100px;
}
.cn-partners h2, .cn-partners p {
	color:#fff;
}
.cn-footer  {
	margin:0;
}

.item img {
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
}

#nav-njau.navbar-inverse {
    font-size: 18px;
    background-color: rgba(239, 134, 7, 1);
    background: -webkit-linear-gradient(top, rgba(246, 179, 4, 1) 0%, rgba(239, 134, 7, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 179, 4, 1) 0%, rgba(239, 134, 7, 1) 100%);
    border-bottom-width: 0px;
	text-shadow: 1px 1px 0px rgba(100, 100, 100, 1);
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.3);
}
#nav-njau.navbar-inverse .navbar-nav>li>a {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(248, 248, 248, 0);
}
#nav-njau.navbar-inverse .navbar-nav>li>a:hover,
#nav-njau.navbar-inverse .navbar-nav>li>a:focus {
    color: rgba(51, 51, 51, 1);
    background-color: rgba(248, 248, 248, 0);
	text-shadow: none;
}
#nav-njau.navbar-inverse .navbar-nav>.active>a,
#nav-njau.navbar-inverse .navbar-nav>.active>a:hover,
#nav-njau.navbar-inverse .navbar-nav>.active>a:focus {
    color: rgba(85, 85, 85, 1);
    background-color: rgba(231, 231, 231, 1);
	text-shadow: none;
}
#nav-njau.navbar-inverse .navbar-toggle {
    border-color: #ddd;
}
#nav-njau.navbar-inverse .navbar-toggle:hover,
#nav-njau.navbar-inverse .navbar-toggle:focus {
    background-color: #ddd;
}
#nav-njau.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #888;
}
#nav-njau.navbar-inverse .navbar-toggle:hover .icon-bar,
#nav-njau.navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #ef8607;
}

#nav-njau.navbar-inverse .dropdown-menu>li {
	text-shadow:none;
}

.carousel-caption img{
    box-shadow: none;
}

.rainbow {
  background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.page-header {
  min-width: 100%;
  height: 140px;
  margin:0;
  background: url("https://www.njau.se/wp-content/themes/njau/inc/img/pageheader-bg.jpg") #FFF no-repeat right top; 
}


.puffs {
	margin-top:20px;
}
.noo-layerslideshow-container {
	z-index:1;
}