header,
hr {
    text-align: center
}
body {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    overflow-x: hidden
}
p {
    font-size: 20px
}
p.small {
    font-size: 16px
}
a,
a.active,
a:active,
a:focus,
a:hover {
    color: #18BC9C;
    outline: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700
}
hr {
    padding: 0;
    border: none;
    border-top: solid 2px;
    margin: 25px auto 30px
}
.img-centered {
    margin: 0 auto
}
header {
    display: block;
    font-weight: 400;
    font-size: 1.5em
}
header .container {
    padding-top: 70px;
    padding-bottom: 50px
}
header img {
    display: block;
    margin: 0 auto 20px;
    max-width: 190px;
    max-height: 140px
}
header h1 {
    font-weight: 700;
    font-size: 3em
}
.bgrepeatno {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.footerlogo,
.smallpage-section h2 {
    text-align: center
}
.smallpage-section {
    padding: 10px 0
}
.smallpage-section>div>div {
    padding: 10px
}
@media (min-width: 768px) {
    .smallpage-section>div>div {
        padding: 20px
    }
}
@media (min-width: 992px) {
    .smallpage-section>div>div {
        padding: 40px
    }
}
@media (min-width: 1200px) {
    .smallpage-section>div>div {
        padding: 60px
    }
}
.row {
    margin: 0
}
.footerlogo {
    vertical-align: middle;
    padding: 10px;
    font-weight: 700
}
.footerlogo img {
    width: 100%
}
.footertext {
    text-align: left;
    vertical-align: middle;
    padding: 15px
}
.img-title {
    width: 100%;
    height: 100%;
    position: absolute
}
.img-title>div {
    position: relative;
    width: 100%;
    height: 100%;
	padding-left: 10%;
}
.img-title>div>div {
    position: absolute; 
    bottom: 80px;
    width: 80%;
}
.loader {
    animation: spin 2s linear infinite;
    border-radius: 50%;
    display: none;
    margin-left: auto;
    margin-right: auto
}
@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
.loader-lg {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px
}
.loader-md {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    width: 60px;
    height: 60px
}
.loader-sm {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    width: 30px;
    height: 30px
}