/* @override
https://www.sanctuaryfirst.org.uk/assets-v2/css/app.css?* */

.app h1,
.app h2 {
color: hsl(204, 98%, 37%);
font-weight: bold;
}

.app h1 span {
font-weight: 100;
}

.app h2 {
font-size: 1.4em;
}

.app .banner h3 {
color: #fff;
font-weight: bold;
font-size: 1.3em;
}

.device-bg {
background-color: #fff;
margin-top: 20px;
padding-bottom: 20px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
.app .banner h3 {
	font-size: 1.7em;
}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
.app .banner h3 {
	font-size: 2.3em;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.app .banner h3 {
	font-size: 2em;
}
}

.app ul.bullets {
	padding-left: 0px;
}

.app ul.bullets li {
	margin-bottom: 7px;
}

.app .banner p.ios-btn {
/*padding: 17px;*/
}
