@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;900&family=DM+Serif+Display&display=swap');
:root {
    --default-color: #1A2238;
    --text-color: white;
    --bright-orange: #FF6A3D;
    --cool-blue: #9DAAF2;
    --warm-yellow: #F4DB7D;
    --white-color: white;
}

html, body {
    scroll-behavior: smooth;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.bg {
    background-color: var(--default-color);
    color: var(--text-color);
}

a {
    color: var(--default-color);
    font-size: 1.8em;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.centered {
    text-align: center;
}

.contactimg {
    height: 10vw;
    max-height: 90px;
    padding: 1vw;
}

.stackPrimary {
    height: 7vw;
    /* max-height: 110px; */
    min-height: 50px;
    padding: 1vw;
} 

.awsImage {
    height: 6vw;
}

.contact {
    text-align: center;
}

li {
    display: inline;
    list-style-type: none;
}

p {
    font-size: 1.2em;
}

.portrait {
    width: 75%;
    /* object-fit: contain; */
}

.img-div {
    align-content: center;
}

.contact ul {
    padding: 0px 0px 0px 0px !important;
}



@media screen and (min-width: 1024px) {
    .skillImages ul {
        padding: 0px 0px 0px 0px !important;
        /* display: none; */
        /* width: 60%; */
    }
    .php, .mysql {
        height: 6vw;
    }
    .introduction {
        font-size: 50px !important;
    }
    .jobTitle {
        size: 42px;
    }
    .smallMediumScreen {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    ul.multi-column-list {
        padding: 0px 0px 0px 0px !important;
    }
    .introduction {
        font-size: 42px !important;
    }
    .jobTitle {
        size: 36px !important;
        padding-bottom: 10px;
    }
    .portrait {
        width: 50% !important;
    }
    .largeScreen {
        display: none;
    }
}