/*
Theme Name: Thank You Hales
Theme URI: http://thankyouhales.org
Description: Theme for Thank You Hales website
Version: 1.0
Tags: responsive, bootstrap
 
License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
*/

@import url('https://use.typekit.net/jgk1zcy.css');

@import url('https://fonts.googleapis.com/css?family=Nothing+You+Could+Do');

@font-face {
	font-family: 'Freeland';
	src: url('http://give.brighamandwomens.org/wp-content/themes/bsdstarter/assets/fonts/FREELAND2016UPDATE.ttf');
}
	
body {
	background-image: url('/wp-content/uploads/2018/01/hale-bg-texture-low.jpg');
	background-size: contain;
}

h1 {
    font-family: "minion-pro", serif;
    font-size: 2em;
    margin-bottom: 20px;
    color: #0c4c91;
    font-weight: 700;
}

h2 {
    font-family: "minion-pro", serif;
    font-size: 1.5em;
    color: #0c4c91;
    margin-top: 30px;
    font-weight: 700;
}

p {
    font-family: "minion-pro", serif;
    font-size: 1.1em;			    
}

a {
    color: #0c4c91;
    font-weight: 700;
    text-decoration: underline;
}

a:hover {
    color: #007bff;
}

img.intro-pic {
    width: 100%;
    height: auto;
}

.thumbnail {
    position: relative;
}

.caption {
	font-family: 'Freeland', 'Nothing You Could Do', cursive;
	font-size: 3.0em;
	font-weight: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px 0px;
}

div#intro {
	margin-bottom: 40px;
}

@media (max-width: 576px) {
	.caption {
		font-family: 'Freeland', 'Nothing You Could Do', cursive;
		font-size: 1.0em;
		line-height: 1.2em;
		font-weight: normal;
	    position: relative;
	    width: 100%;
	    color: #000;
	    background-color: rgba(255, 255, 255, 0.0);
	    padding: 20px 0px;
	}

	div#intro {
		margin-bottom: 0px;
	}

}

div.hale-body {
	width: 90%;
	margin: 0px auto;
}

div.caption p {
    font-family: 'Freeland', 'Nothing You Could Do', cursive;
    padding: 0px;
	margin: 0px;
}

div#hale-photo {
    float: right;
    margin: 0px 0px 40px 40px;
}

img#hale-pic {
    width: 100%;
    height: auto;
    max-width: 400px;
}

p.hale-caption {
    font-family: "minion-pro",serif;
    font-size: 1.0em;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #333;
}

@media (max-width: 992px) {
    div#hale-photo {
	    float: none;
	    margin: 20px auto;
    }
}

.btn {
    white-space: normal; 
    font-family: "minion-pro",serif;
}

.btn-hale {
    color: #fff;
    background-color: #0c4c91;
    border-color: #0c4c91;
    text-decoration: none;			    
}

.btn-hale:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;			    
    text-decoration: none;			    
}

img.ribbon {
    width: 100%;
    height: auto;
    max-width: 250px;
    display: block;
    margin: auto;
    margin-right: auto;
    /* margin-bottom: 40px; */
}

div.hale-logo {
    text-align: center;
    padding: 40px 0px;
}

img.bch-logo {
    width: 100%;
    height: auto;
    max-width: 300px;
}

img.bwh-logo {
    width: 100%;
    height: auto;
    max-width: 300px;
}

footer {
    background-color: #ccc;
    color: #666;
}

footer a {
    color: #666;
	text-decoration: underline;
	font-weight: normal;
}

footer a:hover {
    color: #333;
	text-decoration: underline;
}

.copy {
    text-align: center;
    padding: 40px;
    font-size: 0.8em;
}

.copy p {
    margin: 0px;
}
