/* ==========================================================================
   Helpers
   ========================================================================== */

.can-click {
    cursor: pointer;
}

/* ==========================================================================
   Body
   ========================================================================== */

body {
    font-family: Montserrat;
}

section h1 {
    font-weight: 300;
}

.red-thick-line-short {
    height: 10px;
    width: 100px;
    background-color: #C42026;
    margin-top: 25px;
    margin-bottom: 50px;
}

p.large-grey-text {
    max-width: 700px;
    font-size: 18px;
    color: #666;
    font-weight: 300;
}

.white-bottom-border {
    border: solid 3px white;
}

.card-img-top {
    height: 160px;
    width: 100%;
    display: block;
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .large-grey-text {
        font-size: 21px;
    }
}

/* ==========================================================================
   Links 
   ========================================================================== */

a {
    color: #C42026;
}

a.plain {
    color: #212529 !important;
    border-bottom: 1px dotted #212529;
    padding-bottom: 5px;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
    font-weight: 300;
}

.btn-primary {
    background-color: #C42026;
    border-color: #C42026;
}

/* ==========================================================================
   Fonts
   ========================================================================== */

.text-primary {
    color: #C42026 !important;
}

.text-light {
    color: #AAA !important;
}

/* ==========================================================================
   nav 
   ========================================================================== */

nav {
    border-bottom: solid 1px #DDD;
}

/* ==========================================================================
   Contact Us
   ========================================================================== */

.contact-branch-type {
    font-size: 13px;
    color: #999;
    margin: 0;
    padding: 0;
}

.contact-data-con {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}

.contact-icon-con {
    float: left;
    font-size: 16px;
    background-color: #EEE;
    height: 44px;
    width: 44px;
    border-radius: 22px;
    line-height: 44px;
    text-align: center;
    color: #C42026;
}

.contact-text-con {
    font-size: 15px;
    margin-left: 70px;
    padding-top: 12px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer {
    margin-top: 100px;
}

#red-footer-bar {
    padding-top: 20px;
    height: 120px;
    background-color: #C42026;
    text-align: center;
}

.legal-text {
    font-size: 13px;
    color: white;
}

@media (min-width: 768px) {
    #red-footer-bar {
        padding-top: 30px;
        font-size: 23px;
        text-align: left;
    }
    .legal-text {
        font-size: 19px;
        margin-top: 20px;
        text-align: right;
    }
}

/* ==========================================================================
   Products
   ========================================================================== */

section#products {
    padding: 100px 0;
}

/* ==========================================================================
   SteelMart
   ========================================================================== */

section#steel-mart {
    background-color: #333;
    padding: 100px 0;
}

.steel-mart-img {
    height: 60px;
    width: 60px;
}

@media (min-width: 576px) {
    .steel-mart-img {
        height: 100px;
        width: 100px;
    }
}

/* ==========================================================================
   Cold Form
   ========================================================================== */

section#cold-form {
    background-color: #F4F4F4;
    padding: 100px 0;
}
/* ==========================================================================
   Arbor53
   ========================================================================== */

   section#arbor53 {
    background-color: #F4F4F4;
    padding: 100px 0;
}
/* ==========================================================================
   What It's Made Of
   ========================================================================== */

   section#made-of{
    background-color: #333;
    padding: 100px 0;
}

.steel-mart-img {
    height: 60px;
    width: 60px;
}

@media (min-width: 576px) {
    .steel-mart-img {
        height: 100px;
        width: 100px;
    }
}

/* ==========================================================================
   Projects
   ========================================================================== */

section#what-you-need {
    background-color: #C42026;
    padding: 100px 0;
}
/* ==========================================================================
   What you need
   ========================================================================== */

   section#projects {
    background-color: #C42026;
    padding: 100px 0;
}

.steel-mart-img {
    height: 60px;
    width: 60px;
}

@media (min-width: 576px) {
    .steel-mart-img {
        height: 100px;
        width: 100px;
    }
}
/* ==========================================================================
   Disclaimer
   ========================================================================== */

   section#disclaimer {
    background-color: #333;
    padding: 100px 0;
}

.steel-mart-img {
    height: 60px;
    width: 60px;
}

@media (min-width: 576px) {
    .steel-mart-img {
        height: 100px;
        width: 100px;
    }
}

/* ==========================================================================
   About
   ========================================================================== */

section#about {
    background-color: #F4F4F4;
    padding: 100px 0;
}

section#project-development {
    padding: 100px 0;
    margin-bottom: 100px;
    background-image: url('../images/project-dev.png');
    background-size: cover;
    background-attachment: fixed;
}

section#about p.lead {
    font-weight: 400;
}

/* ==========================================================================
   Contact
   ========================================================================== */

section#contac-us {
    padding: 100px 0;
    margin: 100px 0;
}

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

#myCarousel {
    border-bottom: solid 10px #C42026;
}

#myCarousel h1 {
    font-weight: 300;
    font-size: 33px;
}

/* Carousel base class */

.carousel {
    margin-top: 76px;
}

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

.carousel-caption {
    bottom: 5rem;
    z-index: 10;
}

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

.carousel-item {
    height: 32rem;
    background-color: #777;
}

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

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

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

@media (min-width: 576px) {
    #myCarousel h1 {
        font-size: 42px;
    }
    .carousel-caption {
        bottom: 8rem;
    }
}

/* Loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Preloader.gif) center no-repeat #fff;
}