body, html {
  height:100%;
  margin: 0px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  color: #666;
}

* {
  box-sizing: border-box;
}

h1, h2, h3 {
  color: #000;
}

#accomplish {
  background: url('../img/mia on violin.jpg') no-repeat center center/cover;
  height: 60vh;
}

#compete {
  background: url('../img/mia with quintet.jpg') no-repeat top center/cover;
  height: 60vh;
}

#learn {
  background: url('../img/mia conducting2.jpg') no-repeat top center/cover;
  height: 60vh;
}

#music {
  background: url('../img/mia recording2.jpg') no-repeat top center/cover;
  height: 60vh;
}

#perform {
  background: url('../img/mia with orchestra.jpg') no-repeat center center/cover;
  height: 60vh;
}

#resume {
  background: url('../img/mia with orchestra.jpg') no-repeat center center/cover;
  height: 60vh;
}

#main {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}

#nav {
  background: transparent;
  overflow: hidden;
}

.img {
  margin: 50px 0 0 50px;
}

.img1, .img2, .img3, .img4, .img5 {
  position: relative;
  opacity: .9;
  background-position: center;
  background-size: cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
}

.img1 {
  background-image: url('../img/mia at piano concert hall.jpg');
  min-height: 100%;
}

.img2 {
  background-image: url('../img/mia performing violin.png');
  min-height: 600px;
}

.img3 {
  background-image: url('../img/mia music.jpg');
  min-height: 600px;
}

.img4 {
  background-image: url('../img/mia singing.jpg');
  min-height: 800px;
}

.img5 {
  background-image: url('../img/mia teaching music.jpg');
  min-height: 800px;
}

.blue {
  color: #4682B4;
}

.date {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
}

.main {
  font-family:'Lato', sans-serif;
  margin: 40px;
  padding: 0 0 0 50px;
  width: 800px;
}

.main p {
  font-size: 20px;
  color:#000;
}

.main h1 {
  font-size: 36px;
  color: #000;
}

.main h2 {
  font-size: 28px;
  font-weight: 400px;
  color: #000;
}

.main h3 {
  font-size: 20px;
  color: #000;
}

.main li {
  font-size: 18px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  background: #fff;
  width: 100%;
  height: 90px;
  top: 0px;
}

.nav .top {
  background: transparent;
}

.nav a {
  font-size: 16px;
  color: #333;
  margin: 0 20px;
}

.nav ul {
  list-style: none;
  display: flex;
  margin: 10px 20px;
}

.nav a:hover {
  border-bottom: #4682B4 2px solid;
}

.nav a.current {
  color: #4682B4;
}

.nav .logo {
  width: 100px;
  font-weight: 400;
  padding: 20px 0;
  margin: 40px 0 0 50px;
}

.resume {
  font-family:'Lato', sans-serif;
  padding: 50px 75px 0 20%;
  width: 100%;
}

.resume p {
  font-size: 20px;
  color:#000;
}

.resume h1 {
  font-size: 36px;
  color: #000;
}

.resume h2 {
  font-size: 28px;
  font-weight: 400px;
  color: #000;
}

.resume h3 {
  font-size: 20px;
  color: #000;
}

.resume li {
  font-size: 18px;
}

.section {
    text-align: center;
    padding: 50px 80px;
}

.section-light {
    background-color: #FEFBEA;
    font-size: 20px;
    color: #666;
}

.section-light a {
    color: 333;
    font-size: 18px;
}

.section-dark {
    background-color: #282e34;
    font-size: 20px;
    color: #ddd;
}

.section-dark a {
    color: #fff;
    font-size: 18px;
}

.text {
    position:absolute;
    top:20%;
    width: 100%;
    text-align:center;
    color: #000;
    font-size: 27px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.text .border {
    background-color: #111;
    color: #fff;
    padding: 10px;
    margin: 0 50px;
    font-size: 18px;
}

.text .border .trans {
    background-color: transparent;
}

.title {
    top: 50%;
    color: #333;
    font-size: 24px;
}

.whiteh2 {
    color: #fff;
}

@media (max-media:568px){
    .img1, .img2, .img3, .img4, .img5, {
        background-attachment: scroll;
    }
}
