
section {
    display: block;
    margin: 10px;
    width: 100%;
}


h1 {
    color: darkslateblue;
    font-size: 26pt;
}

h3 {
    padding: 5px;
    color: darkslateblue;

    text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}


#head-banner {


    background: rgba(98,125,77,1);
    background: -moz-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,1)));
    background: -webkit-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
    background: -o-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
    background: -ms-linear-gradient(top, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
    background: linear-gradient(to bottom, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08', GradientType=0 );


}

#head-banner-inner{
    /*background-image: url("../img/bg-banner.png");*/
    background-position: bottom;
    background-repeat: repeat-x;
}


.head-banner {
    padding-top: 15px;
    padding-bottom: 10px;



}

.highlighted{
     margin-top: 20px;
     padding-top: 10px;
     color: firebrick;
     font-weight: bold;

     text-shadow: 1 0 5px black; /* horizontal-offset vertical-offset 'blur' colour */
     -moz-text-shadow: 0 0 2px #000;
     -webkit-text-shadow: 0 0 2px #000;

     background: rgba(255, 255, 255, .6);
 }

.highlighted-less{

    color: firebrick;
    font-weight: bold;

    text-shadow: 1 0 5px black; /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 0 0 2px #000;
    -webkit-text-shadow: 0 0 2px #000;

    background: rgba(255, 255, 255, .3);
}

.highlighted a {
    color: firebrick;
}


table {
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

th {
    cursor: pointer;
}

th, td {
    text-align: left;
    padding: 16px;
}

tr:nth-child(even) {
    background-color: #f2f2f2
}

.ks-light{
    color: white;
}

.ks-site-title{
    font-family: 'Aclonica', sans-serif;
    font-size: 250%;

}

.ks-site-subtitle{
    font-family: 'Do Hyeon', sans-serif;
    font-size: 100%;

}

.ks-site-other{
    font-family:  'Krub', sans-serif;
}

.ks-item{
    width: 200px;

}

.carousel-caption{

    left: 0;
    width :100%;
    background: rgba(74,31,229,0.6);
    background: -moz-linear-gradient(top, rgba(74,31,229,0.6) 0%, rgba(99,72,234,0.51) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74,31,229,0.6)), color-stop(100%, rgba(99,72,234,0.51)));
    background: -webkit-linear-gradient(top, rgba(74,31,229,0.6) 0%, rgba(99,72,234,0.51) 100%);
    background: -o-linear-gradient(top, rgba(74,31,229,0.6) 0%, rgba(99,72,234,0.51) 100%);
    background: -ms-linear-gradient(top, rgba(74,31,229,0.6) 0%, rgba(99,72,234,0.51) 100%);
    background: linear-gradient(to bottom, rgba(74,31,229,0.6) 0%, rgba(99,72,234,0.51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a1fe5', endColorstr='#6348ea', GradientType=0 );


}



.carousel-inner{
    /*width: 100%;*/
    /*height: 500px;*//**/

}
