﻿body,
html {
    height: 100%;
    margin: 0;
    color: #111111;
    font-family: 'Gentium Basic', serif;
    position: relative;
    min-height: 100%;
    background-color: #ffffff;
    font-size: 20px;
}


.highlight{
    background-color:yellow;
    color:black;
    padding:3px;

}


.glyphicon {
    position: relative;
    top: 5px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.txt-small{
    font-size:12px;
}
.title{
    font-family: 'Gentium Basic', serif;
    font-size:55px;
    font-weight:700;
    text-align:center;
}

.title-green{
    font-family: 'Gentium Basic', serif;
    font-size:55px;
    font-weight:700;
    text-align:center;
    color:#52c251;
}

.text-italic{
    font-style:italic;
}
.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;
}
.table-border {
    border: solid 2px #111;
    margin-top: 25px;
}
.textIndent{
    text-indent: 30px;
}

* {
    box-sizing: border-box;
}

.row{
    margin-bottom:40px;
}

.story-text {
    font-family: 'Gentium Basic', serif;
    font-size: 20px;
 }
.story-div{
    padding-top:15px;
    
    padding-bottom:50px;
}

.story-div-green {
    padding: 15px;
    border: dotted 4px #52c251;
}

.story-div-green-text {
    font-size:22px;
    color: #52c251;
}

.txt-green{
    color:green;
    font-size:25px;
}

/*.btn-green .txt-green:hover{
    color:white;
    font-size:25px;
}*/

.btn-green{
    color: green;
    background-color: #ffffff;
    border-color: green;
    font-weight:bold;
}

/*.btn-green:hover{
    color: white;
    background-color: green;
    border-color: green;
    font-weight:bold;
}*/

.txt-red{
    color:red;
    font-size:25px;
    
}

/*.btn-red .txt-red:hover{
    color:white;
    font-size:25px;
}*/

.btn-red{
    color: red;
    background-color: #ffffff;
    border-color: red;
    font-weight:bold;
}

/*.btn-red:hover{
    color: white;
    background-color: red;
    border-color: red;
    font-weight:bold;
}*/

.txt-black{
    color:black;
    font-size:30px;
    
}

.text-small{
    font-size:15px;
}

.note{
    display: block;
    text-decoration: none;
    border-top: 2px solid black;
    padding: 0;
    margin-bottom: 10px;
}

.btn-black .txt-black:hover{
    color:white;
    font-size:30px;
}

.btn-black{
    color: black;
    background-color: #ffffff;
    border-color: black;
    font-weight:bold;
}

.btn-black:hover{
    color: white;
    background-color: black;
    border-color: black;
    font-weight:bold;
}


.row{
    margin-left:0px;
    margin-right:0px;
}

.bordered-div{
    border:dotted 2px #000000;
    margin:10px;
    padding:10px;
}
.story-div-text{
    margin:auto;
    font-size:20px;
}
.table-margin{
    margin-bottom:0px;
}
.storyNumber{
    font-size:60px;
    color:#ffffff;
    background:#000000;
    width:80px;
    text-align:center;
    padding-top:30px !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;
}


@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;
}
}

