html {
	background: #1e4388;
	/* Old browsers */
}
body {
	margin: 0;
	padding: 0;
	background: #dde4ec!important;
}
.content-right {
	text-align: right;
	margin-top: 5%;
}
.top-banner .left {
	padding: 10px 20px;
}
.top-banner a, .top-banner p {
	color: #fff;
	margin-bottom: 0;
}
.top-banner p {
    line-height:32px;
}
.center {
	text-align: center;
}

.right {
	text-align: right;
}
.left {
	text-align: left;

}
.content-blue {
	background: #1e4388;
        padding: 20px 10%;
}

.copywrite, .icon-img {
        padding-top:10px;
}


/* Fonts */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.h1, h1 {
	font-size: 2.5rem!important;
	font-family: 'Fredoka One', cursive!important;
}
.h5, h5 {
	color: #1e4388;
	font-size: 1.3rem;
	font-family: 'Fredoka One', cursive;
        letter-spacing: 1px;
}
.h4, h4 {
	font-size: 1.3rem;
}
h2.blue {
	color: #1e4388;
	font-size: 2.5rem;
	font-family: 'Fredoka One', cursive;
}
h3.title {
	color: #fff;
	font-size: 2rem;
	font-family: 'Fredoka One', cursive;
}
.p, p {
	font-size: 18px;
	line-height: 1.5em;
	letter-spacing: .3px;
}

h2.style{
	color: #fff;
	font-size: 34px;
	font-family: 'Fredoka One', cursive;
}

em {
	font-size: 14px;
        letter-spacing: .3px;
}

.li, li {
        letter-spacing: .3px;
}

h3.number, h3.email {
	color: #1f4d95!important;
}

.white {
	color: #fff;
}
.spacer-top {
	padding-top: 4%;
}
.spacer {
	padding: 4%;
}

.spacer-no-top{
        padding: 0 4% 4% 4%;
}
.spacer-no-bottom{
        padding: 4% 4% 2% 4%;
}

ul.header-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 32px;
  justify-content: flex-end;
}
ul.header-links li {
    list-style-type: none;
    padding:0 10px;
    margin: 0;
    height: 40px;
}
ul.header-links a:hover {
    color: #efefef;
}


@media only screen and (max-width: 991px) {
	.col-lg-6.logo {
		display: none;
	}
        .mobile-center{
                text-align: center!important;
        }
        .icon-img{
                padding: 5% 25%;
        }
        .logo{
                padding: 10px 20% 0;
        }
}

@media only screen and (min-width: 991px) {
         .col-lg-6.logo-mobile {
		display: none!important;
	}
               
}
