@import url(//fonts.googleapis.com/css?family=Raleway:600);

div.ccm-page div.ccm-block-top-navigation-bar .navbar-brand img {
    max-height: 48px;
    margin-top: -5px;
    margin-bottom: -5px;
}
.navbar-expand-lg .navbar-collapse {
	margin-top: 10px;
}
nav.navbar ul {
	a {
		color: #fff;
		border: 1px solid #B2683D;
		text-transform:uppercase;
		font-family: "Raleway";
		font-weight: 600;
	}
	a:hover {
		color: #a1ff08 !important;
		border: 1px solid #a1ff08;
	}
}
.nav-link.active {
	color: #a1ff08 !important;
	/*border-bottom: 1px dotted #a1ff08;*/
}

.navbar-collapse {
    flex-grow: 0;
}

div.theme-atomik .ccm-block-gallery-logos {
	margin: 50px;
	gap: 40px;
}

div.theme-atomik .ccm-block-gallery-logos .logo img {
    max-width: none;
    max-height: none;
}

.ccm-custom-style-main-315  .ccm-block-feature-stacked>i,.ccm-custom-style-main-315  .ccm-block-feature-stacked h4 .text-primary {
    color: #fff !important;
    /*text-shadow: 2px 2px 2px #83d300;*/
}

.ccm-block-feature-stacked>i {
	color: #B2683D !important;
}

div.theme-atomik .ccm-block-feature-stacked:hover>i,div.theme-atomik .ccm-block-feature-stacked:hover h4 .text-primary {
    /*text-shadow: 1px 1px 1px rgba(161, 255, 8,0.66);*/
	/*color: #a1ff08 !important;*/
}

.ccm-custom-style-main-315 {
	border-bottom: 1px solid #a1ff08;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
}

.col-md-2 ul {
	list-style-position:outside;
	padding-left:0px;
	font-size: 0.8rem;
}

.ccm-custom-style-main-294, .ccm-custom-style-main-322, .ccm-custom-style-main-352 {
	text-shadow: 2px 2px 3px #000;
	font-size: 1.5rem;
}

.ccm-block-feature-stacked h5 {
	font-size: 3rem;
}

.nav-item {
	font-size: min(16px, 1.10vw);
}

div.theme-atomik .navbar-toggler .icon-bar {
    background-color: #fff;
}

@media (max-width: 991.98px) {
    div.ccm-page div.ccm-block-top-navigation-bar .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: left;
	}
	.nav-item {
		font-size: 16px;
	}
	#video #content .btn, #video #content p, .flag {
		display:none;
	}
	
}

#video #content h2 {
	font-size: min(56px, 6vh);
}