/* GENERAL STYLES */
html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }


  #mainHeader {
    height: 100vh;
    min-height: 40em;
    background-image: url("images/johannes-plenio-DKix6Un55mw-unsplash.jpg");

    /* background-image: url("https://images.unsplash.com/photo-1534447677768-be436bb09401?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=894&q=80"); */
    background-size: cover;
    background-repeat:no-repeat;
    background-attachment: fixed; /* scroll */
}

#brandName{
    color: lightblue;
    font-family: 'Shadows Into Light', cursive;
}

a:hover {
    text-decoration: none;
}

/* COLORS */
/* color: #6592fe; */
/* color: lightblue; */

#about {
    scroll-margin-top: 6em;
}

section {
    padding-bottom: 20px;
    scroll-margin-top: 3em;
}

.resumeMain {
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 300px;
    height: 300px;
} 


.resumeNav a:hover{
    background-color: lightblue;
    
}

.secondaryBackground {
    background-color: lightblue;
}

.secondaryText {
    color: rgb(255, 255, 255);
    font-size: 1.5rem; 
    font-weight: bold;
    padding-bottom: 10px;
}

.secondaryColor{
    color: rgb(41, 46, 48);
}


.portfolioSecondaryText{
    font-size: 1.2rem;
    font-weight: bold;
    color: slategray;
}


.aboutSkills {
    border: 1px solid dotted;
    background-color: lightgray;
    padding: 20px 10px;
    border-radius: 25px;
    margin-left: 10px;
}

input, textarea{
    /* background: linear-gradient(to right, rgb(41, 82, 170), rgba(0, 0, 0, 0)); */
}

.icon {
    width: 1rem;
    height: 1rem;
}

h5 {
    display:inline;
}

.skillsList {
    display: inline-block;
    /* font-weight: light; */
    text-align:left;
}

footer {
    text-align: center;
    font-size: 1.2rem;
    padding: 20px 0;
    /* margin: 20px 0; */
}