﻿.coc-content {

}
.coc-content a {
    text-decoration: underline;
}

.content-border-shadow {
    border-radius: 0.25rem;
    border-top: 2px solid var(--coc-color-blue);
    box-shadow: var(--coc-shadow-content-size) var(--coc-shadow-gray);
}
.content-container {
    margin: 0% 10%;
}

.coc-content hr {
    margin-top: 0px;
}

.content-title {
    text-align: center;
}
.content-title h1, .content-title h2, .content-title h3, .content-title h4, .content-title h5 {
    margin: 0px;
    font-weight: bold;
}


.content-main {

}

/* bootstrap size breakpoints */
/* xs */
@media only screen and (max-width: 575px) {
    .content-container {
        margin: 0% 0%;
    }
}

/* sm */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .content-container {
        margin: 0% 5.0%;
    }
}

/* md */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

/* lg */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-container {
        margin: 0% 7.5%;
    }
}

/* xl */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}

/* styles at max widths */
/* xs */
@media only screen and (max-width: 575px) {
    
}

/* sm */
@media only screen and (max-width: 767px) {

}

/* md */
@media only screen and (max-width: 991px) {
}

/* lg */
@media only screen and (max-width: 1199px) {

}

/* xl */
@media only screen and (max-width: 1399px) {
}