/* possible colors:
   rgb(175, 70, 4)
   rgb(232, 224, 214)
   rgb(10, 16, 15)
   */

* {
  box-sizing: border-box;

}

@font-face {
   font-family: 'Noto Serif', serif;
}


html {

  font-size: 16px;

}

body {

  background-color: rgb(10, 16, 15);
  margin: 0;
  padding: 0;
  font-family: 'work sans', 'sans-serif';
  color: rgb(232, 224, 214);

}
.header {
  border-bottom: rgb(232, 224, 214) 1px solid;
  background-color: inherit;
  font-size: 25px;
  margin-bottom: 00px;
  position: fixed;
  top: 0;
  padding: 0px 10%;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 100;

}

#content {
  margin-top: 60px;
}

.about-portrait {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height:100%;
  padding: 0;
  float:left;

}

.title2 {
  margin: 5px 0px;
  font-weight: normal;
  font-size: 30px;
  font-family: remington;
  letter-spacing: 4px;
}

.title1 {
  font-size: 12px;
  font-family: 'work sans', 'sans-serif';
  margin: 5px 0px;
}

.title6 {
  font-size: 10px;
  margin: 0px 0px;
}


.blurb{
  border-radius: 10px;
  line-height: 1.8;
  font-size: 18px;
  background-color: rgb(235, 109, 26);
  color: rgb(10, 16, 15);
  width: 80%;
  height: 90%;
  margin: auto;
  margin-top: 30px;
  padding-right: 50px;
}

.description {

  width: 58%;
  height: 100%;
  padding: 5% 0px;
  text-align: left;
  float:right;
  display: flex;
  align-items: center;

}

.insert {
  border-radius: 10px;
  background-color: rgb(10, 16, 15);
  color: rgb(232, 224, 214);
  width: 275px;
  height: 400px;
  margin: 0px 10%;

  text-align: center;
}

.header-logo {
  width: 150px;
  height: 150px;
  margin-top: 50px;

}

.section {
  padding-top: 60px;

}

h2 {
  text-align: center;
  font-weight: normal;
  text-decoration: overline;

}

li {
    display: inline;
    margin-right: 10%;

}

a {
  text-decoration: none;
  color: rgb(232, 224, 214);
  transition: 0.7s color;
}

a:hover {

  color: rgb(235, 109, 26);
  text-decoration: overline;
}

nav {
  width: 100%;
}

#main-banner {

  background-image: url('DSCF5205.jpg');
  background-size: cover;
  background-position: 0% 20%;
  height: 650px;
  padding-top: 10%;

}

#about {

  height: 580px;
  margin-bottom: 50px;
}

#contact {

  color: rgb(232, 224, 214);
  height: 600px;
}

#gallery {

  height: 750px;
}


#bottom {
  color: rgb(232, 224, 214);
}

/* The grid: Four equal columns that floats next to each other */
.column {
 height:100%;
 float: left;
 width: 25%;
 padding: 1px;
 margin:auto;
}

.row {
  height: 14%;
  width:80%;
  margin:auto;
}
/* Style the images inside the grid */
.column img {
 height: 100%;
 opacity: 0.8;
 cursor: pointer;
 width: 100%;
 object-fit: cover;
}

.archet-tip {
  object-position: left;
}

.archet-handle {
  object-position: right;
}

.column img:hover {
 opacity: 1;
}

/* Clear floats after the columns */
.row:after {
 content: "";
 display: table;
 clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.container {
 padding-top: 5px;
 max-height: 418.083px;
 width: 80%;
 position: relative;
 display: flex;
 margin: auto;
}

.container img {
  max-width: 100%;
  max-height: 418.083px;
  object-fit: contain;
  width:100%;
  margin:auto;
}

.contactbox {
  display: flex;
  width: 80%;
  padding-top: 2%;
  padding-bottom: 2%;
  margin: auto;

}

.contactbox img {
  width: 40%;
  border-radius: 10px;
  margin-right: 4%;
  margin-left: 10%;
  height: fit-content;
}

.contactbox-right {
  line-height: 2;

}

@media only screen and (max-width: 1070px) {
  .description {
    width: 55%;
  }
  .blurb {
    font-size: 16px;
  }
}

@media only screen and (max-width: 966px) {
  .description {
    width: 47%;
  }
  .blurb {
    font-size: 14px;
  }
  #gallery {
    height: 600px;
  }
  .container img {
    max-height: 320px;
  }
}

@media only screen and (max-width: 830px) {
  .description {
    width: 45%;
  }
  .blurb {
    padding-right: 30px;
  }
  #gallery {
    height: 550px;
  }
  .contactbox {
    line-height: 2.3;
  }
}

@media only screen and (max-width: 796px) {
  .header {
    font-size: 20px;
  }
  .li {
    margin-right: 6%;
  }
  #main-banner {
    background-position: 20%
  }
  #about {
    height: 980px;
  }
  #gallery {
    height: 500px;
  }
  .blurb {
    padding-right: 0px;
  }
  .about-portrait {
    height:45%;
    width:100%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    object-fit: cover;
    object-position: 50% 50%;
  }
  .description {
    width: 100%;
    padding: 2% 5%;
    text-align: left;
    height: 55%
  }
  .row {
    height:14%
  }
  .container img {
    max-height: 250px;
  }
}

@media only screen and (max-width: 680px) {
  .contactbox-right {
    padding-top: 5%;
    margin-left: 11%;
  }

  .contactbox {
    flex-direction: column;

  }

  .contactbox img {
    width: 90%;
    max-width: 400px;
    margin-left: 11%;
    margin-right: 0%;
  }
}

@media only screen and (max-width: 560px) {
  .insert {
    width: 175px;
    height: 250px;
  }
  .header-logo {
    width: 85px;
    height: 85px;
    margin-top: 30px;
  }
  .title1 {
    font-size: 10px;
  }
  .title2 {
    font-size: 24px;
  }
  .title6 {
    margin-top: 10px;
  }
  #main-banner {
    background-position: 45%;
  }
  #gallery {
    height: 600px;
  }
  .header {
    padding: 0% 2%;
    font-size: 18px;
  }
  li {
    margin-right: 5%;
  }
  .column {
    width: 50%;
  }
  .row {
    height: 10%;
  }
  .container img {
    max-height: 200px;
  }
  .contactbox img {
    margin-left: 5%;
  }
  .contactbox-right {
    margin-left: 5%;
  }
}

@media only screen and (max-width: 448px) {
  .about-portrait {
    height: 35%;
  }
  .description {
    height: 65%;
  }
  #gallery {
    height: 550px;
  }

  .contactbox-right {
    font-size: 14px;
  }
}

@media only screen and (max-width: 354px) {
  .header {
    font-size: 15px;
  }
  li {
    margin-right: 3%;
  }
  .about-portrait {
    height: 30%;
  }
  .description {
    height: 70%;
    overflow: scroll;

  }
  .row {
    height: 14%;
  }
  #gallery {
    height: 500px;
  }

  .contactbox-right {
    font-size: 13px;
  }
}
