﻿.carousel-item img {
    max-width: 50%;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 2px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    /*background-color: #0000ff;*/
    background-color:gray;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);
}

.carousel-indicators .active {
    width: 12x;
    height: 12x;
    margin: 2px;
    background-color: #ffff99;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    /*height: 50px;
    width: 50px;
    outline: black;
    background-size: 50%, 50%;
    border-radius: 50%;
    border: 1px solid burlywood;
    background-image: none;*/
}

    .carousel-control-next-icon:after {
        content: '>';
        font-size: 35px;
        color: black;
    }

    .carousel-control-prev-icon:after {
        content: '<';
        font-size: 35px;
        color: black;
    }
/*html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.row::before,
.row::after {
    display: table;
    content: " ";
    clear: both;
}

.one,
.one-third,
.two-thirds,
.one-fourth,
.half {
    width: 100%;
}
/* 
* Any styling that should be applied to screen widths larger
* than a mobile device: tablet, laptop, desktop, etc. 
*/

/*@media only screen and (min-width: 800px) {
    .one {
        width: 100%;
    }

    .half {
        width: calc(100% / 2);
    }

    .one-third {
        width: calc(100% / 3);
        padding: 10px 10px 10px 10px;
    }

    .one-fourth {
        width: calc(100% / 4);
    }

    .two-thirds {
        width: calc(100% / 3 * 2);
    }

    .column {
        float: left;
    }
}*/

/* Styling */

/*body {
    background: #000000;
    color: #f7f7f7;
    font-size: 1.3em;
    font-family: 'Lato';
    padding: 0 10px;
}*/

/*.column {
    border: 1px solid #666;
    background: #343436;
    padding: 1px;
    margin-bottom: 10px;
 

h1 {
    text-align: center;
}*/
