
.c6{
    background-color: #5e17eb; /* Violet */
}
.c1{
    background-color: #03989e; /* Green */
}
.c2{
    background-color: #FFFFFF; /* Pink */
}
.c5{
    background-color: #004aad; /* blue */
}
.c4{
    background-color: #8c52ff; /* purple */
}
.c3{
    background-color: #5271ff; /* Light blue */
}


.f6{
    color: #5e17eb; /* Violet */
}
.f1{
    color: #03989e; /* Green */
}
.f2{
    color: #cb6ce6; /* Pink */
}
.f5{
    color: #004aad; /* blue */
}
.f4{
    color: #8c52ff; /* purple */
}
.f3{
    color: #086FD8; /* Light blue */
}
.f7{
    color: #122348; /* dark blue*/
}
.f8{
    color:#FFFFFF;
}

.f9{
    color:#141414;
}

h6 {
    font-family: 'Play';
    font-size: 60px;
    padding-top:125px;
    padding-left:100px;
    padding-right:100px;
    padding-bottom:25px;
}
body {
    background-color:#086FD8; /* dark blue*/
    color: #FFFFFF;
}
.btn-xl{
    padding:65px 130px
}

/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

    /* Add a gray background color and some padding to the footer */
footer {
    background-color: #f2f2f2;
    padding: 15px;
    color:#122348;
}

.bg-img {
    background-image: url('images/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-img2 {
    background-image: url('images/bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
}

h3{
    color:#FFFFFF;
}
h4{
    color:#FFFFFF;
}

img{
    display:inline;
}

a{
    text-decoration: underline;
    text-decoration-color: white;
}