@font-face {
    font-family: "Calibri";
    src: url(font/calibri.ttf)
}

html,
body {
    margin: 0;
    padding: 0
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Calibri";
    line-height: 1.5 !important
}

h1 {
    font-size: 27px !important
}

h6 {
    font-size: 17px !important
}

p {
    text-align: justify
}

a {
    text-decoration: none !important
}

.blue-bg {
    background-color: #273a72
}

.blue-color {
    color: #273a72
}

.header-background {
    background-image: url(overlay.jpg);
    background-size: cover;
    background-position: center
}

.header {
    padding: 20px;
    color: #fff !important
}

.header * {
    color: #fff !important
}

.header a {
    padding: 0
}

.header li {
    margin-right: 20px
}

.main {
    margin-top: 30px
}

.row {
    padding: 0 20px
}