
.nav-link{
	font-size: 1.125rem;
	color: rgba(0,0,0,0.9) !important;
    padding-right: 0.5rem !important;
    padding-left: 1.5rem !important;
}
.nav-link.active {
	font-weight: 700 !important;
}
.nav-link:hover {
	/*	font-weight: 700 !important;*/
	color: #0d6efd !important;;
}
.box {
	width: 100%;
	/*height: 150px;*/
	background-color: var(--variable-collection-hover);
}

.display-4 {
	font-family: 'Montserrat', serif;
	font-weight: 600;
}

.display-5 {
	font-family: 'Montserrat', serif;
	font-weight: 700;
	font-size: 3rem;
}

.fs-5a {
    font-size: 1.125rem !important;
}

.fs-7 {
    font-size: 0.875rem !important;
}
.quotes {
	background-color: #F3F3F3; 
	border-radius: 20px;
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.dfsg_icons {
	width: 24px; 
	height: 24px; 
	margin: 6px 10px 6px 6px !important;
}
.dfsg_icons_active {
	width: 24px; 
	height: 24px; 
	margin: 6px 10px 6px 6px !important;
	/*background-color: #DDEFFF !important; 
	border-radius: 23px;*/
}

.blockquote {
    font-size: 1.25rem;
	font-weight: 500;
}

.btn-circle {
    border-radius: 19px;
    text-align: center;
}

.fw-bold {
	font-family: 'Montserrat', serif;
	font-weight: 600 !important;
	/*font-size: 1.35rem;*/
}
.fw-bolder {
	font-family: 'Montserrat', serif;
	font-weight: 500 !important;
}

.rounded {
    border-radius: 0.5rem !important;
}

/*
.fs-5 {
    font-size: 1.5rem !important;
}
*/
.horoscope-image {
	animation-name: rotating;
	animation-duration: 3s;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-direction: alternate;
	border-radius: 50%;
	position: relative;
	width: 290px;
}
@keyframes rotating { 
	from { transform:rotate(0deg); } 
	to { transform:rotate(-360deg); } 
}


.navbar-brand {
	font-weight: 700;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.875rem;
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: 0.3px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	body {
		font-size: 14px;
	}
	.navbar-brand {
		font-weight: 700;
		padding-top: 0.3125rem;
		padding-bottom: 0.3125rem;
		margin-right: 1rem;
		font-size: 1.25rem;
		text-decoration: none;
		white-space: nowrap;
		letter-spacing: 0.3px;
	}
	.navbar-toggler {
		padding: 0.25rem 0.25rem;
		font-size: 1.25rem;
		line-height: 1;
		background-color: transparent;
		border: none;
		border-radius: 0;
		-webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
		transition: -webkit-box-shadow 0.15s ease-in-out;
		transition: box-shadow 0.15s ease-in-out;
		transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	}
	.navbar-toggler-icon {
		width: 1.25em;
		height: 1.25em;
	}
	.nav-link{
		font-size: 1rem;
		color: rgba(0,0,0,0.9) !important;
		padding-right: 0.25rem !important;
		padding-left: 0.75rem !important;
	}
	.display-5 {
		font-weight: 700;
		font-size: 1.45rem;
		letter-spacing: 0;
	}
	.blockquote {
		font-size: 1rem;
		font-weight: 500;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
