html, body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Baloo 2', serif;
}

* {
    box-sizing: border-box;
}

.baloo-2 {
    font-family: 'Baloo 2', serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* ------ Header Section Begin ------ */

header.main-header {
    background: #FFF;
    box-shadow: 0 1px 6px rgba(0,0,0,.1);
}

header div.logo {
    margin: 0 0 -10px;
}

header div.logo img {
    float: left;
    width: 500px;
    height: auto;
}

header div.logo span.logo-text {
    padding-left: 20px;
    font-size: 42px;
    font-weight: 600;
    vertical-align: middle;
}

header .main-nav ul {
    padding: 0;
    margin: 1em 0 .5em;
    text-align: center;
}

header .main-nav li {
    display: inline;
}

header .main-nav a {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    color: #343534;
    text-decoration: none;
    display: inline-block;
    padding: .5em 10px;
}

header .main-nav a:hover {
    color: #3333ff;
}


header.main-header .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width:960px) {
    header.main-header .container {
        justify-content: space-between;
    }
}

/* ------ Header Section End ------ */

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

.text-center {
    text-align: center;
}

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

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

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-column {
    -ms-flex-direction: column;
    flex-direction: column;
}


.flex-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.flex-right {
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.one-half, .one-half-md {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.one-third, .one-third-md {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%
}

.two-thirds, .two-thirds-md {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%
}

@media (max-width:768px) {
    .one-half-md,
    .one-third-md, 
    .two-thirds-md {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.one-quarter {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.f-left {
    float: left;
}

.container {
    width: 1140px;
    max-width: 100%;
    padding: 20px;
    margin: 0 auto;
}

.container-left {
    width: 570px;
    max-width: 100%;
    padding-left: 20px;
    margin: 0 0 0 auto;
}

.container-right {
    width: 570px;
    max-width: 100%;
    padding-left: 20px;
    margin: 0 auto 0 0;
}


.img-fluid {
    max-width: 100%;
    height: auto
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

a.btn-dirt {
    padding: 20px 50px;
    font-size: 18px;
    background: linear-gradient(#cb4404, #D6940D);
    color: #ffffff;
    text-decoration: none;
    transition: color .5s ease-in-out, background-color .5s ease-in-out, border-color .5s ease-in-out, box-shadow .5s ease-in-out
}

a.btn-dirt:hover {
    background: linear-gradient(#ff4404, #ffdd0d);
    cursor: pointer;
}

a.btn-dirt-white {
    padding: 20px 50px;
    font-size: 18px;
    background: #ffffff;
    color: #9958e3;
    border-radius: 100px;
    text-decoration: none;
    transition: color .5s ease-in-out, background-color .5s ease-in-out, border-color .5s ease-in-out, box-shadow .5s ease-in-out
}

a.btn-dirt-white:hover {
    background: #cccccc;
    cursor: pointer;
}

.white {
    color: #ffffff;
}

/* ------ Forms and inputs ------ */

.form-control {
    margin-bottom: 10px;
    padding: 14px;
    border-color: #666666;
    border-radius: 5px;
    color: #000000;
    background: #f0f0f0;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.form-control:focus {
	background: #ffffff;
    border-color: #1841A1;
}

/* ------ Footer ------ */

footer {
	background: #111111;
	padding: 20px 0 0;
}

.footer-content a {
    color: #599efc;
    text-decoration: none;
}

.footer-content a {
    color: #89Aefc;
}

.footer-content p {
	color: #cccccc;
	font-size: 18px;
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}
