/*
Theme Name: Kiwanis
Author: Wepaa
Version: 1.0
*/
body{
	font-family:'Commissioner', sans-serif;
	color: #333;
}
.top-area{
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.top-logo{
	align-content:center;
}
.top-logo img{
    width: 200px;
    cursor: pointer;
}
.top-menu-area{
}
.top-menu-container{
	display:none;
	position: absolute;
	top: 80px;
	right: 0;
	background: #fff;
	width: 100%;
}
.top-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-menu li a {
    text-decoration: none;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight:800;
    display: block;
    color:#01437a;
}
.top-menu li a:hover{
	opacity:.7;
}
.top-menu .current-menu-item a{
	color:#848484;
}

.top-menu-btn{
    background: none;
    border: none;
    padding: 20px;
    font-size: 1.4em;
    color: #333;
}

.parallax-hero {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 550px; /* o el alto deseado */
    z-index: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.parallax-hero h1{align-self: center;font-family: 'Oswald', sans-serif;font-weight: 600;text-transform: uppercase;font-size: 70px;color: rgba(255, 255, 255, 0.7) !important;text-align: center;max-width: 50%;text-shadow: 0.31em 0.25em 0.41em rgba(0, 0, 0, 0.4);}

footer {}
footer .foo-highligh{
    background-color: #013477;
}
footer .foo-highligh a{
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 5px;
}
footer .foo-container{
    padding: 60px 0;
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 30px;
}
footer .foo-container > div{}
footer .foo-container > div ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
footer .foo-container > div ul li{
    margin: 0 0 10px;
}
footer .foo-container > div ul li a{
    color: initial;
    text-decoration: none;
}

.my-10{
	margin-top:6rem;
	margin-bottom:6rem;
}

.title-1{
	font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 1.3em;
    text-align: center;
}

.subtitle-1{
	font-size: 35px;
    color: #00208A;
    line-height: 91px;
}

.feat-card{
    display: grid;
    grid-template-rows: auto;
    gap: 15px;
    border: 1px solid #999;
}
.feat-card .feat-card-image{}
.feat-card .feat-card-image img{
    max-width: 100%;
}
.feat-card .feat-card-title{
    font-size: 1.3em;
    padding: 0 20px;
}
.feat-card .feat-card-text{
    padding: 0 20px;
}

/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.top-menu-container{
		display: flex !important;
		flex-wrap: wrap;
		position: relative;
		top: auto;
		right: auto;
	}
	.top-menu {
		list-style: none;
		display: flex;
		gap: 10px;
		margin: 0;
		padding: 0;
	}
	.top-menu li a {
		padding: 25px 20px;
	}
	.top-menu li a:hover{
		opacity:.7;
	}
	.top-menu-btn{display:none;}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}