.navbar a {
    font-size: 28px;
}

.navbar-nav a {
    font-size: 24px;
}

#home {
    /* The image used */
    background-image: url("../assets/cropped-1920-1080-1034298(orca).jpg");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#mtd {
    /* The image used */
    background-image: url("../assets/cropped-1920-1080-1034296(cat).jpg");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#projects {
    /* The image used */
    background-image: url("../assets/cropped-1920-1080-1034303(bird).jpg");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#contact {
    background-color: #5a6268;
}

.welcome-card {
    background-color: rgb(211, 211, 211);
    background-color: rgba(211, 211, 211, .9);
}

p {
    font-size: 1.2rem;
}

.welcome-card-body {
    background-color: rgb(211, 211, 211);
}

i {
    vertical-align: middle;
}

.col a {
    text-decoration: none;
    color: inherit;
}

.resume-text:hover {
    cursor: pointer;
}

.read-more {
    display: none;
}

#MyPloyeeModal img {
    width: 75%;
}
