body {
    font-family: 'Montserrat';
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; 
}

p {
    color: #8f8f8f;
    font-size: 1rem;
}

/* Small devices (landscape phones, up to 1000px) */
@media (max-width: 1000px) {  
    p {font-size:2rem;} /*1rem = 16px*/
}
/* @media (min-width: 1000px) {  
    p {
        color: #8f8f8f;
        font-size: 1rem;
    }
} */

.text-justify {
    text-align: left justify !important;
}

.text-content {
    color: #424242;
}

/* Headings ========================*/
.big-heading {
    font-size: 3.0rem;
    line-height: 1.5;
    font-weight: 900; 
    color: black;
}

.section-heading {
    font-size: 3rem;
    line-height: 1.5;
}

#title{
    padding-top: 5%;
    padding-bottom: 5%;
}

/* Small devices (landscape phones, up to 1000px) */
@media (max-width: 1000px) {  
    .big-heading{
        /* padding: 10% 0%; */
        padding-top: 20%;
        padding-bottom: 10%;
        font-size: 6rem;
        text-align: center;    
    }
    #my-name-header{
        text-align: start;
    }
    
    #title{
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .subtitle {
        text-align: justify !important;
        font-weight: 600;
        padding-bottom: 10%;
    }
    .download-button{
        width: 100%;
        font-size: 3rem;
        padding: 2rem;
    }
}

/* Containers ========================*/

.container-fluid {
    padding: 7% 15%;
    /* padding: 3% 15% 7%; */
}

.container-fluid-header {
    padding: 1% 15%;
}

.container-fluid-small {
    padding: 2% 15%;
}


/* Sections ========================*/
.white-section{
    background-color: #fff;
    /* padding: 2% 0%; */
}

.grey-section{
    background-color: #F0F0F0;
    /* background-color: #ebebeb; */
}

.black-section{
    background-color: #000;
}

/* Navigation Bar ========================*/
.navbar {
    /* padding: 0 0 4.5rem; */
    padding: 0;
    background-color: #fff;
}


.navbar-brand {
    font-family: 'Ubuntu';
    font-size: 2.5rem;
    font-weight: bold;
}

#brand-img {
    height: 2.5rem;
    width: 2.5rem;
}

.nav-item {
    padding: 0 18px;
}

.nav-link {
    font-size: 1.2rem;
    font-family: 'Montserrat';
    font-weight: 6 00; 
    /* font-weight: 400;  */
}

/* Small devices (landscape phones, up to 1000px) */
@media (max-width: 1000px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        padding-left: 5%;
        padding-right: 5%;
    } 

    .navbar-light .navbar-nav .nav-link {
        font-size: 2rem;
    }

    #brand-img {
        height: 3.5rem;
        width: 3.5rem;
    }

    .navbar-brand {
        font-size: 3.5rem;
    }
    
}


/* Download Buttons ========================*/
.download-button {
    margin: 5% 3% 5% 0%;
    /* background-color: #ebebeb; */
    border-radius: 10px;
    border-width: 3px;
}

.heading-buttons {
    width: 20%;
}

/* Small devices (landscape phones, up to 1000px) */
@media (max-width: 1000px) {
    .heading-buttons {
        width: 100%;
    }
}

#btn-android {
    background-color: #000;
    border-color: #000;
}

#btn-ios {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

/* Title Section ==========================*/
#title .container-fluid{
    text-align: left;
    padding: 3% 15% 7%;
}


/* Bio Section ==================*/
#about-me-img {
    width: 75%;
}


/* Apps Section ==================*/
.app-img {
    width: 100%;
    padding-bottom: 5px;
}

/* Features Section ==================*/

#features {
    position: relative;
}

.feature-title {
    font-size: 1.5rem;
}

.feature-box {
    padding: 4.5%;
}


@media (max-width: 1050px) {
    #title {
        text-align: center;
    }

    .title-image {
        position: static;
        transform: rotate(0);
    }
}

/* Highlight Numbers Section ==============*/
.icon {
    padding-bottom: 5%;
}


/* Review Section ========================*/
.review-img {
    width: 50%;
    padding-bottom: 5px;
}


/* Footer Section ========================*/
.footer-social-icon {
    padding: 0.5rem 0.5rem;
    color: #EBEBEB;
}

/* Small devices (landscape phones, up to 1000px) */
@media (max-width: 1000px) {
    .footer-social-icon{
        font-size: 3.5rem;
        margin: 1.5rem 1.5rem;
    }
    #footer-copyright{
        font-size: 1.5rem;
        color: #fff;
        padding: 3rem 0rem;
    }
    .footer-section{
        padding-top: 5%;
    }
}

