@charset "UTF-8";
/* CSS Document */

.snow {background:url('../img/background.jpg'); background-size:100%; background-repeat:no-repeat;}

* {font-family:'Nunito', sans-serif;}
h1,h2 {font-weight:900;}
.btn {font-weight:700;}
.logo-width {max-width:400px;}

.border-primary {border-color:#2B4987 !important;}

.btn-primary{background-color:#2B4987 !important; border-color:#2B4987 !important;}
.btn-secondary {background-color:#A5BEE4 !important; border-color:#A5BEE4 !important; color: #2B4987;}
.btn-secondary:hover {background-color:#2B4987 !important; border-color:#2B4987 !important; }
.bg-primary {background-color:#2B4987 !important;}
.bg-grey {background-color:#6D7383;}
.logo-height {max-height:55px;}
.snowy-transition {background:url('../img/snowy-transition.svg'); background-size:100%; background-repeat:no-repeat;}
.bg-dark {background-color:#112336;}