/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.motto h1 {
	font-size: 4em;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

::selection {
    background: #00756d;
    color: #fff;
}


@media only screen and (orientation:portrait) {
    .motto h1 {
	font-size: 1em;
		color: #000;
}
}