h1 {
    color: darkslateblue;
    font-size: 26pt;
}

h2 {
    color: peru;
    font-size: 20pt;
}

#head-banner {

    /*background-size:cover;*/
    /*background-color: darkslategrey;*/

    background: rgba(24,115,201,1);
    background: -moz-linear-gradient(top, rgba(24,115,201,1) 20%, rgba(17,87,156,1) 43%, rgba(5,40,81,1) 82%, rgba(4,38,77,1) 84%);
    background: -webkit-gradient(left top, left bottom, color-stop(20%, rgba(24,115,201,1)), color-stop(43%, rgba(17,87,156,1)), color-stop(82%, rgba(5,40,81,1)), color-stop(84%, rgba(4,38,77,1)));
    background: -webkit-linear-gradient(top, rgba(24,115,201,1) 20%, rgba(17,87,156,1) 43%, rgba(5,40,81,1) 82%, rgba(4,38,77,1) 84%);
    background: -o-linear-gradient(top, rgba(24,115,201,1) 20%, rgba(17,87,156,1) 43%, rgba(5,40,81,1) 82%, rgba(4,38,77,1) 84%);
    background: -ms-linear-gradient(top, rgba(24,115,201,1) 20%, rgba(17,87,156,1) 43%, rgba(5,40,81,1) 82%, rgba(4,38,77,1) 84%);
    background: linear-gradient(to bottom, rgba(24,115,201,1) 20%, rgba(17,87,156,1) 43%, rgba(5,40,81,1) 82%, rgba(4,38,77,1) 84%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1873c9', endColorstr='#04264d', 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:'Berkshire Swash', cursive;
    font-size: 250%;

}

.ks-site-subtitle{
    font-family: 'Roboto Slab', serif;
    font-size: 150%;

}

.ks-site-other{
    font-family:  'Krub', sans-serif;
}

.fb-post {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    margin-bottom: 20px;
}

.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;*//**/

}


