@charset "UTF-8";
/* CSS Document */

/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:	   https://sierraarttrails.org/twenty-fifteen-child
 Description:  Twenty Fifteen Child Theme
 Author:       Trowzers Akimbo
 Author URI:   http://www.trowzersakimbo.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

@import url("../twentyfifteen/style.css");

.animal {
	color: red;
}



.post-navigation,
.pagination,
.secondary,
.site-footer,
.hentry,
.page-header,
.page-content,
.comments-area,
.widecolumn, 
.entry-footer, 
.edit-link, 
.post-edit-link {
	background-color: rgba(255,255,255,0);
}

.hentry {
	background: none;
}

.entry-footer {
	background: none;
}

.copyright-info {
	color: #000000;
	font-size: 12px;
}

.three_col {
-moz-column-count: 3;
-moz-column-gap: 10px;
-moz-column-rule: none;
-webkit-column-count: 3;
-webkit-column-gap: 10px;
-webkit-column-rule: none;
column-count: 3;
column-gap: 10px;
column-rule: none;
}

.one_col {
-moz-column-count: 1;
-moz-column-gap: 0;
-moz-column-rule: none;
-webkit-column-count: 1;
-webkit-column-gap: 0;
-webkit-column-rule: none;
column-count: 1;
column-gap: 0;
column-rule: none;
}

.two_col {
-moz-column-count: 2;
-moz-column-gap: 70px;
-moz-column-rule: none;
-webkit-column-count: 2;
-webkit-column-gap: 70px;
-webkit-column-rule: none;
column-count: 2;
column-gap: 70px;
column-rule: none;
}

.two_col_wide {
-moz-column-count: 2;
-moz-column-gap: 150px;
-moz-column-rule: none;
-webkit-column-count: 2;
-webkit-column-gap: 150px;
-webkit-column-rule: none;
column-count: 2;
column-gap: 150px;
column-rule: none;
}

.tlt_one {
font-family: copperplate, serif;
font-style: normal;
font-weight: 700;
}

.tlt_two {
font-family: copperplate, serif;
font-style: normal;
font-weight: 700;
font-size: 22pt;
line-height: -20;
}

.tlt_three {
font-family: copperplate, serif;
font-style: normal;
font-weight: 700;
font-size: 18pt;
top: -10px;
}

.tlt_four {
font-family: copperplate, serif;
font-style: normal;
font-weight: 700;
}

.tlt_five {
font-family: copperplate, serif;
font-style: normal;
font-weight: 700;
}

.tlt_six {
font-family: copperplate, serif;
font-style: normal;
font-weight: 700;
}

h1.entry-title {
font-size: 1.5em;
color: #713801;
}

h3.no_top_space {
margin-top: -35px;
}

h2.less_top_space {
margin-top: -30px;
}

close_up_top {
margin-top: -35px;
}

close_bot {
margin-bottom: -35px;
}

.tlt_close_top {
margin-top: -45px;
}

.brown_txt {
color: #713801;
}

.red_txt {
color: red;
}

.blue_txt {
color: #20288c;
}

.avian_txt_color {
color: #68612d;
}

.link_color {
color: #56a274;
}

.service {
text-align: center;
}

.caption_size {
font-size: .75em;
line-height: .5;
}

.wp-caption-text {
text-align: center;
font-size: .5em;
color: #000000
}

.clear_txt {
color: rgba(0,0,0,0);
}

.sponsor_space {
margin-right: 50px;
}

.center_donate {
width: 75%;
margin: -50px 15% 0 10%;
}

.clearfix:before, .clearfix:after {
content: "";
display: table;
}

.clearfix:after {
clear: both;
}

.clearfix {
zoom: 1;
}

@media screen and (max-width: 1199px){

.center_donate {
width: 100%;
margin: 0 0 0 0;
}

}

@media screen and (max-width: 991px){

}

@media screen and (max-width: 767px) {
.three_col {
-moz-column-count: 1;
-moz-column-gap: 0px;
-moz-column-rule: none;
-webkit-column-count: 1;
-webkit-column-gap: 0px;
-webkit-column-rule: none;
column-count: 1;
column-gap: 0px;
column-rule: none;
}

h3 {
font-size: 24pt;
}
}



