.image-container {
    background-image: url(./images/coffee_coding_orange_1400_435.png);
    max-height: 435px;
    min-height: 435px;

}

.hello-text {
    position: relative;
    top: 150px;
    text-align: center;
    font-family: 'Cardo', serif;
    font-size: 2.5rem;
    color: #FFFFFF;
}

.personal-low {
    flex-grow: 0;
}

.personal-low-paragraph {
    width: 190px;
}

h1, h2, h3 {
    font-family: 'Cardo', serif;
}

p, li, .nav-text {
    font-family: 'Tajawal', sans-serif;
}

.carousel-caption p {
    font-size: 1rem;
}

.personal-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr 1fr;
}

.grid-up-row {
    grid-column: span 2;
    padding-bottom: 30px;
}

.grid-low-row-first {
    grid-column: span 2;
    grid-column-start: 2;
    grid-column-end: 4;
}

.grid-low-row-second {
    grid-column: span 2;
}

.personal-image {
    min-width: 200px;
    min-height: 133px;
    max-width: 200px;
    max-height: 133px;
}

@media (max-width: 1200px) {
    .personal-grid {
        display: block;
    }
    .grid-up-row, .grid-low-row-first, .grid-low-row-second {
        padding-left: 20%;
    }

    .grid-low-row-second {
        padding-top: 30px;
    }
}

@media (max-width: 991px) {
    .bd-placeholder-img {
        height: 300px;
    }
}

@media (max-width: 520px) {
    .bd-placeholder-img {
        height: 350px;
    }

    .grid-up-row, .grid-low-row-first, .grid-low-row-second {
        padding-left: 0;
    }

    .personal-image {
        min-width: 150px;
        min-height: 130px;
        max-width: 150px;
        max-height: 130px;
    }
}

@media (max-width: 370px) {
    .bd-placeholder-img {
        height: 400px;
    }
}