html {
    height: 100%;
}

#logo {
    position: absolute;
    margin-left: 7%;
    height: 150px;
    width: auto;
}

body {
    height: 100%;
    margin:0;
    margin-top: 20px;
    padding: 0;
    background-color: white;
}

nav {
    width: 100%;
    margin-top: 25px;
    margin-left: 0%;
    margin-right: 20%;
    margin-bottom: 0%;
    position: absolute;
}

ul#nav {
    list-style: none;
    margin: 0 5%;
    padding: 0;
}

#nav a {
    display: block;
    float: right;
    color: #b0b0b0;
    font-family: verdana, arial, sans-serif;
    font-size: 85%;
    letter-spacing: 4px;
    margin: 0 2%;
    text-decoration: none;
}

#nav a:hover {
  color: #d99a6e;
}

#wrapper {
    height: 250px;
    position: relative;
}

hr.horizontal {
    height: 1px;
    background-color: #d99a6e;
    color: #d99a6e;
    border: none;
    margin-bottom: 5px;
}

.vertLine {
    width:1px;
    height: 100%;
    background-color:#d99a6e;
    position:absolute;
    top: 279px;
    bottom:0;
    left:10%;
    display: inline-block;
}

#copyright {
    position: relative;
    top: 275px;
    left: 9%;
    height: auto;
    width: 500px;
}

.copyright-text {
    transform: rotate(-90deg);
    transform-origin: left bottom;
    color: #b0b0b0;
    font-family: verdana, arial, sans-serif;
    font-size: 75%;
}

#circle {
  width: 100%;
  max-width: 140px;
  display: inline-block;
  height: auto;
  border-radius: 50%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);

}

.icon:hover #circle,
.iconActive #circle {
  filter: none;
  width: 100%;
  max-width: 140px;
  height: auto;
  border-radius: 50%;
}

.icon:hover #printText,
.iconActive #printText {
  color: #d99a6e;
}

.icons {
  right: 7%;
  margin-top: 100px;
  display: block;
  position: absolute;
}

.icon {
  float: right;
  text-align: center;
  width: 15%;
  display: inline-block;
  margin-left: 2%;
}

#printText {
  margin: 0;
  margin-top: 5px;
  margin-left: 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 75%;
  letter-spacing: 3px;
  color: #b0b0b0;
}

.headline {
  margin-top: -20px;
  margin-left: 15%;
  font-family: verdana, arial, sans-serif;
  font-size: 32px;
  color: #b0b0b0;
}

a {
  text-decoration: none;
}

.printIcons {
  width: 100%;
  margin-top: -20px;
  right: 7%;
  display: block;
  position: absolute;
}

.printIcon {
  display: inline-block;
  border-radius: 100%;
  background-color: #d99a6e;
  float: right;
  margin-left: 1vw;
}


.smallCircle {
  width: 4vw;
  height: auto;
  border-radius: 50%;
  float: right;
  display: inline-block;
  visibility: hidden;
}

.smallCircle:hover,
.printIcon:hover .smallCircle{
    visibility: visible;
}

.smallCircleActive .smallCircle{
  visibility: visible;
}

.portfolioDiv {
    margin-left: 15%;
    margin-top: 50px;
}

.portfolioImage {
  width: auto;
  max-height: 77vh;
  max-width: 80vw;
  margin-left: -2%;
}

#rogersLogoImage {
  width: auto;
  max-height: 60vh;
  max-width: 80vw;
  margin-left: -2%;
  margin-top: 10px;
}

#aquaventureLogosImage,
#cafedelcampoLogosImage {
  width: auto;
  max-height: 77vh;
  max-width: 80vw;
  margin-left: -2%;
  margin-top: 10px;
}

#pointrfLogoImage {
  width: auto;
  max-height: 30vh;
  max-width: 80vw;
  margin-left: -2%;
}

.infographic {
  width: auto;
  max-width: 50vw;
  margin-left: -2%;
}

.title {
  /*margin-left: 2%;*/
  font-family: verdana, arial, sans-serif;
  color: #d99a6e;
}
