﻿/* Move down content because we have a fixed navbar that is 50px tall */
.TextLabelFontSize {
    font-size: 12px;
}

.ProgramTitleFontSize {
    font-size: 20px;
    font-weight: bold;
    color: blue;
    text-decoration: underline;
}


.buttonmobile2 {
    height: 40px;
    width: 100px;
}
.MainMenuTitle{
    color:red;
    display:none;
}
.contentsize {
    width: 50%;
    align-content: center;
}

.carousel-imagesize {
    width: 95%;
    height: 300px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 2px solid black;
    background-image: none;
}
.carousel-control-next-icon:after {
        content: '>';
        font-size: 55px;
        color: red;
}

.carousel-control-prev-icon:after {
        content: '<';
        font-size: 55px;
        color: red;
}




