/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans|Great+Vibes|Poppins&display=swap');


.navbar {
    background: #141E30;
    background: -webkit-linear-gradient(to right, #243B55, #141E30);
    background: linear-gradient(to right, #243B55, #141E30);
    width: 100% !important;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 1%;
    padding-bottom: 1%;
    font-family: 'Poppins';
    font-size: 22px;
    position: fixed;
    overflow: hidden;
    top: 0;
    z-index: 10;
}

.nav-item {
    color: white !important;
    padding: 0.5em;
    margin: 0.5em;
}

#navbarNavAltMarkup {
    /* display: flex; */
    justify-content: flex-end;
}

.logo {
    width: 50px;
    height: 50px;
}

.nav-item:hover {
    background-color: #80ACFF;
    color: #152034;
    transition: 0.5s;
}


.container-fluid {
    /* margin-right: 0 !important;
    margin-left: 0 !important;
    max-width: 100% !important;*/
    /* height: 100% !important; */
    padding-left: 0;
    padding-right: 0;
    padding-top: 5%;
    height: 100%;
    /* position: relative; */
    /* display: inline; */
}

.about {
    width: 100%;
    /* display: block; */
    position: relative;
    height: 100% !important;
    background-color: #5A8FCC;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 4%;
    padding-bottom: 3%;
    margin-top: 1%;
}

.myPhoto {
    display: block;
    object-fit: cover;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    margin-top: 2%;
}

.name,
.title {
    color: white;
    font-family: 'Poppins';
    font-size: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2%;
    text-align: center;
}

.title {
    font-size: 30px !important;
}


/* Media Queries */
@media screen and (max-width: 767px) {
    .name {
        font-size: 20px !important;
    }

    .title {
        font-size: 18px !important;
    }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .name {
        font-size: 24px !important;
    }

    .title {
        font-size: 21px !important;
    }
}

/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
    .name {
        font-size: 24px !important;
    }

    .title {
        font-size: 21px !important;
    }
}

/* large desktops and up ----------- */
/* @media screen and (min-width: 1200px) {} */