* {
  box-sizing: border-box;
  font-family: 'Ubuntu', sans-serif;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.25;
}

header {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ffe7ff;
  background-color: white;
}

#header-left, #header-center, #header-right {
  display: inline-block;
  height: 100%;
  float: left;
}
#header-left {
  width: 15%;
  text-align: center;
}
#header-center {
  width: 65%;
}
#header-right {
  width: 20%;
}
#header-left a {
  display: inline-block;
  height: 100%;
}
#header-left img {
  height: 50%;
  display: inline-block;
  margin-top: 45%;
}
#header-center {
  background-image: url('../img/logo/logo_mobile.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#header-right {
  background-image: url('../img/logo/logo_graphic_mobile.png');
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: center;
}
#slogan {
  display: none;
}
body {
  background-color: #fff;
  height: calc(100vh + 60px);
}
main {
  width: 90%;
  padding-top: 10px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.full-footer {
  display: none;
}

.social-nav {
  display: inline-block;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 55%;
  padding-top: 12px;
  text-align: center;
}
.social-nav ul li {
  margin-right: 8%;
}
.page-nav {
  display: inline-block;
  width: 45%;
  height: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
  padding-top: 5px;
}
.page-nav ul li{
  display: none;
}
.page-nav ul li:last-child {
  display: block;
}

.submit a {
  display: block;
  padding-top: 12px;
  padding-right: 10px;
}

.submit {
  display: inline-block;
  height: 40px;
  width: 110px;
  background-color: #cc02d2;
  color: white;
  font-weight: bold;
  text-align: right;
  background-image: url('../img/icon/camera_icon_white.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  border-radius: 5px;
  margin: 0 auto;
}
.submit:active {
  background-color: #8f0193;
}
.social-icon {
  height: 30px;
  display: inline-block;
}
.social-icon img {
  height: 90%;
}
footer {
  width: 100%;
  background-color: white;
  height: 50px;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #ffe7ff;
  padding-top: 5px;
}

/* MAIN GALLERY */
#gallery-wrapper {
  display: block;
  max-width: 900px;
  margin: 10px auto;
  width: 90%;
  margin-bottom: 40px;
}

#gallery {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

#gallery li {
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 8px;
}
#gallery li:nth-child(odd) {
  padding-right: 4px;
}
#gallery li:nth-child(even) {
  padding-left: 4px;
}

.dog-name {
  display: none;
}

figure {
  padding: 0;
  margin: 0;
  width: 100%;
}


/*** CONTACT PAGE ***/
#soc-media::before {
  content: "below";
}
#wig-it {
  display: none;
}

/*** ABOUT ***/
#page-graphic {
  width: 100%;
  height: 120px;
  background-image: url('../img/logo/logo_wigthat.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center -5px;
}

/*** CONTACT ***/
#contact h1 {
  text-align: center;
}
#email {
  background-color: #ffe7ff;
  padding: 6px;
  text-align: center;
  width: 200px;
  margin: 0 auto;
}

#contact-img{
  display: none;
}

#contact-us {
  width: 100px;
  padding: 6px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #cc02d2;
  color: white;
  font-weight: bold;
}

/* SUBMIT PAGE */
.guidelines li,
.terms li {
  margin-left: 10px;
  margin-bottom: 6px;
}
.guidelines h1 {
  text-align: center;
  margin-bottom: 10px;
}
.terms {
  margin-top: 10px;
}
.terms h1 {
  text-align: center;
  margin-bottom: 6px;
}
#acknowledge {
  font-size: 0.8em;
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


/*** MEDIA QUERIES ***/
@media screen and (min-width: 710px){
  #gallery li {
    width: 33.3%;
    margin-bottom: 14px;
  }
  #gallery li:nth-child(odd), {
    padding-right: 0;
    margin-right: -2px;
  }
  #gallery li:nth-child(even) {
    padding-left: 0;
    margin-right: -2px;
  }
  figcaption {
    width: 88%;
  }
}

@media screen and (min-width: 975px) {
  #gallery li {
    width: 25%;
  }
  figcaption {
    width: 96%;
  }
}


@media screen and (min-width: 768px) {

  main {
    width: 80%;
    padding-top: 20px;
    max-width: 1000px;
  }

  #header-center {
    width: 50%;
    background-image: url('../img/logo/fullpage_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #header-left, #header-right {
    width: 25%;
  }
  #header-right {
    background-image: none;
  }
  header {
    height: 100px;
    border-bottom: none;
  }
  #header-left img {
    display: none;
  }
  #slogan {
    display: block;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #ffe7ff;
    padding-bottom: 4px;
  }
  #slogan h2 {
    width: 50%;
    font-size: 0.9em;
    font-style: italic;
    margin: 0 auto;
    text-align: right;
  }
  /*** FULL FOOTER ***/
  .full-footer {
    display: block;
  }
  footer ul li{
    display: inline-block;
    margin-left: 15%;
  }
  footer ul li:first-child {
    margin-left: 0;
  }
  footer{
    position: fixed; /* change to static*/
    font-size: 0.8em;
    height: 25px;
    text-align: center;
    white-space: nowrap;
  }
  footer:first-child{
    text-align: left;
  }
  footer img {
    height: 16px;
    vertical-align: top;
  }
  .social-nav {
    width: 25%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 30px;
  }
  .page-nav {
    width: 25%;
    position: absolute;
    padding-top: 12px;
    top: 0;
    right: 0;
    text-align: center;
  }
  .page-nav ul li:first-child {
    text-decoration: underline;
  }
  .page-nav ul li{
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .current {
    color: #cc02d2;
    font-weight: bold;
  }
  .page-nav ul li:nth-child(2){
    margin-bottom: 2px;
    font-size: .9em;
  }
  .page-nav ul li:nth-child(3){
    font-size: .9em;
  }
  .page-nav ul li:hover {
    color: #cc02d2;
  }
  .page-nav ul li:hover:last-child {
    color: white;
  }

  .submit {
    height: 30px;
    background-color: inherit;
    color: inherit;
    border: 1px solid black;
    background-image: url('../img/icon/camera_icon_black.png');
    background-position: 5px 0px;
  }
  .submit a {
    padding-top: 6px;
    padding-right: 10px;
  }
  .submit:hover {
    color: white;
    border: none;
    padding-top: 1px;
    background-color: #cc02d2;
    background-image: url('../img/icon/camera_icon_white.png');
  }
  .submit:active {
    background-color: #8f0193;
  }

  /*** GALLERY ***/
  #gallery li:nth-child(odd), {
    padding-right: 0;
    margin-right: 0;
  }
  #gallery li:nth-child(even) {
    padding-left: 0;
    margin-right: 0;
  }



  .dog-name {
    display: block;
    font-size: 0.8em;
  }
  figcaption {
    text-align: right;
  }

  /*** CONTACT ***/
  #soc-media::before {
    content: "above";
  }
  #contact h1 {
    font-size: 1.2rem;
  }
  #contact {
    width: 50%;
    float:left;
    font-size: 1.2em
  }
  #email {
    width: 300px;
  }

  #contact-img{
    display: block;
    float: right;
    width: 40%;
    padding-top: 20px;;
  }

  #contact-us {
    display: none;

  }

  /*** ABOUT ***/
  #mission-statement {
    width: 60%;
    float:right;
    font-size: 1.3em;
  }
  #wig-it {
    display: inline-block;
  }
  #page-graphic {
    width: 40%;
    float: left;
    height: 300px;
  }

  /*** SUBMIT ***/
  .guidelines h1:first-child {
    font-size: 1.4em;
  }
  #acknowledge {
    font-size: inherit;
    text-align: center;
  }
}
