/*
Theme Name: Global Axis Theme
*/

body {
    padding-top: 3rem;
}

img {
    max-width: 100%;
}

.product-img {
    max-width: 85%;
    max-height: 204px;
}

.site-inner_background {
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
    min-height: 1103px;
}

.background-darken {
    background-color: rgba(0,0,0,.8);
    line-height: 1;
}

.position-absolute_std {
    position: absolute;
    top: 0;
    left: 0;
}

.text-shadow_std {
    text-shadow: 0 0 3px #000000;
}

h1, h2, h3, h4 {
    text-transform: uppercase;
    color: #0282c2;
}

.btn-primary {
    background-color: #0282c2;
    border-color: #0282c2;
}

.btn-primary:hover {
    background-color: #0a1e60;
    border-color: #0a1e60;
}

.profile-img {
    height: 0;
    padding-bottom: 110%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}



@media screen and (max-width: 991px) {
    .site-logo {
        max-width: 200px;
    }
    .carousel-caption {
        left: 0;
        right: 0;
    }
    .small-img {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .site-logo {
        max-width: 120px;
    }
    body {
        padding-top: 1rem;
    }
    .mobile_align-center {
        text-align: center !important;
    }
    .product-img {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}