@charset "UTF-8";

<style type="text/css">img, object, embed, video {
  max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
  width: 100%;
}

img {
  width: 100%;
  height: auto;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f7f2ef;
}

.main {
  width: 100%;
  z-index: 100;
  flex-grow: 1;
}

/* Header */
.flex-navi {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: fixed;
  background-color: white;
  width: 100%;
}

.flex-navi>div {
  letter-spacing: -1px;
  font-size: 18px;
  display: left;
  padding-top: 10px;
}

.flex-navi img {
  max-width: 170px;
  padding-top: 13px;
  padding-left: 13px;
  padding-bottom: 13px;
}

.flex-navi img a {
  color: white;
  text-decoration: none;
}

.flex-navi img a:hover {
  color: white;
  transition: none;
  text-decoration: none;
}

.flex-navi a {
  color: #1a2137;
  text-decoration: none;
  ;
  padding-left: 11px;
}

.flex-navi a:hover {
  color: #ff4200;
  transition: all 0.3s ease;
  text-decoration: none;
}

.flex-navi a:active {
  color: #ff4200;
  text-decoration: none;
}

.current {
  color: #ff4200;
  text-decoration: none;
}

/* Footer */
.bottom {
  flex-shrink: 0;
}

.footer {
  background-color: white;
  width: 100%;
  padding-top: 13px;
  letter-spacing: -1px;
  color: #1a2137;
}

.footer a {
  color: #182039;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer a:active {
  color: #182039;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  outline: 0;
  -moz-outline-style: none;
}

.footer a:visited {
  color: #182039;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer a:hover {
  color: #ff4200;
  text-decoration: none;
  transition: all 0.3s ease;
}

.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.flex-container>div {
  padding-bottom: 10px;
  font-size: 16px;
  padding: 5px 15px 15px;
  line-height: 20px;
}

.copyright {
  word-spacing: -2px;
  color: #182039;
  font-family: Arial Black, Gadget, sans-serif;
  text-transform: uppercase;
}

/* Body */
.title1 {
  padding-right: 30px;
  text-align: right;
  Font-size: 23px;
  text-transform: capitalize;
  color: black;
  letter-spacing: -2px;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 30px;
}

.title {
  padding-right: 30px;
  text-align: right;
  Font-size: 23px;
  text-transform: lowercase;
  color: black;
  letter-spacing: -1px;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 30px;
}

.content {
  margin: 5px 0px;
  text-align: justify;
  font-size: 15px;
  flex: 1 0 auto;
  margin-top: 110px;
}

.content a:link {
  color: #FF4200;
  text-decoration: none;
  transition: all 0.3s ease;
}

.content a:active {
  color: #FF4200;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  outline: 0;
  -moz-outline-style: none;
}

.content a:visited, a:focus {
  color: #FF4200;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  outline: 0;
  -moz-outline-style: none;
}

.content a:hover {
  color: #3D3D3D;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* pages */
/* 404 */
.lost {
  max-width: 800px;
  padding: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding-bottom: 20px;
}

/* HOMEPAGE */
.homepage {
  font-size: 14px;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 50px;
}

.homepage img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding-bottom: 20px;
  padding: 3px;
}

.aboutpage {
  font-size: 14px;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.aboutpage>div {
  max-width: 400px;
  padding-bottom: 20px;
  padding: 20px;
}

.aboutpage p {
  padding: 100px;
  background-color: white;
}

/* shop */
/* Photography */
.photogrid {
  text-transform: capitalize;
  display: flex;
  flex-wrap: wrap;
  padding: 3%;
  justify-content: center;
  align-items: flex-start;
  font-size: 14px;
  color: # #0a0a0f;
}

.photogrid img:hover {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  transition: all 0.3s ease;
  color: #ff4200;
}

.photogrid>div {
  max-width: 20%;
  padding: 17px;
  text-align: center;
  line-height: 50px;
  text-transform: capitalize;
  letter-spacing: -1px;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}

.photogrid img {
  border-style: solid;
  border-color: white;
  background-color: white;
  border-width: 1px;
  padding: 7px;
}

.photoseries {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  font-size: 14px;
  letter-spacing: -1px;
  text-align: center;
  color: # #0a0a0f;
}

.photoseries>div {
  margin: 30px;
  max-width: 400px;
  padding: 30px;
}

.photoseries img {
  padding: 2px;
}

/* tablet*/
@media only screen and (max-width: 900px) {}

/* mobile */
@media only screen and (max-width: 640px) {
  main {
    max-width: 100%;
  }

  .content {
    margin-top: 95px;
    max-width: 95%;
    margin-right: 0;
    margin-left: 0;
  }

  .title {
    display: none;
  }

  .flex-navi>div {
    letter-spacing: -1px;
    font-size: 15px;
    max-width: 100%;
  }

  .flex-navi img {
    max-width: 100px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
  }

  .flex-container {
    overflow: hidden;
    height: 30px;
    max-width: 100%;
  }

  .flex-container>div {
    font-size: 15px;
    line-height: 10px;
    padding: 2px 7px 5px;
  }

  .homepage {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .photogrid {
    max-width: 99%;
    color: #FF4200;
  }

  .photogrid>div {
    max-width: 40%;
    font-size: 11px;
    line-height: 20px;
  }

  .photoseries>div {
    text-transform: lowercase;
    margin: 0 0 0 0;
    background-color: white;
    min-width: 100%;
    padding-bottom: 15px;
  }

  .photoseries img {
    padding: 0;
    border-style: none;
    border-width: 0;
  }

  .photoseries p {
    line-height: 20px;
    font-size: 14px;
    background-color: white;
    letter-spacing: -0.5px;
    width: auto;
    border-style: none;
    max-width: 100%;
  }
}

</style>