/*
* Created by: Martin Eboh (martineboh@gmail.com)
* Aurora Loreli Limited
* Version: 1.0.
*/

@font-face {
    font-family: "LightBoy";
    src: url('fonts/segoeuil_0.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/OpenSans-Light.ttf') format('truetype'); /* Modern Browsers */
}

body {
    font-family: "Open Sans", "Segoe UI", 'Segoe UI Light', sans-serif, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -o-transform: scale(1);
    text-rendering: optimizeLegibility;
}

html {
    font-size: 100%;
}

span {
    line-height: 30px;
}

/*Device Specific font rendering*/
@media (max-width: 640px) {
    body {

    }
}

@media (min-width: 640px) {
    body {
        
    }
}

@media (min-width: 960px) {
    body {
        
    }
}

@media (min-width: 1100px) {
    body {
        /**/
    }
}

/*headings*/

h1, h2, h3, h4, h5, h6 {
    clear: both;
    text-align: left;
    font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    
}

/* b {
    color: #80807f;
    font-weight: lighter;
    font-style: italic;
} */

hr {
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

a:hover {
    text-decoration: none;
}

.contentbox-right {
    border: thin solid black;
    height: 200px;
    width: 100%;
    background-color: white;
    margin-top: 5px;
    margin-bottom: 5px;
}

.contentbox-right-small {
    border: thin solid black;
    height: auto;
    width: 100%;
    background-color: white;
    margin-top: 5px;
    margin-bottom: 5px;
}

#contentbox-inner {   
    height: 80%;
}

#contentbox-left li {
    line-height: 30px;
    list-style: none;
    margin: 0;
}

#inner-content {
    border: thin solid black;
    height: 300px;
    width: 96%;
    padding: 10px;
    margin-bottom: 5px;
    background-color: white;
}

.collapsible-content {
    margin-left: 25px;
}

.markdown-container h1 {
    font-size: 16px;
    text-transform: uppercase;
    color: black;
    font-style: normal;
    padding: 5px;
}