/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*h1,
h2,
!h3,
h4,
h5,
h6 {
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}*/

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 400px;
    border-color: #999999;
}


.brand,
.address-bar {
    display: none;
}

.address-bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.address-bar li {
  float: left;
  border-right:1px solid #bbb;
}

.address-bar li:last-child {
  border-right: none;
}

.address-bar li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.address-bar li a:hover:not(.active) {
  background-color: #111;
}

.active {
  /* background-color: #04AA6D; */
}

.navbar-brand {
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-brand li {
    float: left;  
    margin: 0 5px; 
}

.navbar-brand a {
   color: red; 
}

.navbar-nav {
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

.logo {
   text-align: center;
   padding: 15px;
}

.logo-image {
   margin: 0;
}

.meni ul {
    list-style: none;
    margin: 0;
    padding: 5px;
    text-align: center;
	font-size: 1.25em;
}    
    
.meni li {
    display: inline-block;
    /* float: left;   Fit all your links nicely in one line*/
    margin: 10px 0; 
    /* Give them to the left and right a little room to breathe */
    /* You can adjust the space by modifying the 5px value, */
    /* the 0 modifies the top/bottom spacing */
    border-right:1px solid #155071;
}

.tim-licences {
    margin: 0;
    padding-left: 4em;
	padding-Right: 2em;
} 

.meni li:last-child {
  border-right: none;
}

.meni a {
   color: #155071; /* fancy red color for your links*/
   padding: 10px 16px;
}

a.meni-link:hover {
  color: #56c5d0;
  text-decoration: none;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer .copyright {
    margin: 0;
    padding: 20px 0;
}

ul.icons {
    padding: 20px 0;
    list-style: none;
}

ul.icons li {
    display: inline-block;
    padding: 0 1.25em 0 0;
    font-size: 1.75em;
}

ul.icons li a {
    text-decoration: none;
}

/* Recommendations Page Styles */
.recommendation-item {
    margin-bottom: 15px;
    padding: 15px;
}

.recommendation-item h4 {
    margin-bottom: 20px;
    color: #155071;
    font-size: 1.5em;
}

.recommendation-img {
    max-width: 80%;
    margin: 20px auto 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.recommendation-img:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.download-link {
    margin-top: 15px;
    font-size: 1.1em;
}

.download-link a {
    color: #155071;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.download-link a:hover {
    color: #56c5d0;
    text-decoration: none;
}

.download-link i {
    margin-right: 5px;
}

/* Business Reference Section */
.business-reference {
    margin-top: 30px;
    padding: 20px;
}

.business-reference h4 {
    color: #155071;
    margin-bottom: 20px;
    font-size: 1.3em;
}

.business-reference blockquote {
    border-left: 5px solid #155071;
    padding: 15px 20px;
    margin: 20px auto;
    max-width: 800px;
    font-size: 1em;
    font-style: italic;
    background: rgba(21, 80, 113, 0.05);
}

.business-reference blockquote footer {
    margin-top: 10px;
    font-size: 0.9em;
    font-style: normal;
    color: #666;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 35px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
	
}

@media screen and (max-width:767px) {
    .meni ul {
        font-size: 1em;  /* or 0.85em for even smaller */
    }
    
    .meni a {
        padding: 10px 8px;  /* reduce left/right padding to save space */
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
