/* Bootstrap - site specific stylesheet */
/* Joseph Gallagher */
/* May 2014 */

body {
    color: #4c4c4c;
}
p {
    font-size: 14px;
}
a, a:hover, a:focus {
    color: #6060b9;
}
.fullWidth {
    width: 100%;
    max-width: 100%;
}
.well {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}
/*---------------------
    Headings
---------------------*/
h1 {
    font-size: 28px;
    line-height: 1.6;
    margin-top: 0;
}
/*---------------------
    Header
---------------------*/
header {
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#logo {
    background: url(../img/logo.png) no-repeat 0 0;
    height: 32px;
    width: 232px;
    margin: 0 auto 25px auto;
    padding: 0;
    float: none;
    text-indent: -9999px;
}
.number {
    font-size: 28px;
}
/*---------------------
    Nav
---------------------*/
.navbar {
    text-align: center;
    margin-bottom: 0;
    min-height: 30px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #b3b1dc;
}
.navbar-nav {
    float: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
}
.navbar-default .nav > li {
    display: inline-block;
    font-size: 18px;
    width: 14.28%;
}
.navbar-default .nav > li > a {
    padding: 15px 0;
    color: #fff;
}
.navbar-default .nav > li > a:hover, .nav > li > a:focus {
    background: rgba(225, 225, 225, 0.2); 
    color: #fff;
}
.navbar-toggle {
    color: #000;
}
/* Nav colours */
.navbar-default .nav > li:nth-child(1) {
    background: #FFA500;
}
.navbar-default .nav > li:nth-child(2) {
    background:#FFFF00;
	color: black;
	/* background:  #e12e2e; */
}
.navbar-default .nav > li:nth-child(3) {
    background: #549d54;
}
.navbar-default .nav > li:nth-child(4) {
    background: #60c6df;
}
.navbar-default .nav > li:nth-child(5) {
    background: #6060b9;
}
.navbar-default .nav > li:nth-child(6) {
    background: #4B0082;
}
.navbar-default .nav > li:nth-child(7) {
    background: #9932CC;
}

@media (max-width: 700px) {
    .navbar-default .nav > li {
        display: block;
        width: 100%;
    }
}
/*---------------------
    Section colours
---------------------*/
/* Kurser */
.kurser h1 {
    border-bottom: #FFA500 5px solid;
}
.kurser a, .kurser a:hover, .kurser a:focus {
    color: #FFA500;
}
/* Om Sommestad */
.omsommestad h1 {
    border-bottom: #FFFF00 5px solid;
}
.omsommestad a, .omsommestad a:hover, .omsommestad a:focus {
    color: #FFFF00;
}


/* Retreat */
.retreat h1 {
    border-bottom: #549d54 5px solid;
}
.retreat a, .retreat a:hover, .retreat a:focus {
    color: #549d54;
}
/* Samtaler */
.samtaler h1 {
    border-bottom: #60c6df 5px solid;
}
.samtaler a, .samtaler a:hover, .samtaler a:focus {
    color: #60c6df;
}
/* Mindfulness */
.mindfulness h1 {
    border-bottom: #6060b9 5px solid;
}
.mindfulness a .mindfulness a:hover, .mindfulness a:focus {
    color: #6060b9;
}
/* Blog */
.blog h1 {
    border-bottom: #9932CC 5px solid;
}
.blog a, .blog a:hover, .blog a:focus {
    color: #9932CC;
}
.blog h1 a, .blog h1 a:hover, .blog h1 a:focus {
    color: #9932CC;
}
/* Kontakt */
.kontakt h1 {
    border-bottom: #4B0082 5px solid;
}
.kontakt a, .kontakt a:hover, .kontakt a:focus {
    color: #4B0082;
}
/* Button overide */
a.btn, a.btn:hover, a.btn:focus {
    color: #fff;
}
/*---------------------
    Banner
---------------------*/
.banner img {
    width: 100%;
    display: inline-block;
    clear: both;
    margin-bottom: 15px;
}
/*---------------------
    Breadcrumb
---------------------*/
.breadcrumb {
    margin-top: 25px;
    margin-bottom: 25px;
}
/*---------------------
    Main Content
---------------------*/
#mainContent img {
    width: 100%;
    margin-bottom: 10px;
}
/*---------------------
    Blog
---------------------*/
.blogEntry {
    margin-bottom: 50px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background: #e12e2e;
    border-color: #e12e2e;
}
#mainContent.blog img {
    margin-bottom: 0;
}
/*---------------------
    Social
---------------------*/
.fa-circle {
    color: #6060b9;
}
/*---------------------
    Footer
---------------------*/
footer {
    margin-top: 15px;
    padding: 25px 0;
}
footer p {
    font-size: 18px;
}