h1, h2 {
    color: white;
}

body {
        background-color: #272D42;
        background-image: url(Mobile_Insurance/mobile-background.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position:top;
        background-attachment: fixed;
}

@media (max-width: 767px) {
    #top-content {
        padding-left: 0px;
        padding-right: 0px;
    }
    #top-content-text-container > h1 {
        background-color: #272D42;
        box-shadow: 0 5px 4px 0 rgba(0,0,0,0.79);
        font-size: 9vw;
        text-align: center;
        padding-bottom: .8em;
        margin-top: 0px;
        padding-top: 20px;
    }
    #top-content-text-container > h2 {
        font-size: 7vw;
        text-align: left;
        padding-bottom: .8em;
        margin-top: 33vh;
        margin-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        background: linear-gradient(180deg, rgba(33,37,57,.9) 7%, rgba(0,0,0,0.95) 100%);
    }
    #portfolio-first-row {
        padding-top: 0em;
    }
    h3 {
        font-size: 10vw;
        color: white;
        text-align: left;
    }
    p {
        font-size: 3.88vw;
    }
}

@media (min-width: 768px) {
    body {
        background-image: url(Mobile_Insurance/HiFi-Mockup-Screens.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        background-attachment: fixed;
    }
    h3 {
    font-size: 3.5em;
    color: white;
    text-align: left;
    }
    p {
    font-size: 1.7em;
    }
}

@media (min-width: 768px) {
    body {
        background-image: url(Mobile_Insurance/HiFi-Mockup-Screens.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        background-attachment: fixed;
    }
    #top-content {
        padding-top: 45vh;
        padding-bottom: 100px;
	    background: linear-gradient(180deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.95) 100%);
        text-align: center;
    }
    #top-content-text-container {
        max-width: 996px;
        margin: 0px auto;
    }
    #top-content-text-container > h1 {
        text-align: center;
    }
    #top-content-text-container > h2 {
        max-width: 1200px;
        text-align: left;
        font-size: 2.5em;
    }
}

@media (min-width: 992px) {
    .scroll-div {
        overflow-y: scroll;
        border-top: 1px solid rgba(255,255,255,.5);
        border-bottom: 1px solid rgba(255,255,255,.5);
        box-shadow: inset 0px -5px 2px -2px, inset 0px 5px 2px -2px;
    }
    #IA-div {
    max-height: 32.2em;
    }

    #Lowfi-div {
        max-height: 14.8em;
    }
    #Hifi-div {
        max-height: 12.2em;
    }
}

@media (min-width: 1200px) {
    #IA-div {
    max-height: 44.7em;
    }

    #Lowfi-div {
        max-height: 23.8em;
    }
    #Hifi-div {
        max-height: 27.2em;
    }
}

.portfolio-detail-main {
    background-image: none;
    background-color: #1E2334;
    padding-top: 3em;
}

.portfolio-detail-row {
    padding: 3em 0;
}

.portfolio-detail-image {
    margin-top: 3em;
}

@media (max-width: 1200px) and (min-width:768px) {
    .portfolio-detail-image {
        width: 400px;
    }
}

@media (max-width: 767px) {
    .portfolio-detail-image {
        width: 300px;
    }
}