/*!
 * 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: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {font-family: 'Droid Sans', sans-serif,"Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}

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

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

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

.navbar-nav {
    font-weight: 400;
    
}

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

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.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: 10px 10px;
    background: #ffffff;
}


.intro-text {
    text-transform: uppercase;
    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;
}

footer {
    background: #ffffff;
    
}

footer p {
    margin: 0;
    padding: 20px 0;
}

.img-about {
	float: left;
	margin-right: 20px;
	display:block;
	max-width:100%;
	height:auto;
	border:1px solid #888888;
	
}

.img-test {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	display:block;
	max-width:100%;
	height:auto;
	border:1px solid #888888;
	
}

.img-mustad {
	float: left;
	margin-right: 20px;
	margin-bottom: 80px;
	display:block;
	max-width:100%;
	height:auto;
	border:1px solid #888888;
	
}

.img-header {
	display:block;
	max-width:100%;
	height:auto;
	margin: 0 auto;
	}

.img-header-left {
	display:block;
	max-width:100%;
	height:auto;
	padding-top: 10px;
    padding-right: 1px;
    padding-bottom: 10px;
    padding-left: 1px;
}

.img-right {
    float:right;
	margin-left: 20px;
	display:block;
	max-width:100%;
	height:auto;
}

.comp-row-hero {
	background: image(img/green-bg.jpg;) no-repeat center padding-box=0 cover;
	
	
	
	
	
}
.carousel {width:1000px;
       height:300px;
	   display: block;
    margin-left: auto;
    margin-right: auto;
	max-width:100%;
	height:auto;
	}

@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);
        text-transform: uppercase;
        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-style: solid;
   		border-width: 1px;
   		border-color: #27265b #EFEFEF ;
        background: #ffffff ;
		width: 100%;
        
    }

    

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

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

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