.white { color: white; }
.greybackground { background-color:#333;}

.gradient {background: #2980b9;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #2c3e50, #2980b9);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #2c3e50, #2980b9); margin-top: -10px; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.footer { background: -moz-linear-gradient(top, #3a3a3a 33%, #262626 100%);
background: -webkit-linear-gradient(top, #3a3a3a 33%,#262626 100%);
background: linear-gradient(to bottom, #3a3a3a 33%,#262626 100%);margin-top: -10px;}
.whitebox { background-color: white; padding: 25px;}
.greybox { background-color:rgba(25, 108, 157, 0.7); padding: 25px;}
.greytint { background-color:rgba(20, 20, 20);}
.green {color:#00c4a7;}
.small { font-size: 12px;}
.bold { font-weight: 900;}
.blue {color:#196c9d;}
h1 {


    font-family: 'Lora', serif;
	font-weight :400 ;
    color: #000;
    font-size:4.8em;
    line-height: 0.85em;
	margin-bottom: 1.0em;
    }


h2 {


    font-family: 'Lora', serif;
	font-weight :400 ;
    color: #000;
    font-size:2.9em;
    line-height: 1em;
	margin-bottom: 0.8em;
    }


h3 {



 font-family: 'Source Sans Pro', sans-serif;

font-weight :600 ;
    color: #196c9d;
    font-size:1.6em;
    line-height:1.25em;
	margin-bottom: 1.0em;
    }


h4 {


 font-family: 'Source Sans Pro', sans-serif;

font-weight :600 ;
    color: #000;
    font-size:1.5em;
    line-height: 1.4em;
	margin-bottom: 1.0em;
    }


p { 	
 

    font-family: 'Source Sans Pro', sans-serif;


	letter-spacing: 0px;
	font-weight :400;
    color: #000;
    font-size:1.0em;
    line-height: 1.3em;
	margin-bottom:20px;
	}

.boldsmall {font-weight :900; letter-spacing: 2px; font-size: 12px;} 

