
    @media only screen and (max-width: 768px) {
      .card-footer .buttons a.button {
        width: 100%;
        display: inline-block;
        text-align: center;
        box-sizing: border-box;
      }
      .card-footer .buttons {
        display: flex;
        flex-wrap: wrap;
      }
	  .navbar .is-active {
		  color: #fff;
	  }
    }



	@media only screen and (min-width: 768px) {
      	.is-active span {
			color: #fff;
		}
		.pg-icon {
			color: #0C0A29;
		}
    }

		.container .is-link, .container .is-primary {
        color: #fff;
    	}

		.is-active .pg-icon {
			color: #fff;
		}

		.container .pg-button-primary {
			color: #fff;
		}

		a.is-primary, .button.is-primary {
			color: #fff;
		}

    .break-url, .card-content a {
      overflow-wrap: break-word;
      word-wrap: break-word; /* for older browsers */
      word-break: break-all;
    }



.e-video {
	--video-aspect-ratio: 1;
	filter: brightness( 110% ) contrast( 110% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
	-webkit-mask-image: url('../images/circle.svg');
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}
.subtitle strong, .pg-subtitle strong, .is-primary, .pg-button-primary {
	color: #FEC6D1;
}
.top-logo{
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.pg-text-centered{
	margin-top: 20px;
}

.is-size-7 {
	font-size: 1.15rem !important;
}

.footer {
	background: #0C0A29;
 }
.footer p {
	color: #fff;
	font-size: 1.11rem;
}
.is-success {
	background: #0C0A29 !important;
	color: #fff;
}
.is-danger {
	background: #670001 !important;
	color: #fff;
}
table .edit-input {
	border: 2px solid #670001;
	border-radius: 6px;
	padding: 5px;
	width: 100%;
	font-weight: bold;
}
.c-button {
	font-size: 18px;
}
.edit-input {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 10px;
	color: #0C0A29;
	border-radius: 8px;
	border: 2px solid #d0d0d0;
}

#profile-picture img.avatar {
	border-radius: 5px;
}

.footer-links a:hover {
	text-decoration: underline !important;
}