﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 90px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}
/* QR code generator */
#qrCode {
    margin: 15px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #dff0d8;
}
.half {
    float: left;
    width: 50%;
    padding-right: 24px;
    padding-left: 24px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    flex: 33.33%;
    max-width: 33.33%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}

.zoom {
    padding: 50px;
 /*    background-color: green; */
    transition: transform .2s;
/*     width: 500px;
    height: 300px; */
    margin: 0 auto;
}

.zoom:hover {
    -ms-transform: scale(1.25); /* IE 9 */
    -webkit-transform: scale(1.25); /* Safari 3-8 */
    transform: scale(1.25); 
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
    .distribitor{
        font-size: 12px;
    }
    h3{
        font-size: 16px;
    }
    .distribitor img{
        width: 120px;
    }    
    
}
/* Hide/rearrange for smaller screens */
@media only screen and (max-width: 600px) {
    #myCarousel1 h4{
        font-size: 12px;
    }   
    h3{
        font-size: 12px;
    }   
}
@media only screen and (min-width: 1800px){
    .container {
        width: 1770px;
    }
}
@media only screen and (min-width: 1600px){
    .container {
        width: 1570px;
    }
}
@media only screen and (min-width: 1400px){
    .container {
        width: 1370px;
    }
}
@media only screen and (min-width: 601px){
    .col-3, .quarter {
        width: 24.99999%;
    }
}
@media only screen and (min-width: 450px){
    .col-6, .half {
        width: 49.99999%;
    }
}
@media only screen and (max-width:450px) {
    .half {
        padding-right: 8px;
        padding-left: 8px;
    }
}