/*
 Theme Name:   Cordillera Child
 Theme URI:    http://www.kakosindustries.com/twenty-fifteen-child/
 Description:  Cordillera Child
 Author:       Conrad Miszuk and Schuyler Williams
 Author URI:   http://www.conradmiszuk.com
 Template:     cordillera
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         dark
 Text Domain:  cordillera-child
*/

.site-nav > ul > li a {
    display: block;
    font-size: 14px;
    line-height: 70px;
    padding: 0;
    color: #555;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    object-fit: cover;
    overflow: hidden;
}

.top-banner-image {
	width: 100% !important;
	height: auto;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	background-position: center !important;

}

a {
    color: #a0a0a0;
    text-decoration: none !important;
}

body,
button,
input,
select,
textarea {
	color: #555;
	font-family: 'Times', serif;
	font-size: 14px;
	line-height: 1.6;
	outline: none;
}