@font-face {
			font-family: CenturyGothicRegular;
			src: url('/wp-content/themes/devseopro.com/assets/fonts/CenturyGothicRegular.ttf');
		}

		.carousel-item {
			position: relative;
		}
		/* Make the image fully responsive */
		.carousel-inner img {
			clear: both;
			height: 320px;
			background-repeat: repeat-x;
			position: relative;
		}

		.fakeimg {
			height: 200px;
			background: #aaa;
		}

		.topnav {
			overflow: hidden;
		}

		.topnav ul {
			display: flex;
			gap: 5px; 
			align-items: center;
		}
		/* Style the links inside the navigation bar */
		.topnav a {
			display: block;
			color: rgba(0,0,0,.5);
			text-align: center;
			padding: 5px 5px;
			text-decoration: none;
			font-size: 17px;
			border-bottom: 3px solid transparent;
		}

		.topnav a:hover {
			border-bottom: 3px solid #000000;
		}

		.topnav li.current-menu-item a {
			border-bottom: 3px solid #000000;
			color: rgba(0,0,0,.9);
		}

		.topnav li:last-of-type a {
			background: #464646;
			 border: none; 
			 border-radius: .0rem; 
			 padding: 7px 11px;
			     color: #f2f2f2;

		}
		
		h1 {
			font-family: 'CenturyGothicRegular', Times New Roman, Times, serif;
			src: url('/wp-content/themes/devseopro.com/assets/fonts/CenturyGothicRegular.ttf');
		}

		h3 {
			font-family: 'CenturyGothicRegular', Times New Roman, Times, serif;
			src: url('/wp-content/themes/devseopro.com/assets/fonts/CenturyGothicRegular.ttf');
		}

		h4 {
			font-family: 'CenturyGothicRegular', Times New Roman, Times, serif;
			src: url('/wp-content/themes/devseopro.com/assets/fonts/CenturyGothicRegular.ttf');
		}

		h5 {
			font-family: 'CenturyGothicRegular', Times New Roman, Times, serif;
			src: url('/wp-content/themes/devseopro.com/assets/fonts/CenturyGothicRegular.ttf');
		}

		p {
			font-family: 'CenturyGothicRegular', Times New Roman, Times, serif;
			src: url('/wp-content/themes/devseopro.com/assets/fonts/CenturyGothicRegular.ttf');
		}

		a.gift:focus {
			background: #464646;
			border: none;
		}

		p.h1 {
			font-family: 'CenturyGothicRegular';
			src: url(/wp-content/themes/devseopro.com/assets/fonts/CenturyGothicRegular.ttf);
			display: inline-block;
			padding: 5px 5px;
			background: rgba(255, 255, 255, 0.70);
			font-size: 40px;
			color: #222;
			margin-top: 5px;
			margin-bottom: 5px;
		}

		.letter {
			color: #333;
			display: inline-block;
			font: FontAwesome;
			padding: 7px;
		}

		span {
			font-family: 'CenturyGothicRegular';
			src: url(/wp-content/themes/devseopro.com/assets/fonts/CenturyGothicRegular.ttf);
		}

		a {
			font-family: 'CenturyGothicRegular';
			src: url(/wp-content/themes/devseopro.com/assets/fonts/CenturyGothicRegular.ttf);
		}

		i {
			font-family: 'CenturyGothicRegular';
			src: url(/wp-content/themes/devseopro.com/assets/fonts/CenturyGothicRegular.ttf);
		}

		tbody {
			font-family: 'CenturyGothicRegular';
			src: url(/wp-content/themes/devseopro.com/assets/fonts/CenturyGothicRegular.ttf);
		}
		.flex.center {
			display: flex;
			justify-content: center;
		}
@media (max-width: 575px) {
	.topnav ul { 
	flex-direction: column;
	}
	.topnav li {
		width: 100%;
	}
	.topnav a {
		width: 100%;
	}
}