a{
color:#636465;}
li {
    list-style-type: none;}

body {
    background-color:#fff;}

.Carousel {
    box-shadow: 3px 8px 10px 5px #ddd;
    margin-bottom: 20px;}

.contents {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 3px 1px 10px 5px #ddd;
    margin-bottom: 20px;
    border-radius: 5px;}

.activity {
    background-color: #0052a4;

    border-radius: 10px;

    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;}

.activity li {
    font-size: 28px;
    color: #fff;}

#myCanvas {
    position: absolute;
    top: 10px;}

.windowOne {
    width: 100%;
    overflow: hidden;
    margin-left: -10px;}

#windowTwo {
    width: 3000px;
    margin-left: 0px;
    transition: margin-left 1s;
    -webkit-transition: margin-left 1s;}

.windowOne li {
    float: left;}

.windowOne img {
    display: block;
    width: 300px;
    height: 180px;
    padding: 0 10px;}
.panel-primary{
    border: 1px solid #ddd;}
.panel-primary > .panel-heading{
    background-color: #0060b0;
    font-size: 16px;}
.list-group-item{
    border: 0;
    padding-top: 6px;
    padding-bottom: 6px;}
.carousel-control{
     top: 25px;
     height: 228px;
     width: 9%;
     font-size: 128px;}
.carousel-control.rights{
    right: 0;
    left: auto;}
.list-groups li{
    width: 70%;
    margin-left: 15%;
    display: inline-block;
    line-height: 52px;
    border-radius: 5px;}
.list-groups img{
    width: 100%;
    border-radius: 5px;}
 .one{
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-around;
            align-items: flex-start;
margin-bottom:10px;

        }
        .one>div{
            width: 30%;
            min-width: 300px;

        }
        .one>div>p{
            font-size: 24px;
            font-weight: bold;           
font-family: cursive;

padding: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #0ba5fa;
    background-image: linear-gradient(360deg, #91c3f5 5%, #ffffffeb 100%);
    border-radius: 5px;

           
        }
        .one>div>p>small, .one>div>p>span{
            font-weight: 500;
            color: rgb(98, 98, 98);
        }
        .one>div>p>span{
            
            float: right;
            line-height: 30px;
            cursor: pointer;
            
        }
        .one>div>p>span a{
            text-decoration: none;
            color: rgb(98, 98, 98);

        }
        .one>div>ul>li{
            list-style-type: none;
            line-height: 2em;
            color: #434343;
            font-family: 'Open Sans', helvetica, arial, sans-serif;
          
           


        }
        .one>div>ul>li>a{
            text-decoration: none;
            color: #434343;
font-size:14px;
        }
        .one>div>ul>li::before{
            content: "";
            display: inline-block;
            width: 6px;
            height: 6px;
            background-color: #0052a4;
            margin-right: 10px;
            line-height: 30px;
            vertical-align: middle;
            

        }
