/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    
 Description:  Twenty Seventeen Child Theme
 Author:       
 Author URI:   
 Template:     twentyseventeen
 Version:      0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  twentyseventeen-child
*/

/* COLORS
ORANGE: #ea4a04
LT ORANGE: #ee6e36
RED: #960303
PURPLE: #3a0d38
BLUE: #19163e
GRAY: #2d2b2b
*/

/*--------------------------------------------------------------
>>> Main
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> Navigation
--------------------------------------------------------------*/

.navigation-top {
	text-transform: uppercase;
	/*move to top*/
	//position: absolute;
	//top: 0;
	//height: 70px;
}

.navigation-top a {
	color: #000;
}

.navigation-top .current-menu-item > a, 
.navigation-top .current_page_item > a {
    color: #000;
}

.main-navigation a:hover {
    color: #000;
}

/*--------------------------------------------------------------
>>> Front Page - General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> Contact Form 7
--------------------------------------------------------------*/

.wpcf7 p {
	margin: 0 0 0.75em;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="range"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="color"],
.wpcf7 textarea {
	 padding: 0.25em;
 }
 
/*--------------------------------------------------------------
>>> Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> Media
--------------------------------------------------------------*/

@media screen and (min-width: 30em) {
	
}

@media screen and (min-width: 40em) {
	
}

@media screen and (min-width: 48em) {
	
}

@media screen and (min-width: 67em) {

}