﻿/* 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: 50px;
    padding-bottom: 20px;
    /*font-family: 'Times New Roman', Times, serif;*/
   
}

.twoColumns {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 100%;
}

.oneColumns {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: 70%;
}


.reddot {
    height: 25px;
    width: 25px;
    background-color: #ff0000;
    border-radius: 50%;
    display: inline-block;
}

.reddotth {
    height: 15px;
    width: 15px;
    background-color: #ff0000;
    border-radius: 50%;
    display: inline-block;
}


.show-read-more .more-text {
    display: none;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dshadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/* 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;
}

/* AL My Additions */

.artistNavBut {
    text-align: right;
}


.caps {
    text-transform: capitalize;
}


.slide {
    outline: none;
    /*margin-left: 100px;*/
    /*max-width: 800px;*/
}

#carouselx {
    width: 100%;
    height: auto;
    overflow: visible;
    white-space: nowrap;
}

#carouselx .slide {
        display: inline-block;
        padding-right: 50px;
        text-align:center;
    }




/*img {
    max-height: 600px;
}*/

p {
    /*max-width: 450px;*/
    white-space: normal;
}

.bottomNav {
    text-align:left;
}

.content p {
    margin-left:15px;
}


@media screen and (max-width: 991px) { /* Set at 991 because bootstraps does stuff with header */
    .artistNavBut {
            text-align: center;
        }

        .oess-client-header {
            display: none;
        }
    .bottomNav {
        text-align: center;
    }


    }



