html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  padding: 0px 100px;
  padding-right: calc(100px - (100vw - 100%));
  background-color: #FFF8F0;
  line-height: 1.4; }

nav {
  padding: 10px 0px; }
  nav ul {
    margin: 0;
    padding: 3px 50px;
    list-style: none;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-family: "Overpass", Helvetica, sans-serif; }
  nav li {
    display: inline-block;
    font-size: 20px; }
  nav li:first-child {
    margin-right: auto;
    font-size: 17px; }
  nav a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px;
    color: #4062FF;
    transition: background-color 0.5s; }
  nav a:visited {
    color: #4062FF; }
  nav a:after {
    content: '';
    width: 0px;
    height: 2px;
    display: block;
    background: #4062FF;
    transition: all .35s ease-in; }
  nav a:hover:after {
    width: 100%; }
  nav li:first-child a:hover:after {
    width: 0%; }

.active:after {
  width: 100%; }

#container {
  min-height: 100%;
  position: relative; }

.content {
  padding: 10px 60px;
  padding-bottom: 40px;
  justify-content: space-between;
  font-family: "Muli", sans-serif; }

footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 40px;
  text-align: center;
  font-family: "Muli", sans-serif; }

footer p {
  margin: 0;
  padding: 0px 45px; }

/*
 .container{
 	padding: 10px 45px;
 }
*/
.main {
  width: 50%; }

.third {
  width: 30%; }

.clearfix {
  overflow: auto; }

.content {
  text-align: center; }

/*# sourceMappingURL=photography.css.map */
