h4, h5, h6,
h1, h2, h3 {
    margin-top: 0;
}

ul, ol {
    margin: 0;
}

p {
    margin: 0;
}

*::selection {
    background: none repeat scroll 0 0 #fe57a1;
    color: #fff;
    -ms-text-shadow: none;
    text-shadow: none;
}

*::-moz-selection {
    background: none repeat scroll 0 0 #fe57a1;
    color: #fff;
    -ms-text-shadow: none;
    text-shadow: none;
}

html, body {
    font-family: 'Lato', sans-serif;
    background: #FAFAFA;
    color: #5A5A5A;
}

section header {
    display: none;
}

.social {
    margin-top: -200px;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 999999;
    color: #FFFFFF;
}

    .social a {
        color: #FFFFFF;
        text-decoration: none;
    }

    .social .button {
        padding: 10px;
        cursor: pointer;
        display: inline-block;
    }

        .social .button i.fa {
            -moz-min-width: 35px;
            -ms-min-width: 35px;
            -o-min-width: 35px;
            -webkit-min-width: 35px;
            min-width: 35px;
        }

        .social .button .csbuttons-count {
            display: none;
            margin-left: 20px;
        }

        .social .button:hover {
            color: #FFFFFF;
        }

            .social .button:hover .csbuttons-count {
                display: inherit;
            }

    .social .twitter {
        background: #00aced;
    }

    .social .facebook {
        background: #3b5998;
    }

    .social .googleplus {
        background: #dd4b39;
    }

    .social .github {
        background: #333333;
    }

    .social .reddit {
        background: #5f99cf;
    }

.banner {
    background: url('../img/banner.jpg') no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    padding: 10em 0 0;
    min-height: 650px;
    color: #EEEEEE;
}

    .banner h1 {
        font-size: 5em;
        margin: 0;
        -ms-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-weight: 700;
    }

    .banner p {
        font-size: 1.5em;
        font-weight: 400;
        line-height: 1.5em;
        margin: 1em 0em;
        -ms-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        text-transform: uppercase;
    }

    .banner .controls {
        margin-top: 100px;
    }

    .banner a {
        color: #EEEEEE;
    }

        .banner a:hover {
            color: #EEEEEE;
        }

    .banner .download {
        font-size: 7em;
    }



.footer {
    padding: 2em 0em 1em;
}

.box {
    background-color: #fefefe;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
}

    .box:hover .box-icon {
        background-color: #fa8072;
    }

.box-icon {
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    background-color: #24b35e;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table;
    height: 60px;
    margin: 0 auto;
    width: 60px;
    margin-top: -41px;
}



    .box-icon > span {
        color: #fff;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

.info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
}

.info > a {
    background-color: #03a9f4;
    -ms-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}

    .info > a:hover {
        background-color: #0288d1;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
        color: #fff;
        transition: all 0.5s ease 0s;
    }


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 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 {
    text-align: center;
}

.carousel-inner > .item > img {
    margin: auto;
}

.carousel-indicators li {
    border: 1px solid #5A5A5A;
}

    .carousel-indicators li.active {
        background: #5A5A5A;
    }


.carousel-control {
    color: #5A5A5A;
}

    .carousel-control:hover, .carousel-control:focus {
        color: #888888;
    }

    .carousel-control.right {
        background: transparent;
    }

    .carousel-control.left {
        background: transparent;
    }


/* MARKETING CONTENT
-------------------------------------------------- */

.marketing h2 {
    font-weight: normal;
}

.marketing p.lead {
    font-size: 18px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}


.nuget-badge code {
    background-color: #202020;
    border: 4px solid silver;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #6e6e6e;
    color: #e2e2e2;
    display: block;
    font: 1em/1.5em "andale mono","lucida console",monospace;
    overflow: auto;
    padding: 15px;
}


#download-page {
    margin-top: 100px;
}

#download-page .navigation-row {
    margin-top: 25px;
}

#download-page .navigation-row a, 
#download-page .navigation-row a:hover {
    color: #5A5A5A;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 60px 0; /* Space out the Bootstrap <hr> more */
    }
}

/*--responsive design--*/
@media (max-width:1024px) {
    .banner h1 {
        font-size: 4.5em;
    }

    .banner p {
        font-size: 1.3em;
    }

    .row > [class*="col-"] {
        margin-bottom: 3%;
    }
}

@media (max-width:768px) {
    .banner {
        text-align: center;
        padding: 1em 0 0;
        min-height: 499px;
    }

    .footer p {
        text-align: center;
    }

    .banner h1 {
        font-size: 4em;
    }

    .banner p {
        font-size: 1.2em;
    }

    .banner {
        min-height: 465px;
    }

    .row > [class*="col-"] {
        margin-bottom: 3%;
    }
}

@media (max-width:640px) {
    .banner h1 {
        font-size: 3.5em;
    }

    .banner {
        min-height: 404px;
    }

    .featurette-divider {
        margin: 40px 0; /* Space out the Bootstrap <hr> more */
    }

    .row > [class*="col-"] {
        margin-bottom: 3%;
    }
}

@media (max-width:480px) {
    .banner h1 {
        font-size: 3em;
    }

    .banner p {
        font-size: 1em;
    }

    .banner {
        min-height: 318px;
    }

    .footer p {
        font-size: 1.3em;
    }

    .featurette-divider {
        margin: 20px 0; /* Space out the Bootstrap <hr> more */
    }

    .banner .controls {
        margin-top: 50px;
    }

    .banner .download {
        font-size: 5em;
    }

    .row > [class*="col-"] {
        margin-bottom: 3%;
    }
}

@media (max-width:320px) {
    .banner h1 {
        font-size: 2.5em;
    }

    .banner p {
        font-size: 0.875em;
    }

    .banner {
        min-height: 250px;
    }

    .footer {
        padding: 1em 0;
    }

    .featurette-divider {
        margin: 20px 0; /* Space out the Bootstrap <hr> more */
    }

    .banner .controls {
        margin-top: 50px;
    }

    .banner .download {
        font-size: 5em;
    }

    .row > [class*="col-"] {
        margin-bottom: 3%;
    }
}
