.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;

}
h1 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2  {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*span {
  position: relative;
}*/

.list {
    float: left;
}

.list a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.list a:hover:not(.active) {
    background-color: #111;
}

.active {
    background-color: #4CAF50;
}


.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.coverimg {

  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.frame-img {
  padding: 40px;
}



section {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  height: 100vh;
}


#sec1 {
  background-image: url('../images/sec-1.jpg');
}
#sec2 {
  background-image: url('../images/sec-2.jpg');
}
#sec3 {
  background-image: url('../images/sec-3.jpg');
}
#sec4 {
  background-image: url('../images/sec-4.jpg')
}

@media screen and (max-width: 1024px) {
  img.coverimg {
    left: 50%;
    margin-left: -512px;
  }
}

h6 {
  font-family: "Brush Script MT", cursive;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 26.4px;
  font-color: white;
  text-align: center;
  font-size: 400px;
  padding-top: 140px;
  margin: 0;

}

.section_1 {
  height: 500px;
}
.box {
  margin: auto;
     width: 60%;
     border: 3px solid black;
     padding: 10px;
     text-align: center;
 }
}

.imgbox {
  padding: 5px;
  font-size: 0;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: inline-block;

}
.imgbox div {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: 200px;
  margin: 45px;
  display: inline-block;
  text-align: center;


}
.imgbox div img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 400px) {
  header div { margin: 0; }
  header { padding: 0; }

}
@media screen and (max-width: 400px) {
  img { margin: 0; }
  { padding: 0; }

}



/*
#portfolio {
  margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;

    display: inline-block;
}

.row {
  border-bottom: solid 1px transparent;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
}

.image1 {
  width: 33%;
  clear: none;
  margin-left: 0;
}
.imagefit {
  display: block;
    width: 100%;

}
/*section {
  position: absolute;
  align-content: center;
  width: 100%;
  padding: 300px;
}*/*/
