
body {
    font-size: 20px;
    color: #212529;
    font-family: 'Lora', 'Times New Roman', serif;
}

p {
    line-height: 1.5;
    margin: 30px 0;
}

p a {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-weight: 800;*/
}

p {
    font-size: 16px;
    font-weight: lighter;
}
a {
    color: #212529;
}

.f-12 {
    font-size: 12px !important;
}
.f-14 {
    font-size: 14px !important;
}

a:hover {
    color: black;
    transition: color .3s;
}

.section-heading {
    font-size: 28px;
    border-radius: 15px;
}

.caption {
    font-size: 14px;
    font-style: italic;
    display: block;
    margin: 0;
    padding: 10px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bg-dark {
    background-color: black !important;
    color: lightgray !important;
}
.bg-light {
    background-color: beige !important;
}
.navbar-light {
    background-color: white;
    border-bottom: 2px solid gold;
}
/*.navbar-dark {
    border-bottom: 2px dashed white;
}*/
.navbar .slogan {
    color: darkgoldenrod;
    font-size: 24px;
}

.list-header {
    color: darkred;
    font-weight: bolder;
    font-size: 16px;
}

ul {
    padding-left: 10px;
}
ul li {
    display: block;
    font-size: 16px;
}
ol li {
    display: list-item;
    font-size: 16px;
}

@media only screen and (min-width: 992px) {
    #mainNav {
        border-bottom: 1px solid transparent;
        background: transparent;
    }
    #mainNav .navbar-brand {
        padding: 10px 20px;
        color: #fff;
    }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
        color: rgba(255, 255, 255, 0.8);
    }
    #mainNav .navbar-nav > li.nav-item > a {
        padding: 10px 20px;
        color: #fff;
    }
    #mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
        color: rgba(255, 255, 255, 0.8);
    }
}

@media only screen and (min-width: 992px) {
    #mainNav {
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
    }
    #mainNav.is-fixed {
        /* when the user scrolls down, we hide the header right above the viewport */
        position: fixed;
        top: -67px;
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        border-bottom: 1px solid white;
        background-color: rgba(255, 255, 255, 0.9);
    }
    #mainNav.is-fixed .navbar-brand {
        color: #212529;
    }
    #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
        color: #0085A1;
    }
    #mainNav.is-fixed .navbar-nav > li.nav-item > a {
        color: #212529;
    }
    #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
        color: #0085A1;
    }
    #mainNav.is-visible {
        /* if the user changes the scrolling direction, we show the header */
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

header.masthead {
    margin-bottom: 50px;
    background: no-repeat center center;
    background-color: #868e96;
    background-attachment: scroll;
    position: relative;
    background-size: cover;
}

header.masthead .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #212529;
    opacity: 0.5;
}

header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
    padding: 200px 0 150px;
    color: white;
}
header.masthead h1 {
    background: rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
    header.masthead .page-heading,
    header.masthead .post-heading,
    header.masthead .site-heading {
        padding: 200px 0;
    }
}

header.masthead .page-heading,
header.masthead .site-heading {
    text-align: center;
}

header.masthead .page-heading h1,
header.masthead .site-heading h1 {
    margin-top: 0;
    font-size: 40px;
}

header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    display: block;
    margin: 10px 0 0;
}

@media only screen and (min-width: 768px) {
    header.masthead .page-heading h1,
    header.masthead .site-heading h1 {
        font-size: 50px;
    }
}

header.masthead .post-heading h1 {
    font-size: 35px;
}

header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
    line-height: 1.1;
    display: block;
}

header.masthead .post-heading .subheading {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 30px;
}

header.masthead .post-heading .meta {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}

header.masthead .post-heading .meta a {
    color: #fff;
}

@media only screen and (min-width: 768px) {
    header.masthead .post-heading h1 {
        font-size: 55px;
    }
    header.masthead .post-heading .subheading {
        font-size: 30px;
    }
}


.lit-title, .lit-subtitle, .lit-content {
    font-size: 14px;
}
.lit-content {
    /*font-weight: bolder;*/
}

div.scrollmenu {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
    padding: 0.5em;
}

div.scrollmenu a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: gray;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px;
    margin-bottom: 8px;
}

div.scrollmenu a:hover {
    /*background-color:  lightgoldenrodyellow;*/
    background-color: gray;
    color: white;
    cursor: pointer;
}

.active_menu {
    /*background-color:  lightgoldenrodyellow;*/
	background-color: black !important;
    color: white !important;
    cursor: pointer;
}


div.scrollmenu {
    background: rgba(255, 255, 255, 0.8);
}

.pars {
    font-size: 14px;
    font-weight: bolder;
    font-family: "Times New Roman";
}
.pars p, .pars ul li {
    margin: 5px;
    font-size: 14px;
    font-weight: normal;
}
.pars p {
    text-indent: 2em;
}

@media screen and (max-width: 767px) {
	    .slogan {
			margin-top: -100px !important;
			padding-left:80px;
			font-size: 20px !important;
		}
		
		.section-heading {
			font-size:24px;

		}
		
		header.masthead{
			height:360px;
		}
		
		.site-heading{
			height:360px;
			padding-top: 110px !important;
		}
		
		.mobile-pos{
			position:relative !important;
		}
}									  