/* Your custom styles */

body {
	font-family: 'Khand', sans-serif;
}

.khand-font {
	font-family: 'Khand', sans-serif;
}

.lato-font {
	font-family: 'Lato', sans-serif;
}

.dbl-footer
{
	color: #666666;
}

.dbl-footer a:link
{
	color: #666666;
}

.dbl-footer a:visited
{
	color: #666666;
}

.dbl-footer a:hover
{
	color: #666666;
}

.dbl-footer a:active
{
	color: #666666;
}

.round
{
	border-radius: 50px;
}

.step {
	width: 180px;
}

.step:hover {
	opacity: 0.7;
}

.container-arekdbl {
	/* margin-top: 120px; */
	margin-top: 150px;
}

.arekdbl {
	height: 100%;
	margin-left: -50px;
}

.general-title {
	color: #034da2;
	font-weight: bold;
}

.roster-title {
	color: #034da2;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: bold;
}

.profile-page {

}

.form-vspace {
	margin-top: -20px;
	color: #fff;
}

.container-register {
	text-align: center;
}

.story-body img{
    max-width: 100%;
    height: auto;
}

.story-body h1{
	font-size: 26px;
	font-weight: 500;
}

.story-body h2{
	font-size: 23px;
	font-weight: 500;
}

.story-body h3{
	font-size: 20px;
	font-weight: 500;
}

.story-body h4{
	font-size: 18px;
	font-weight: 500;
}

.story-body h5{
	font-size: 16px;
	font-weight: 500;
}

@media (max-width: 768px) {
	.arekdbl {
		display: none !important;
	}
	.container-arekdbl {
		margin-top: 20px;
		text-align: center;
	}
	
	.container-register {
		text-align: center;
	}
	.step {
		width: 150px;
	}
}

@media (max-width: 480px) {
	.arekdbl {
		display: none !important;
	}
	.container-arekdbl {
		margin-top: 20px;
		text-align: center;
	}
	
	.container-register {
		text-align: center;
	}
	.step {
		width: 150px;
	}
}

@media (max-width: 320px) {
	.arekdbl {
		display: none !important;
	}
	.container-arekdbl {
		margin-top: 20px;
		text-align: center;
	}
	
	.container-register {
		text-align: center;
	}
	.step {
		width: 150px;
	}
}

.post-caption {
    text-align: center;
    font-size: 14px;
    padding: 0px 10px 0px 0px;
}

.post-title-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-top-title {    
	/* color: #0a4d9e; */
    font-weight: 900;
    font-size: 18px;
}

.post-bottom-title {  
	/* color: #0a4d9e;   */
    font-weight: 900;
    font-size: 18px;
}

/* START latest stories */
.latest-stories .image {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: 50% 0;
}

.latest-stories .title {
	font-size: 15px;
	font-weight: 700;
}

.latest-stories .date {
	font-size: 13px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.latest-stories .title {
		font-size: 16px;
		font-weight: 700;
	}

	.latest-stories .date {
		font-size: 15px;
	}
}

/* END latest stories */

/* featured post */
@media screen and (min-width: 767px) 
{
	.featured-img
	{
		height: 400px;
		object-fit: cover;
		object-position:center top;
	}

	.featured-title
	{
		margin: 80px 0 0 20px;
	}
}

@media screen and (max-width: 766px) 
{
	.featured-title
	{
		margin: 5px 0 0 10px;
	}
}

/* end of featured post */

/*LOGIN PAGE*/
.span-or {
    display: block;
    position: absolute;
	left: 42%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 145px;
    text-align: center;
}

.login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.btn-facebook {
    color: #ffffff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover {
    color: #ffffff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-google {
    color: #ffffff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:hover {
    color: #ffffff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2);
}

/* Small devices (landscape phones, less than 576px) */
@media (max-width: 576px) { 
	.span-or {
		left: 38%;
	}
 }