html {
    background: #fff;
}

body {
    margin: 0;
	overflow: hidden;
}

a:focus {
    outline: none;
}

a:active,a:hover {
    outline: 0;
}


img {
    border: 0;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    -moz-margin-before: 0;
    -moz-margin-after: 0;
    -moz-margin-start: 0;
    -moz-margin-end: 0;
    -moz-padding-start: 0;
    margin-before: 0;
    margin-after: 0;
    margin-start: 0;
    margin-end: 0;
    padding-start: 0;
    margin: 0;
}

.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	height: 0;
	display: table;
	visibility: hidden;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    #project-nav .sixcol {
        width: 49.45%;
    }

    #project-nav .sixcol.first {
        float: left;
    }

    #project-nav .sixcol.last {
        float: right;
    }
}

.module.image {
    line-height: 0;
}

.module.image .first,.module.image .last {
    line-height: 0;
}


@media only screen and (min-width: 768px) {
    .text-module {
        padding: 0px;
    }
}

body {
  animation: 24000ms ease-in-out infinite color-change;
}

@keyframes color-change {
  0% {
    background-color: #ccff26;
  }
  20% {
    background-color: #26edff;
  }
  40% {
    background-color: #fc25ff;
  }
  60% {
    background-color: #ff2626;
  }
  80% {
    background-color: #fff726;
  }
  100% {
    background-color: #ccff26;
  }
}

.page-id-info #people-opening-image.full-screen-image {
    background-position: left bottom;
}

.postid-443 .quote-module .first.sixcol {
    padding: 0;
}

.geier-double {
	width: 100%;
	height: 100%;
}


.hidden {
    display: none;
}

.wrap {
    width: 100%;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .wrap {
        width: 100%;
    }
}

img {
    width: 100%;
}

img.full-width {
    width: 100%;
	height: 100vh;
	padding: 6%;
}

@media only screen and (min-width: 768px) {

    .sixcol {
        width: 50%;
    }

    .onecol,.twocol,.threecol,.fourcol,.fivecol,.sixcol,.sevencol,.eightcol,.ninecol,.tencol,.elevencol,.twelvecol {
        position: relative;
        float: left;
        margin-left: 0;
    }

    .first {
        margin-left: 0;
    }

    .last {
        float: right;
    }

    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    .wrap {
        max-width: 5000px;
		height: 100%;
    }

    #home-image-container {
        width: 100%;
        min-height: 100px;
    }

    .full-screen-image,.full-screen {
        width: 100%;
        height: 100vh;
        min-height: 200px;
        max-height: 2000px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    #project-intro-image.full-screen-image,#people-opening-image.full-screen-image {
        width: 100%;
        height: 100vh;
        min-height: 500px;
        max-height: 2000px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

}

