/* ==== Google font ==== */



body {
    width: 100%;
    height: 100%;
    font-family: 'VAGRoundedLTPro-Light', sans-serif;
	font-weight: normal;
    color: #000;
    background-color: #ffb10e;
	font-size: 18px;
    line-height: 1.6em;
}

html {
    width: 100%;
    height: 100%;
}

a {
    color: #000;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
	text-decoration: none;
}

a:hover,
a:focus {
	    color: #363636;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'VAGRoundedLTPro-Black', sans-serif;

}

.marginbottom {
	margin-bottom: 20px;
}


.card {
    background-color: transparent;
    border: none;

}

.bluebox{
	background-color: #2e4577;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.shadowbox{
	background-color: transparent;
	color: #000;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	  box-shadow: 0px 0px 12px 0px #707070;
	
}



.numbercircle {
	text-align: center;
	background-color: #2e4577;
	color: #fff;
	    width: 50px;
    line-height: 50px;
    border-radius: 50%;

    font-size: 32px;
	margin: 0 auto 15px auto;
	font-family: 'VAGRoundedLTPro-Black', sans-serif;

}

#fblink {
	float: right;
	    font-size: 32px;
	font-family: 'VAGRoundedLTPro-Black', sans-serif;
}

