@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700&display=swap');


/*------------------------------------
	1. GENERAL
------------------------------------*/
* {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
  	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
	text-shadow: none !important;
}
body,
input,
button,
select,
textarea,
label,
.dropdown-menu,
.form-control,
.btn {
	font-family: 'PT Serif', serif;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
a,
.header a:hover {
	color: #333 !important;
}
a:hover {
	color: #959dae !important;
	text-decoration: none;
}

body {
	padding-top: 0px;
	background-color: #F0F2F4;	
}
legend {
	display: none;	
}


h1 {
	font-size: 22px;	
}
h2 {
	font-size: 20px;	
}
h3 {
	font-size: 18px;	
}
.cat-title {
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.content-container img,
.widget-box img {
	width: 100%;
	height: auto;
}
.card {
	border: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
.card-body{
	padding: 0;
}

.card .card-title,
.card .card-text,
.card .cat,
.card .btn-container{
	padding-left: 15px;
	padding-right: 15px;

} 
.card .card-title{
	font-size: 22px;
	line-height: 28px !important;
	margin-top: 15px;
	margin-bottom: 15px;
}
.card .card-image{
	margin-top: 22px;
	margin-bottom: 15px;
}
.card .btn-container,
.card .cat,
.card .card-title{
	text-align: center;
}
.card .btn-container{
	margin: 20px 0 !important;
}
.card a.more{
	padding: 0 !important;
	margin: 0 auto;
}
.card-img-top{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.side-box {
	background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
}
.side-box .card{
	margin-bottom: 0px !important;
	padding-top: 0px;
	margin-top: 0px !important;
}
.side-box .card .card-title{
	padding:0 !important;
	margin-top: 2px;
	margin-bottom: 0;
	text-align: left;
	font-size: 18px;
}
.side-box .card .card-image {
	margin-bottom: 8px;
	margin-top: 0;
}
.side-box h2 {
	font-size: 26px;
	margin-bottom: 20px;
}
p.cat{
	text-transform: uppercase;
	font-style: italic;
	font-size: 16px;
}
p.cat a,
.card a.more{
	color: #84a9c0 !important
}
/*------------------------------------
	HEADER
------------------------------------*/
.container-nav,
.navbar {
	background-color: #fff !important;
}
.navbar-brand {
	color: #333;
}
.navbar-light .navbar-toggler{
	border-color: transparent;
}
.dropdown-menu {
	border: none;
}
.dropdown-item {
	margin-top: 6px;
	font-size: 18px;
}
.navbar-light .navbar-nav .nav-link {
	color: #333 !important;
	text-transform: uppercase;
}
a.dropdown-item:active {
  background-color: #F8F9FA;
  color: #333;
}
a.dropdown-item:hover {
  color: #333 !important;
}

/*------------------------------------
	INDEX
------------------------------------*/
.text-outer-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.text-container {
	height: 100%;
	width: 100%;
	display: table;	
}
.text-container p,
.caption p {
	font-style: italic;
}
.text h4 {
	font-size: 26px;
}
.text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 40px;	
}
.intro-text{
	margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    background-color: rgb(240, 242, 244) !important;
    border-top: 1px solid rgb(229, 232, 234);
 }


/*------------------------------------
	DYN PAGE
------------------------------------*/
.mainbody{
	background-color: #fff;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
    margin-bottom: 50px;
}
.mainbody p.cat,
.mainbody h1{
	text-align: center;
}
.mainbody p.cat,
.mainbody h1,
.mainbody .content {
	padding-left: 20px;
	padding-right: 20px;
}
.mainbody img{
	margin-top: 20px;
	margin-bottom: 20px;
}
.side-box ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.side-box ul li {
	padding: 8px 0;
	border-bottom: 1px solid #F0F2F4;
	line-height: 22px;
}
.content p a {
	text-decoration: underline !important;
	color: #333 !important;
}
.external-title-container{
	padding-top:  10px;
}
.sidebar .title-external{
	margin-top:  30px;
}
.sidebar .widget{
	margin-bottom:  40px;
}
.content p.cat a{
	text-decoration: none !important;
}
.content h1{
	font-size: 30px;
}
.content h2{
	font-size: 24px;
	margin-top: 1.2em;
}
.content h3{
	font-size: 21px;
	margin-top: 1.3em;
}
/*------------------------------------
	FOOTER
------------------------------------*/
.footer {
	background-color: #333;
	text-align: center;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer a {
	color: #fff !important;
}
.footer p{
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.navbar-brand{
		width:  100%;
		display:  block;
	}
	.container-main{
		margin-top: 10px;
	}
	.header {
		padding: 35px 0 15px 0;
		font-size: 40px;
		text-transform: uppercase;
	}
	.header a{
		color: #333;
	}

	.dropdown-menu {
		border: 1px solid #e7e7e7;
	}
	ul li{
		padding-top: 0;
	}

	.mainbody h1{
		font-size: 32px;
	}
	.cat-title {
		font-size: 28px;
		margin-bottom: 40px;

	}
	.sidebar .widget li{
		padding-top:  12px;
	}

}