@import url(https://weloveiconfonts.com/api/?family=entypo);

* {
  /*border: 1px solid silver;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #fff;
}

body {
  margin: 0;
}

header, footer, .content {
  padding: 8px;
}

.content {
  background-color: #4A4A4A;
}

.main {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}

/* entypo
@font-face {
font-family: "entypo";
src: url("https://weloveiconfonts.com/api/?family=entypo");
}

[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
  font-size: 1.6em;
  color: #4A4A4A;
}

.circle:before {
  font-family: 'entypo', sans-serif;
  font-size: 1em;
  color: #fff;
  background-color: #4A4A4A;
  padding: 5px;
  border-radius: 50%;
  position: relative;
  bottom: 3px;
}
*/

img.icon {
  max-width: 28px;
}

h2, h3 {
  color: #e5e5e5;
  text-transform: uppercase;
}

h1 {
  color: #000;
  font-family: 'Cinzel', serif;
  margin: 5px;
}

.social li {
  list-style: none;
  display: inline;
}

.social {
  padding-left: 0;
}

.top, .bottom {
  background-color: #fff;
}

.center {
  text-align: center;
}

a, a:hover {
  text-decoration: none;
}

.caps {
  text-transform: uppercase;
}

.main img {
  max-width: 800px;
  margin: 0 auto;
}

.tall {
  width: calc(50% - 7px);
  display: inline-block;
}

/***************************
****************************
Compare slider
****************************
***************************/

div.compare {
    position: relative;
    font-size: 0;
    margin: 2px;
}

div.compare img {
    width: 100%;
    height: auto;
}

div.after {
    background-image: url(../images/DSC_1914_after.jpg);
    border-right: 1px solid #4A4A4A;
    position: absolute;
    top: 0; left: 0; height: 100%;
    width: 100%;
    background-size: cover;
}

div.compare:hover {
    cursor: col-resize;
}

div.compare {
position: relative; font-size: 0;
-ms-touch-action: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
}




/***************************
****************************
Responsive
****************************
***************************/


@media (max-width: 600px) {
  .tall {
    width: 100%;
    display: block;
  }
}
