*, html, body {
	margin: 0;
	padding: 0;
  margin-top: 30px;
	-webkit-text-size-adjust: 100%;
  background-color: #f5eee5;
 /* background-color: #F0EADA;  */
}

a {
  text-decoration: none;
  color: black;
  cursor: default;
}

a:hover {
  color: #55B8EF;
}

 .pictures {
  margin-bottom: 60px;
  text-align: center;
  font-family: "Pinyon Script";
  text-align: center;
}

  .order {
    font-size: 36px;
    text-align: center;
  }

  .picture {
  display: block;
  text-align: center;
  padding-left: 40px;
  margin: 0 auto;
  animation: fadein 5s;
  }

.picture:hover {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0.7;
}

.woman {
  display: block;
  margin: 60px auto 0 auto;
  width: 360px;
}

.icon {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 30px;
  padding-right: 40px;
}

.icon:hover, .stream-icons a:hover, .back:hover {
    -webkit-filter: opacity(60%);
/*     -webkit-transition: .2s ease-in-out;
*/  -moz-filter: opacity(60%);
/*  -moz-transition: .1s ease-in-out;
*/  -o-filter: opacity(60%);
/*  -o-transition: .1s ease-in-out;
*/  -ms-filter: opacity(60%);
    filter: opacity(60%);
}

h4 {
  font-family: "Nunito";
  text-transform: uppercase;
  text-align: right;
  font-size: 10px;
  color: #888;
  display: inline-block;
/*  float: right;*/
  margin-top: 20px;
/*  margin-bottom: 20px;*/
}

h4 a {
  color: #888;
}

h3 {
  text-transform: uppercase;
  font-family: "Nunito";
  font-size: 15px;
  padding-bottom: 5px;
  padding-top: 40px;
}

p {
  font-family: "Nunito";
  font-size: 15px;
  padding-bottom: 0px;
}

#social {
  display: block;
  width: 680px;
  margin: 20px auto 0px auto;
  text-align: center;
}

.container {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#col1, #col3 {
  width: 44%;
  margin: 0 20px;
  float: left;
  display: block;
}

#col2, #col4 {
  width: 44%;
  margin: 0 20px;
  float: right;
}

#col2 {
  margin-bottom: 140px;
}


@media screen and (max-width: 860px) {
#col1, #col2, #col3, #col4 {
  display: block;
  float: none;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

.pictures {
  margin-bottom: 10px;
}

#social {
  width: 90%;
}

.picture {
  width: 70%;
}

}


@media screen and (max-width: 600px) {
  .picture {
    width: 80%;
  }

}

