@charset "UTF-8";
/*
Theme Name: Twenty Seventeen-Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentyseventeen
Description: Child theme from Twenty Seventeen for Central Ohio Commons website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentyseventeen-childcky-post, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
5.0 Typography
GTP 9/29/19
Default font for content
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #0000ff;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, 		arial, sans-serif;
	font-size: 22px;
	/*font-size: 0.9375rem;*/
	font-weight: 400;
	font-style:italic;
	line-height: 1.66;
}
/*-------
Site header title and description modifications 
GTP 9/29/19
-------*/
.site-title, .site-description {
		background-color: #99ffff;
		width: 1200px;
		margin-left:-150px;
		opacity: 0.6;
		padding:10px;
		text-align:center;
		/*border-radius:7px;*/
}
/*GTP 9/29/19---
 Site page default background color #d2fbfc (light blue)
---*/
.site-content-contain {
		/*background-color:#c8f5c6 !important;*/
		background-image: url(https://cohcommons.org/wp-content/uploads/2019/11/dogtap_opaque.jpg);
}

.custom-logo-link img {
	display: inline-block;
	max-height: 180px;
	width: auto;
}

/* My Fonts */
.cohfont {
	font: 'Libre Franklin', 22 pt, italic;
	background:rgb(240, 240, 245, .7);
	border-radius:10px;
	padding:5px;
}

.cohfont2 {
	font: 18px 'Libre Franklin'
}

h1 {
	font: italic bold 24px 'Libre Franklin'
}

/* Main Navigation */
.navigation-top {
	background: #d2fbfc !important;
}
.main-navigation ul ul {
		background: #d2fbfc !important;
}
.main-navigation li {
	font-size: 20px !important;
}

.site-footer {
	background: #d2fbfc;
}