
body {
font-family: 'Rubik', sans-serif;
font-weight: 400;
}

.navbar {
  background: #f5f5f5;
  /*min-height: 70px;*/
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
  line-height: 70px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.logimg {
    height: 30px;
  }

.navCont {
  padding-left: 0px;
  padding-right: 0px;
  line-height: 70px;
}

.nav > li > a {
  font-weight: 400;
  font-size: 12px;
  color: #6E7982;
  text-transform: uppercase;
  letter-spacing: 2px;
  /*padding: 17px 0 13px 0;*/
  text-shadow: none;
}

.navbar .nav > .active a:hover {
    background-color: inherit;
    box-shadow: none;
    color: inherit;
}

.navbar .brand,
.navbar .nav > .active,
.navbar .nav > .active > a {
    color: #e33b00;
    background-color: inherit;
    box-shadow: none;
}


@media (min-width: 768px) {
  .navbar {
    height: 100px;
    /*border-bottom: 1px solid rgba(133, 115, 77, 0.3);*/
  }
  .landingHeaderContContent {
    height: 100px;
  }

  .fa-stack-nav {
    margin-top: -5px;
  }

  .logimg {
    height: 60px;
    margin-top: 5px;
  }

  .navbar .nav > li  {
    margin-top: 23px;
  }
}  
/***********Index.php***************/
.exerciseTitle {
  margin-top: 50px;
  font-size: 50px;
  font-weight: 700;
}

.InfoCirlce {
  color: #72B577;
}

.phoneCircle {
  color: #F24150;
}

.indexWrapper {
  background: white;
}

.mainContent {
  margin-top: 40px;
}

.mainPic {
  max-width: 350px;
  margin-bottom: 40px;
  /*border: 1px solid black;*/
  -moz-transition:all 0.2s ease;
  -webkit-transition:all 0.2s ease;
  -ms-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.mainPic:hover {
  z-index:2;
  background: #EB8139;
  -moz-box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
  box-shadow:0 0 12px rgba(0, 0, 0, 0.6);
}

.headerText {
  background: #3C3C3E;
}

.headerText p {
  padding-top: 10px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 30px;
  color: white;
}

/*Sociala medier
--------------------------------------------------*/

.socwrapper {
  /*margin-top: 40px;*/
  background: white;
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}


.socialContent {
  /*background: white;*/
}

.postForm {
  margin-top: 30px;
  background: #279ad3;
  display: none;
  padding-left: 0px;
  padding-right: 0px;
  color: white;
  padding-bottom: 30px;
}

.postLogo {
  margin-top: 10px;
  height: 53px;
}

.socPost {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #ECF0F1;
  background: #ECF0F1;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);

}

/*.socPostComp {
  background: #BDD4DE;
  border: none;
} */

.socAvatarDiv {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}
.soc-circle {
  color: #3b5998;
}

.name {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #279ad3;
}

.socText {
  padding-top: 30px;
  padding-bottom: 10px;
}

.commentBtn {
  margin-top: 30px;
}

.commentBtn button, .commentBtn button:focus {
  
  background: #279ad3;
  color: white;
}

.commentBtn button:hover {
  background: #3b5998;
  color: white;
}


/*Kvällsbladet
--------------------------------------------------*/

hr {
	border-top: 1px solid #BDBFBD;
}

.kb-Main {
  /*background: url(../img/kvallsbladet-img/seamless_paper_texture.png);*/
  padding: 30px;
}

.kb-alert {
  background: #F0505A;
  padding: 30px;
  color: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);

}
.kb-alert ul li {
  font-size: 18px;
  font-weight: 200;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

/*Intranät
-------------------------------------------*/

.postFormIntra {
  background: #00BA90;
}

.commentBtnIntra button, .commentBtnIntra button:focus{
  background: #00BA90;
  border: none;
}

.commentBtnIntra button:hover {
  background: #01ac85;
}

.postFormHomepage {
  background: #C34031;
}

.commentBtnHomepage button, .commentBtnHomepage button:focus {
  background: #C34031;
  border: none;
}

.commentBtnHomepage button:hover {
  background: #a3362a;
}


/*Slideshow
--------------------------------------------------*/

.btnRow {
  margin-top: 50px;
}




/*LandingPage
---------------------------------------------------*/

.landingWrapper {
  background: white;
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.landingHeaderContContent {
 /* padding-top: 10px;*/
  background: #f5f5f5;
  line-height: 70px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  padding-right: 0px;
  padding-left: 0px;
}

.pageHead { 
  min-height: 500px;
  background-image: url("../img/testComp3.jpg");
  background: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 25px; 
}
.pageHeadText {
  margin-top: 150px;
  font-size: 35px;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
  /*background: rgba(71, 118, 141, 0.7);*/
}

.headHbig { 
  /*font-family: 'Exo 2', sans-serif;*/
  font-size: 80px;
  color: white; 
}
.headHlil { 
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-weight: 400;
  color: white; 
}

.landingMainText {
  padding-top: 50px;
  font-size: 15px;
}

.landingMainText h1 {
  /*color: #c83237;*/
  font-size: 50px;
  margin-bottom: 15px;
}

.list {
  padding-top: 30px;
}

.list > ul > li {
  margin-top: 10px;
}

.imgFour {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}


.fa-stackMax {
  font-size: 70px;
}

.fa-stackMax-program {
  font-size: 150px;
}
.sellingPionts {
  margin-top: 20px;
  margin-bottom: 50px;
}

.point {
  color: #424242;
  -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.point:hover {
  color: #777;
}

.cirlce1 {
  color: #72B577;
}

.circle2 {
  color: #F24150;
}

.circle3 {
  color: #454A65;
}
 
.goBtnDiv {
  padding-top: 20px;
  margin-bottom: 80px;
} 

.goBtnDiv > p > a {
  margin-bottom: 30px;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.containerFooter {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.containerFooter .text-muted {
  margin: 10px 0;
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
}