/*
 * Theme Name: dissent
 *
 * Layout: Page-Homepage
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/

.site-branding{padding: 2em 0; text-align:center; border-bottom:2px solid #069;}
.content-area, .site-main, #main{width:100%; padding:0; margin:0;}

.content-full{padding:2em; width:100%; display:block;}
.content-orange{
	background:#d98b40 url(../images/bg-orange.jpg) no-repeat right top;
	border-bottom:2px solid #fff;
}
	.content-orange a.btn:hover{color:#d98b40;}
.content-blue{
	background:#069; color:#fff;
	border-bottom:2px solid #fff;
}

.bg-scientist{background:#069 url(../images/bg-blue.jpg) no-repeat right top}
.bg-blue-gradient{background: -moz-linear-gradient(top, rgba(0,83,125,1) 0%, rgba(0,102,153,1) 25%, rgba(0,102,153,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,83,125,1)), color-stop(25%, rgba(0,102,153,1)), color-stop(100%, rgba(0,102,153,1)));
background: -webkit-linear-gradient(top, rgba(0,83,125,1) 0%, rgba(0,102,153,1) 25%, rgba(0,102,153,1) 100%);
background: -o-linear-gradient(top, rgba(0,83,125,1) 0%, rgba(0,102,153,1) 25%, rgba(0,102,153,1) 100%);
background: -ms-linear-gradient(top, rgba(0,83,125,1) 0%, rgba(0,102,153,1) 25%, rgba(0,102,153,1) 100%);
background: linear-gradient(to bottom, rgba(0,83,125,1) 0%, rgba(0,102,153,1) 25%, rgba(0,102,153,1) 100%);}
	.bg-blue-gradient h3{color:#fff; max-width:900px;}

.content-gray{background:#ccc;}
.flags ul{display:inline-block; list-style:none; margin:0; padding:0;}
	.flags ul li{float:left; margin-right:25px;}

.first-half{float:left; width:49%; padding:2em 2% 1em;}
.second-half{float:right; width:49%; padding:2em 2% 1em;}
	@media screen and (max-width:600px){
		.first-half, .second-half{
			float:none; width:96%; padding:0;
		}
	}

.title-branding{font-size:1.8em; color:#fff; font-weight:bold; margin:0; font-family:'Crete Round', serif; text-align:center;}
	.title-branding i{font-size:.8em; color:#000;}
	.title-branding p{margin:0;}