/*
 Theme Name:   Flying Club
 Description:  A bootScore Child Theme
 Author:       Glenn Andressen  
 Author URI:   https://eastcoastit.net
 Template:     bootscore-main
 Version:      5.3.0
 Text Domain:  bootscore
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/

.card-header {
    background-color: #052c65;
    color: #ffffff;
}

.hero {
    background: url('img/lfq.jpg') no-repeat scroll center center;
    padding: 0;
    margin-bottom: 20px;
    min-height: 700px;
}

.nav-link {
    color: #ffffff;
}

.nav-link:hover {
    color: #dedede;
    text-decoration: underline;
}

.nav-link.active {
    color: #ffffff !important;
    font-weight: bold;
}

.entry-content {
    max-width: 70rem;
    margin: 0 auto;
    padding-top: 2rem;
}

.menu-item {
    padding: 0 10px 0 0;
}

.footer_widget, .footer_widget a {
    color: #ffffff;
}

.wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {width:100% !important;}