#dtcb_banner img{
width: 100vw;
}
#dtcb_banner {
padding: 0px;
}
#dtcb_introduction {
	margin-top: 0vw; 
	background-color: #eeeeee;
	padding: 0px 5vw 0px 5vw;
}
#dtcb_introduction p{
	font-size: 24px;
}
#dtcb_introduction img{
	width: 100vw;
} 
 #dtcb_posts{
    background-color: #42a7bd;
    padding: 5vw 0px 5vw 0px;
    margin: 5vw 0px 5vw 0px;
	 margin-top:0px;
	 background-color:#eeeeee;
	 margin-bottom:0px;
 }
#dtcb_posts .row{
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px !important;
    position: relative;
    z-index: 1;

 }
 #dtcb_posts .row .col-md-4{
        margin-top: 3vh;
 }
 .dtcb_post{
  	padding-bottom: 1vw; 
 }
 .dtcb_post_content{
 	margin: 26px 26px 26px 26px;
 }
 
#dtcb_introduction a{
	margin-left: 0vw;
	color: #fff;
    background: #dca7bc ;
   	border-radius: 4px !important;
    border-color: #98a7b5;
    text-decoration: none;
    box-shadow: none;
        display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
        padding: 15px 25px 15px 25px;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 4px;
    transition: all 400ms ease;
        font-weight: 700;
}
}
#dtcb_introduction a:hover {
	color: #ffffff;
	background-color: #74808c; 
}
.dtcb_post_content a:hover{
	color: #ffffff;
	background-color: #74808c; 
}
.pargraph{
    padding-top: 17vh;
    padding-bottom: 5vh;
}