
@charset"UTF-8";

* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin:0;
    font-family:'Open Sans', sans-serif;
    color: #424242;
    line-height: 1.5;
    box-sizing: border-box;
}


a {
    text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
    color: #ffffff;
}

a:hover, a:active, a:focus
{
  text-decoration:underline;
}


ul {
    list-style:none;
    padding: 0;
    margin: 0;
}

h1 {

    font-size: 3rem;
    color: #ffffff;
    margin: 0;
    padding-top: 8rem;
    font-weight: normal;

}

h2 {
    color: #456BCC;
    font-size: 2rem;
}


h3 {
    color: #424242;
    font-size: 1.5rem;
    line-height: 1.5;
}

h4 {
    color: #424242;
    font-size: 1rem;
    margin: 0;
}

p {
    font-size: 1rem;
}

.gridContainer {
    width: 100%;
}

nav {
    position: fixed;
    width: 100%;
    background-color:#456BCC;
    padding: 1rem 2rem;
    z-index: 20;
}

nav img{
    display:none;
}

nav ul {
    display: flex;
    padding: 0;
    justify-content: space-around;
    font-size: 1rem;
}

nav ul li {
    color: #ffffff;
}

#intro, #contact {
    text-align: center;
    padding: 2rem;
    width: 100%;
    background-color: #456BCC;
}

#intro img{
    width: 30%;
    max-width:500px;
    padding-top: 5rem;
}

#about{
    text-align: left;
    width: 100%;
    padding: 1rem 2rem;
    max-width: 1024px;
    margin: 0 auto;
}

#about h2{
    font-size: 1.7rem;
    padding-bottom: 1rem;
    border-bottom: 8px solid #B2C2ED;
}

#portfolio, #resume, #research {
    width: 100%;
}

.banner {
    background-color: #456BCC;
    width: 100%;
    text-align: center;
}

.banner h2 {
    color: #ffffff;
    margin: 0;
    font-size:2rem;
    padding: 1rem 0;
    font-weight: normal;
}

.resume-wrapper {
    padding: 2rem;
    max-width: 1024px;
    margin: 0 auto;
}

#resume h3{
    color: #456BCC;
    font-size: 1.5rem;
    border-bottom: 3px solid #B2C2ED;
    margin-top: 2rem;
  }

  #resume a:link, #resume a:visited, #resume a:hover, a:active{
      color: #456BCC;
  }
  
  .resume-wrapper h4{
    font-size: 1rem;
  }

  .employment-list{
    padding-bottom: 2rem;
  }

  .task-list{
    list-style:disc;
    padding-left: 1.5rem;
  }

  .skills-list{
    list-style: disc;
    padding-left: 1.5rem;
    padding-bottom: 2rem;
  }

  .education-list li, .achievements-list li{
    padding-bottom: 2rem;
  }

.accordionButton {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.accordionButton img {
    width: 75%;
    max-width: 700px;
}

.accordionButton h2 {
    color: #456BCC;
    font-size: 1.5rem;
    font-weight: 600;
}

.accordionContent {
    width: 100%;
    padding: 0;
    text-align: center;
    list-style: none;
    background-color: #B2C2ED;
}

.seemore {
    background-color:#B2C2ED;
    width:100%;
    cursor: pointer;
    font-size: 1rem;
    padding: .5rem 0;
    margin-top: 2rem;
}

.seemore:hover, .seemore:active, .seemore:focus{
    background-color: #456BCC;
    color: #ffffff;
}

.seemore h4:hover, .seemore h4:active, .seemore h4:focus{
    color: white;
}

.titles li {
    text-align: center;
    font-weight: bold;
    color: #424242;
    padding-bottom: 2rem;
}

.titles li img{
    max-width: 250px;
    background-color: #ffffff;
}

.titles p{
    margin-bottom: 0;
}

.titles p a {
    color: #456BCC;
}

.titles p.sub-title{
  font-weight: normal;
  margin: 0;
}

.titles a:hover, .titles a:active, .titles a:focus {
    text-decoration: underline;
}


#scrollUp {
    bottom: 0;
    right: 20px;
    padding: 10px 20px;
    background-color: #456BCC;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    box-shadow: 0 0 2px 2px #ffffff;
}

#contact img{
    width: 75%;
    max-width: 400px;
}

#contact h3{
    color: white;
    font-weight: normal;
}

#contact h2 {
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}

#contact a{
    text-decoration: underline;
}


@media only screen and (min-width: 760px) {

    .nav-container{
        display:flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
    }

    nav img{
        width: 40px;
        height: 40px;
        display: block;
    }

    nav ul{
        padding: 1rem 0;
        justify-content: space-between;
        width: 50%;
    }

    h1{
        padding-top: 15rem;
    }



}

@media only screen and (min-width: 1024px) {

    .nav-container{
        max-width: 1024px;
    }

    h1{
        font-size: 4rem;
    }

    .banner h2{
        font-size: 3rem;
    }

    .accordionButton{
        padding-top: 4rem;
    }

    .accordionButton h2{
        font-size: 2rem;
    }

    .titles{
        display: flex;
        justify-content: space-evenly;
        padding: 2rem;
    }

    .titles li{
        width: 25%;
    }

    .lightboximage{
        display:none;
    }


}

@media only screen and (min-width: 1400px) {


}
