/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

a.logo h1 {color:#fff;font-family:"Poppins", sans-serif;font-size: 1.75rem !important;font-weight: 600 !important}
#header .navbar {padding: 0px;margin-top: 30px;}
.py-5 {padding-top: 7rem!important;}

.social-icons li:hover.social-icons-facebook a, .social-icons.social-icons-colored li.social-icons-facebook a {color: #b9cfff;}

/* QRCODE */
img.img-fluid-qrcode.shadow.mb-3 {background: #e2dfcf;}
.img-fluid-qrcode {max-width:100%;height:auto;}
.btn-outline-dark-qrcode {color:#212529;border-color:#212529;}
.btn-outline-dark-qrcode:hover {color:#fff;background-color:#142032;border-color:#203156;}


@media (min-width: 1200px)
.col-xl-5 {flex: 0 0 auto;width: 45.666667%;}


