/* natural box model */
html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

/* Browser Upgrade Prompt */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* hides an element, but not from screen readers */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* no break */
.nobr {
    white-space: nowrap;
}



/* Structure */
body {
    font-family: 'Merriweather Sans', sans-serif;
    background-color: black;
    /* margin: 0px; */
}

#navigation {
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

#nav-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}

#nav-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    padding-right: 25px;
}

#nav-logo {
    width: 300px;
}

nav a {
    color: white;
    text-decoration: none;
    font-size: 30px;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}

nav .pages:hover {
    transition: 1s;
    background-color: lightgray;
    color: black;
}

#container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    background-color: #EBEBEB;
}

#index-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    background-color: #EBEBEB;
    text-align: center;
    min-height: 570px;
    /* margin: 0 auto; */
}

#index-container-resume {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    background-color: #EBEBEB;
    text-align: center;
    min-height: 950px;
    /* margin: 0 auto; */
}

#home-intro {
    padding-top: 10%;
}

.custom-h1 {
    font-size: 64px;
    color: crimson;
    /* padding-bottom: 40px; */
}

.custom-h2 {
    font-size: 48px;
}

.left-div {
    width: 50%;
    text-align: center;
    /* background-color: #EBEBEB; */
    padding: 15px;
}

.right-div {
    width: 50%;
    text-align: center;
    /* background-color: #EBEBEB; */
    padding: 15px;
}

.para {
    text-align: left;
    line-height: 1.50em;
}



.kendall-pic {
    width: 100%;
    border: 2px solid black;
    
}

#cover-image {
    /* background-image: url("../images/kendall.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    min-height: 800px; */
}

#footer {
    text-align: center;
    background-color: black;
    color: white;

}

.icon {
    padding: 1%;
    color: crimson;
}

.no-link {
    text-decoration: none;
    color: crimson;
}

.no-link:hover {
    font-size: 105%;
    transition: .25s;
}

.clean-link {
    text-decoration: none;
    color: blue;
}

.pad-below {
    padding-bottom: 5%;
}





/* Small devices (landscape phones, 576px and up) */
@media (min-width: 370px) {
    nav a {
        color: white;
        text-decoration: none;
        font-size: 150%;
        padding: 15px;
        text-align: center;
        vertical-align: middle;
    }
    
    #index-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
        background-color: #EBEBEB;
        text-align: center;
        min-height: 570px;
        width: 100%;
    }

    .left-div {
        width: 100%;
        text-align: center;
        /* background-color: #EBEBEB; */
        padding: 15px;
    }
    
    .right-div {
        width: 100%;
        text-align: center;
        /* background-color: #EBEBEB; */
        padding: 15px;
    }

    .embedded-resume {
        width: 100%;
    }
    
    #index-container-resume {
        width: 100%;
    }

}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #index-container-resume {
        width: 100%;
    }
    .embedded-resume {
        width: 100%;
    }

}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    /* Structure */
body {
    font-family: 'Merriweather Sans', sans-serif;
    background-color: black;
    /* margin: 0px; */
}

#navigation {
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

#nav-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}

#nav-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    padding-right: 25px;
}

#nav-logo {
    width: 300px;
}

nav a {
    color: white;
    text-decoration: none;
    font-size: 30px;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}

nav .pages:hover {
    transition: 1s;
    background-color: lightgray;
    color: black;
}

#container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    background-color: #EBEBEB;
}

#index-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    background-color: #EBEBEB;
    text-align: center;
    min-height: 570px;
    /* margin: 0 auto; */
}

#index-container-resume {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    background-color: #EBEBEB;
    text-align: center;
    min-height: 950px;
    /* margin: 0 auto; */
}

#home-intro {
    padding-top: 10%;
}

.custom-h1 {
    font-size: 64px;
    color: crimson;
    /* padding-bottom: 40px; */
}

.custom-h2 {
    font-size: 48px;
}

.left-div {
    width: 50%;
    text-align: center;
    /* background-color: #EBEBEB; */
    padding: 15px;
}

.right-div {
    width: 50%;
    text-align: center;
    /* background-color: #EBEBEB; */
    padding: 15px;
}

.para {
    text-align: left;
    line-height: 1.50em;
}



.kendall-pic {
    width: 100%;
    border: 2px solid black;
    
}

#cover-image {
    /* background-image: url("../images/kendall.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    min-height: 800px; */
}

#footer {
    text-align: center;
    background-color: black;
    color: white;

}

.icon {
    padding: 1%;
    color: crimson;
}

.no-link {
    text-decoration: none;
    color: crimson;
}

.no-link:hover {
    font-size: 105%;
    transition: .25s;
}

.clean-link {
    text-decoration: none;
    color: blue;
}

.pad-below {
    padding-bottom: 5%;
}

.embedded-resume {
    width: 50%;
}

}