@font-face {

    font-family: catamaran-light;

    src: url(../fonts/Catamaran-Light.ttf)

}

* {
	margin: 0;
	padding: 0;
}

body {
    margin: 0px 20px;
}

.main-logo {
    text-align: center;
    margin-top: 7px;
}

.main-logo img {
    width: 250px;
}

.nav-menu {
    border-top: 1px solid #0000002b;
    border-bottom: 1px solid #0000002b;
    margin-top: 15px;
    text-align: center;
}

.nav-menu ul li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
}

.nav-menu ul li a {
    text-decoration: none;
    color: #666666;
    font-family: 'Mukta', sans-serif;
    font-size: 20px;
}

.nav-menu ul li a:hover, .nav-menu ul li a:focus {
    color: #F4B424;
}

i.fas.fa-circle {
    font-size: 4px;
    vertical-align: middle;
    margin-top: -5px;
    color: #ACACAC;
    margin-left: -20px;
    margin-right: -20px;
}

.main-body-banner-home img {
    width: 100%;
}
h3.top-main-subtitle {
    font-family: 'Baloo 2', cursive;
    color: #acacac;
}

.home-main-body {
    margin-top: 25px;
}

h1.top-main-title {
    font-family: 'Mukta', sans-serif;
    font-size: 40px;
    margin-top: -10px;
    color: #F4B424;
}
.main-top-points li {
    font-size: 25px;
    margin-top: 12px;
    list-style: none;
    font-family: 'Baloo 2', cursive;
    color: #666666;
}

.main-top-points li img {
    width: 20px;
    margin-right: 12px;
}
.wbgut {
    display: flex;
}

.wbgut-left, .wbgut-right {
    flex: 1 1;
    margin-top: 2px;
    text-align: center;
    color: #666666;
    font-size: 22px;
    padding: 5px 0px;
    border-radius: 3px;
    border: 1px solid #0000002b;
}
.wbgut-left {
    margin-right: 2px;
}
.black-bg-tile {
    background: #acacac;
    color: white;
    padding: 5px 20px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Mukta', sans-serif;
}
.wbgut:nth-child(even) div {
    background: none;
}
.main-top-section {
    display: flex;
}

.main-top-points {
    width: 65%;
    margin-top: 0px;
}

.main-top-points-right {
    width: 30%;
    margin-top: -75px;
}
.margin-top-17 {
	margin-top: 17px;
}
.home-main-body {
    margin: 30px 5%;
}
span.small-text {
    font-size: 12px;
}
span.little-bigger-text {
    font-size: 23px;
    font-family: catamaran-light;
}

body p {
    font-size: 19px;
    font-family: catamaran-light;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-50 {
	margin-top: 50px;
}

.banner-top-container img {
    width: 100%;
}

.banner-top-container {
    margin-top: 40px;
}

.subtitle {
    font-family: 'Baloo 2', cursive;
    font-size: 32px;
    margin-bottom: 5px;
    color: #f4b424;
}

.footer {
    background: #666666;
    border-top: 2px solid #f4b424;
}

.footer-logo {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-logo img {
    width: 300px;
}