

/* Move down content because we have a fixed navbar that is 70px tall */

/*lighter body text */

body
{
    padding-top: 70px;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 60px;
    color: #381e18;
    background-color: #ffffff;
    background: url(../img/light_wool.png) repeat;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Playfair Display', serif;
}

.navbar
{
    height: 125px;
    background-color: #ffffff;
    background: url(../img/light_wool.png) repeat;
    border-color: none;
    border: none;
}

.navbar-default .navbar-nav > li > a:hover
{
    color: #ff0000;
}

.navbar-inner
{
    background-color: #ffffff;
}

.btn:focus, .btn:hover
{
    color: #FF0000;
}

a
{
    color: #6D042F;
}

a:hover
{
    color: #cc0000;
}

/*  slider
------------------------------------- */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.carousel
{
    height: 300px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: none;
    position: relative;
    top: 60px;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption
{
    z-index: 10;
}

/* Declare heights because of positioning of img element */

.carousel .item
{
    height: 300px;
    background-color: none;
    border: none;
}

.carousel-inner > .item > img
{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 300px;
}

/* Sticky footer styles
-------------------------------------------------- */

html
{
    position: relative;
    min-height: 100%;
}

.footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: url(../img/knitting250px.png) repeat;
}

/* social icons
-------------------------------------------------- */

ul.social_icons
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.social_icons li
{
    float: left;
}

ul.social_icons li a
{
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    float: left;
    margin: 0px 0 0px 5px;
    background-color: #900;
    text-align: center;
}

ul.social_icons li a#top
{
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    float: left;
    margin: 0px 0 0px 5px;
    background-color: #f98740;
    text-align: center;
}

ul.social_icons li a:hover
{
    background-color: #9e9e9e;
}

ul.social_icons li a img
{
    width: 60%;
    display: block;
    margin: 5px auto;
}

/* Custom page CSS
-------------------------------------------------- */

/* Not required for template or sticky footer method. */

body > .container
{
    padding: 60px 15px 0;
}

.container .text-muted
{
    margin: 20px 0px 0px;
}

.footer > .row
{
    padding-right: 15px;
    padding-left: 15px;
    margin: 30px 0px 0px;
}

code
{
    font-size: 80%;
}

/* 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;
}

/* MARKETING CONTENT
-------------------------------------------------- */

.marketing .row
{
    margin-bottom: 20px;
    text-align: center;
}

/*AD adapt
--------------------------- */

.marketing .roundimg
{
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 90px;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    -khtml-border-radius: 90px;
    margin: auto;
    background-color: #e8e8e8;
    text-align: center;
    padding: 30px 0 0 0;
}

.marketing .roundimg img
{
    margin: auto;
    display: block;
}

/* Center align the text within the three columns below the carousel */

.marketing .col-md-4
{
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2, h3, h4, h5, h6
{
    font-weight: normal;
    color: #900;
}

.marketing .col-md-4 p
{
    margin-right: 10px;
    margin-left: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider
{
    display: none;
}

/* Thin out the marketing headings */

.featurette-heading
{
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 992px)
{
    .navbar-collapse.collapse.in
    {
        display: block!important;
    }
    .collapsing
    {
        overflow: hidden!important;
    }
    .nav navbar-nav navbar-right
    {
        text-align: right;
        background-color: #ffffff;
    }
/* 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;
    }
    .footer > .row
    {
        margin: 10px 0px 0px;
    }
    .featurette-heading
    {
        margin-top: 200px;
    }
    .footer > .row
    {
        margin: 10px 0px 0px;
    }
}

.glyphicon-ok
{
    color: #336a0f;
}

.bg-redish
{
    background-color: #990606 !important;
}

.btn.btn-primary
{
    background: gray;
    box-shadow: 0 2px #16a085;
}

.white
{
    color: white;
}

.h2
{
    color: #990606;
}
.content-1-4 .image-container .background-image-holder
{
    background: #cccccc url('../img/yarnbowl.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}
