body
{
    background-color: aliceblue;
    text-shadow: 0.5px 0.5px 1px #000000;
    /* background-image: url(../../media/math1cover.jpg); */
    background-repeat: repeat;
    background-attachment: fixed;
}

#slide-show img
{    
    border-radius: 20px;    
    border: solid 1px;
    border-color: rgba(0,0,0,0.5);
    box-shadow: 1px 1px 1px #000000aa;
}

.feature-box
{
    background-color: rgba(46, 88, 128, 0.9);
    color: aliceblue;        
    border-radius: 30px;
    max-width: 640px;    
    padding: 10px;
}

.download-box
{
    background-color: rgba(80, 162, 236, 0.8);    
    border-radius: 30px;
    box-shadow: 2px 2px 5px #000000aa;
}


/* slidshow style */
.carousel-indicators {
/*    padding: 5px;*/
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 10px;
}

/* slidshow style */
.carousel-control-prev-icon, .carousel-control-next-icon {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
    
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 5px;
}