/*
-----------------------------------------------
Blogger Template Style
Name:        My app template
Version:     1.0
Author:      Nasser Al-Ammari
Author Url:  https://nasseralammari.com
----------------------------------------------- */
body {
    /*background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhoqa9_G4xoDLc2DH8o-MsOkGsVcjAIwThorJmzwZw9AfdW5EAcKJC-lewUZCqFhRlsdWVoHSvjirn26GfljhS1BBs_hOB2AgdhyHKIi1-yvZ3PNFNIbf2WyAsXbe61rvcx2LldfH4bSyMm/h120/background.png);*/
    background-color: #0c5d78;
    background-attachment: fixed;
    margin: 0;
}

/* Start Nav */
a.navbar-brand {
    font-size: 25px !important;
    font-weight: bold;
}

a.nav-link {
    font-size: 18px;
    color: #000 !important;
}

.container-fluid {
    display: flex;
}

@media (max-width: 991px) {
    .container-fluid {
        display: block;
    }

    button.navbar-toggler.collapsed {
        float: left;
    }

    button.navbar-toggler {
        float: left;
    }
}

/* End Nav */
/* Start Header */
img.d-block.mx-auto.mb-4 {
    width: 100px;
    height: 100px;
}

h2.display-5.fw-bold {
    color: #fff;
    text-align: center;
    padding: 35px;
}

p.lead.mb-4 {
    color: #fff;
}

a.btn.btn-outline-secondary.btn-lg.px-4 {
    color: #fff !important;
    border-color: #fff !important;
}

a.btn.btn-outline-secondary.btn-lg.px-4:hover {
    color: #000 !important;
    background-color: #fff !important;
}

a.btn.btn-info.btn-lg.px-4.gap-3 {
    color: #fff;
}

/* End Header */
/* Start Screenshots */
section#screenshots {
    background-color: #fff !important;
    color: #000 !important;
    padding-bottom: 10%;
}

#screenshots h2 {
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    padding: 35px;
}

img.d-block.w-50 {
    margin: 0 auto;
}

span.carousel-control-next-icon {
    background-color: gray !important;
    border-radius: 20%;
}

span.carousel-control-prev-icon {
    background-color: gray !important;
    border-radius: 20%;
}

.carousel-indicators {
    background-color: #c0c0c0 !important;
    margin: 0;
    margin-bottom: -2%;
}

/* End Screenshots */
/* Start Download */
section.download {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 10%;
    box-sizing: border-box;
    margin: 5% 0;
}

.download h2 {
    margin-bottom: 50px;
}

.download img {
    margin: 15px;
    border-radius: 5px;
    width: 200px;
}

@media (max-width: 991px) {
    .download img {
        width: 200px;
    }
}
/* End Download */
/* Start Footer */
.footer {
    color: #000 !important;
}
h3.text-uppercase.fw-bold.mb-4 {
    font-size: 18px;
}
/* End Footer */
