﻿body,
html {
    height: 100%;
    margin: 0;
    color: #000000;
    font-family: 'Gentium Basic', serif;
    position: relative;
    min-height: 100%;
    background-color: #ffffff;
    font-size: 14px;
}
.container-fluid{
    padding-left:0px;
    padding-right:0px;
}

.shadow {
   -webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
        -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
    box-shadow: 10px 10px 0px 0px rgba(0,0,0,1);
}
.title{
    font-family: 'Gentium Basic', serif;
    font-size:75px;
    font-weight:700;
    text-align:center;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.28;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.img-caption {
    font-family: 'Gentium Basic', serif;
    font-size: 14px;
}

.sub-title{
    
    font-family: 'Gentium Basic', serif;
    font-size:40px;
    font-weight:700;
    text-align:center;
}
.table-border {
    border: solid 2px #111;
    margin-top: 25px;
}

* {
    box-sizing: border-box;
}

.block-text{
    font-size:35px;
    display:block;
    float:left;
}

.story-text {
    font-family: 'Gentium Basic', serif;
    font-size: 20px;
    color:#000000;
 }
.story-div{
    margin-bottom:30px;
    color:#000000;
}
.img-div{
    margin-top:30px;
    margin-bottom:30px;
 }
.story-div p {
    text-indent: 40px;
    margin: auto;
    color:#000000;
}
.bordered-div{
    border:dotted 2px #000000;
   
    padding:10px;
}
.story-div-text{
    margin:auto;
    font-size:20px;
    color:#000000;
}
.table-margin{
    margin-bottom:0px;
}
.storyNumber{
    font-size: 60px;
    color: #000000;
    background: #ffffff;
    width: 100px;
    text-align: center;
    padding-top: 32px !important;
}
.storyHeaderTextRed{
    color:red;
    font-size:22px;
    text-align:center;
    top:50%;
    left:50%;
    margin:0;
    padding:0;
}
.storyHeaderTextGreen{
    color:green;
    font-size:22px;
    text-align:center;
    top:50%;
    left:50%;
    margin:0;
    padding:0;
}
.storyHeaderTextGrey{
    color:grey;
    font-size:22px;
    text-align:center;
    top:50%;
    left:50%;
    margin:0;
    padding:0;
}
.storyHeader{
    font-size:14px;
    top:2px;
    left:2px;
    display:block;
    text-transform:uppercase;
    font-weight:600;
}
.storyHeaderText{
    font-size:22px;
    text-align:center;
    top:50%;
    left:50%;
    margin:0;
    padding:0;
}
.story-text p{
    text-indent:40px;
    margin:auto;
}

.img-caption {
    font-family: 'Gentium Basic', serif;
    font-size: 14px;
}

@media only screen and (max-device-width:480px) {
.storyNumber{
    font-size:40px;
    color:#ffffff;
    background:#000000;
    width:60px;
    text-align:center;
    padding-top:30px !important;
}
.storyHeaderTextRed{
    color:red;
    font-size:16px;
}
.storyHeaderTextGreen{
    color:green;
    font-size:16px;
    
}
.storyHeaderTextGrey{
    color:grey;
    font-size:16px;
    
}
.storyHeader{
    font-size:11px;
    top:2px;
    left:2px;
    display:block;
    text-transform:uppercase;
    font-weight:600;
}
    .storyHeaderText {
        font-size: 16px;
    }
.story-text p{
    text-indent:40px;
    margin:auto;
}
.story-text {
    font-family: 'Gentium Basic', serif;
    font-size: 20px;
 }

.bordered-div{
    border:dotted 2px #000000;
    margin:10px;
    padding:10px;
}
.story-div-text{
    margin:auto;
    font-size:18px;
}

.story-text {
    font-family: 'Gentium Basic', serif;
    font-size: 18px;
 }
.title{
    font-family: 'Gentium Basic', serif;
    font-size:35px;
    font-weight:700;
    text-align:center;
}

.img-caption {
    font-family: 'Gentium Basic', serif;
    font-size: 14px;
}

.sub-title{
    
    font-family: 'Gentium Basic', serif;
    font-size:25px;
    font-weight:700;
    text-align:center;
}
}

