/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(//codepen.io/chrisdothtml/pen/ojLzJK.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/* RESETT */
/* lato */
@font-face {
  font-family: "latobold";
  src: url("fonts/lato/lato-bold-webfont.woff2") format("woff2"), url("fonts/lato/lato-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latolight";
  src: url("fonts/lato/lato-light-webfont.woff2") format("woff2"), url("fonts/lato/lato-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latosemibold";
  src: url("fonts/lato/lato-semibold-webfont.woff2") format("woff2"), url("fonts/lato/lato-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/***** ROSEMODE ****/
@font-face {
  font-family: "Rosemode";
  src: url("fonts/rosemode/Rosemode.eot"); /* IE9 Compat Modes */
  src: url("fonts/rosemode/Rosemode.eot?#iefix") format("embedded-opentype"), url("fonts/rosemode/Rosemode.woff") format("woff"), url("fonts/rosemode/Rosemode.woff2") format("woff2"), url("fonts/rosemode/Rosemode.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/*********fonts*****/
body {
  background-color: white;
}

header {
  font-family: "latolight";
  color: #58595B;
  text-decoration: none;
  font-size: 1rem;
  padding: 0 30px 5% 30px;
  text-align: center;
}
header #desktopNav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header #desktopNav ul #selected a {
  color: #661E56;
}
header #desktopNav ul .navimg {
  width: 230px;
  padding-top: 1%;
}
header #desktopNav ul .navtext {
  padding: 120px 40px 0 40px;
}
header #desktopNav ul .navtext a {
  font-family: "latolight";
  color: #58595B;
  text-decoration: none;
  font-size: 1rem;
}
header #desktopNav ul .navtext a:hover {
  color: #661E56;
}
header #mobileNav {
  display: none;
}
@media screen and (max-width: 850px) {
  header #desktopNav {
    display: none;
  }
  header #mobileNav {
    display: block;
  }
  header #mobileNav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header #mobileNav ul li {
    padding: 20px 10px 10px 10px;
  }
  header #mobileNav ul li a {
    text-decoration: none;
    color: #58595B;
  }
  header #mobileNav ul #selectedM a {
    color: #661E56;
  }
  header #mobileNav #mobileNavImg {
    width: 230px;
    margin: auto;
  }
}

/*************** END OF NAV *****************/
.content {
  width: 100%;
  margin: auto;
}
.content .column .container {
  position: relative;
  cursor: pointer;
}
.content .column .container img {
  cursor: pointer;
}
.content .column .image {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.content .column .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #661E56;
  cursor: pointer;
}
.content .column .container:hover .overlay {
  opacity: 0.9;
}
.content .column .hover-text {
  color: white;
  font-family: "latolight";
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 500px) {
  .content .column {
    margin: auto;
    width: 89%;
  }
}
.content .column #column1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.content .column #column1 #project1 {
  width: 32.95%;
}
.content .column #column1 #project1 img {
  width: 100%;
}
.content .column #column1 #project2 {
  width: 66%;
}
.content .column #column1 #project2 img {
  width: 100%;
}
.content .column #column2 {
  width: 100%;
  padding-bottom: 0px;
  margin-top: 1.2%;
}
.content .column #column2 #project3 {
  width: 100%;
}
.content .column #column2 #project3 img {
  width: 100%;
}
.content .column #column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-bottom: 0px;
  margin-top: 1.2%;
}
.content .column #column3 #project4, .content .column #column3 #project5, .content .column #column3 #project6 {
  width: 32.6%;
}
.content .column #column3 #project4 img, .content .column #column3 #project5 img, .content .column #column3 #project6 img {
  width: 100%;
}
.content .column #column4 {
  width: 100%;
  padding-bottom: 0px;
  margin-top: 1.2%;
}
.content .column #column4 #project7 {
  width: 100%;
}
.content .column #column4 #project7 img {
  width: 100%;
}
.content .column #column5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-bottom: 0px;
  margin-top: 1.2%;
}
.content .column #column5 #project8 {
  width: 66%;
}
.content .column #column5 #project8 img {
  width: 100%;
}
.content .column #column5 #project9 {
  width: 32.95%;
}
.content .column #column5 #project9 img {
  width: 100%;
}
.content .column #column6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-bottom: 0px;
  margin-top: 1.2%;
}
.content .column #column6 #project10, .content .column #column6 #project11, .content .column #column6 #project12 {
  width: 32.65%;
}
.content .column #column6 #project10 img, .content .column #column6 #project11 img, .content .column #column6 #project12 img {
  width: 100%;
}

/*************** END OF PROJECT COLLUMNS *****************/
#cta-contact {
  margin: 6% 10% 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cta-contact h1 {
  text-transform: uppercase;
  font-family: "Rosemode";
  color: #661E56;
  font-size: 30px;
  text-align: center;
  padding: 5% 0 0 0;
}
@media screen and (max-width: 850px) {
  #cta-contact h1 {
    font-size: 20px;
    padding: 6% 0 0 0;
  }
}
@media screen and (max-width: 400px) {
  #cta-contact h1 {
    font-size: 15px;
    padding: 6% 0 0 0;
  }
}
#cta-contact h2 {
  color: #617551;
  font-family: "latolight";
  font-size: 60px;
  text-align: center;
  padding: 0 0 5% 0;
}
@media screen and (max-width: 850px) {
  #cta-contact h2 {
    font-size: 40px;
    padding: 0 0 6% 0;
  }
}
@media screen and (max-width: 450px) {
  #cta-contact h2 {
    font-size: 27px;
    padding: 0 0 6% 0;
  }
}
#cta-contact a {
  margin: auto;
  padding-bottom: 6%;
}
#cta-contact button {
  background-color: white;
  border-width: thin;
  border-color: #661E56;
  width: 140px;
  height: 35px;
  margin: auto;
  border-radius: 50px;
  margin-bottom: 5%;
  border-style: solid;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
#cta-contact button p {
  font-family: "latolight";
  font-size: .9em;
  color: #58595B;
  text-transform: uppercase;
}
#cta-contact button:hover {
  background-color: #661E56;
}
#cta-contact button:hover p {
  color: white;
}

footer {
  width: 100%;
  margin: auto;
  max-width: 120px;
  padding-top: 6%;
  padding-bottom: 6%;
}
footer #footercontent {
  padding: 3% 5% 0 5%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 500px) {
  footer #footercontent {
    padding-top: 10%;
  }
}

#projectname {
  margin: auto;
  max-width: 750px;
  text-align: center;
  margin-bottom: 7%;
  margin-top: 7%;
}
@media screen and (max-width: 800px) {
  #projectname {
    width: 85%;
    margin-top: 4%;
  }
}
#projectname #blurb {
  margin-bottom: 7%;
}
#projectname #blurb h2 {
  font-family: "latosemibold";
  font-size: 12px;
  color: #ADB7AC;
  text-align: center;
  padding-bottom: 2%;
  text-transform: uppercase;
}
#projectname #blurb h1 {
  font-family: "Rosemode";
  color: #661E56;
  font-size: 35px;
}
@media screen and (max-width: 500px) {
  #projectname #blurb h1 {
    font-size: 22px;
  }
}
#projectname #blurb img {
  width: 70%;
  margin: auto;
  padding: 3% 0 3% 0;
}
#projectname #blurb p {
  font-family: "latolight";
  color: #58595B;
  font-size: 0.9em;
  line-height: 1.7;
  margin-bottom: 3%;
}
#projectname #blurb h3 {
  font-family: "latolight";
  color: #58595B;
  font-size: 0.7em;
}
@media screen and (max-width: 500px) {
  #projectname #blurb h3 {
    margin-bottom: 12%;
  }
}
#projectname #blurb h3 .bold-line {
  font-family: "latosemibold";
  color: #661E56;
}
#projectname #blurb h3 a {
  color: #661E56;
}

#logo-update {
  width: 90%;
  margin: auto;
  padding-bottom: 7%;
}
.extra{
  padding-bottom: 15px !important;
}

#logo-update-alpine {
  width: 65%;
  margin: auto;
  padding-bottom: 7%;
}

#palette-update {
  width: 90%;
  margin: auto;
  padding-bottom: 7%;
  padding-top: 7%;
}

#tech-options {
  width: 70%;
  margin: auto;
}

.contentproject {
  width: 90%;
  margin: auto;
}
.contentproject h3 {
  font-family: "Rosemode";
  color: #661E56;
  font-size: 20px;
  margin-bottom: 2%;
  text-align: center;
}
.contentproject .columnproject {
  margin: 0 3% 0 3%;
  padding: 0;
}
.contentproject .columnproject img {
  width: 100%;
  height: auto;
}
.contentproject .columnproject h4 {
  font-family: "Rosemode";
  color: #661E56;
  font-size: 35px;
  line-height: 45px;
  padding-bottom: 8%;
  padding-top: 8%;
  text-align: center;
  max-width: 95%;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .contentproject .columnproject h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
.contentproject .columnproject h5 {
  font-family: "Rosemode";
  color: #661E56;
  font-size: 35px;
  line-height: 45px;
  padding-bottom: 8%;
  text-align: center;
  max-width: 95%;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .contentproject .columnproject {
    margin: auto;
    width: 89%;
  }
}
.contentproject .columnproject #largepicture-intro {
  width: 100%;
  margin-bottom: 6%;
}
.contentproject .columnproject #largepicture {
  width: 100%;
  padding-bottom: 0px;
  margin-top: 1.2%;
}
.contentproject .columnproject #largepicture #largeproject {
  width: 100%;
}
.contentproject .columnproject #largepicture #largeproject img {
  width: 100%;
}
.contentproject .columnproject #threepicutres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-bottom: 0px;
  margin-top: 1.2%;
}
.contentproject .columnproject #threepicutres #leftp, .contentproject .columnproject #threepicutres #centerp, .contentproject .columnproject #threepicutres #rightp {
  width: 32.16%;
}
.contentproject .columnproject #threepicutres #leftp img, .contentproject .columnproject #threepicutres #centerp img, .contentproject .columnproject #threepicutres #rightp img {
  width: 100%;
}
.contentproject .columnproject #thinpicture {
  width: 100%;
  padding-bottom: 0px;
  margin-top: 1.2%;
}
.contentproject .columnproject #thinpicture #thinproject {
  width: 100%;
}
.contentproject .columnproject #thinpicture #thinproject img {
  width: 100%;
}
.contentproject .columnproject #thinpicture #thinproject video {
  width: 100%;
}
.contentproject .columnproject #thinpicture video {
  display: block;
  height: auto;
  margin: auto;
  position: relative;
  width: 100%;
}
.contentproject .columnproject #thinpicture .video-wrap {
  margin: 0 auto;
  position: relative;
  width: 90%;
}
.contentproject .columnproject #thinpicture .video-wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contentproject .columnproject #thinpicture-logo {
  width: 100%;
  padding-bottom: 0px;
  margin-top: 1.2%;
}
.contentproject .columnproject #thinpicture-logo #thinproject {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.contentproject .columnproject #thinpicture-logo #thinproject .logo1 {
  position: relative;
  top: 0;
  left: 0;
}
.contentproject .columnproject #thinpicture-logo #thinproject .logo2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
}
.contentproject .columnproject #thinpicture-logo #thinproject .logo2:hover {
  opacity: 1;
}
.contentproject .columnproject #twopicturestall-tech {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 1.2%;
  background-color: #F6F6F6;
}
.contentproject .columnproject #twopicturestall-tech #lefthalf {
  width: 49.13%;
}
.contentproject .columnproject #twopicturestall-tech #lefthalf img {
  width: 100%;
}
.contentproject .columnproject #twopicturestall-tech #righthalf {
  width: 49.13%;
}
.contentproject .columnproject #twopicturestall-tech #righthalf img {
  width: 100%;
}
.contentproject .columnproject #twopictures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 1.2%;
}
.contentproject .columnproject #twopictures #lefthalf {
  width: 49.13%;
}
.contentproject .columnproject #twopictures #righthalf {
  width: 49.13%;
}
.contentproject .columnproject #twopictures #righthalf img {
  width: 100%;
}
.contentproject .columnproject #twopictures-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 1.2%;
}
.contentproject .columnproject #twopictures-logo #lefthalf {
  width: 49.13%;
  position: relative;
  top: 0;
  left: 0;
}
.contentproject .columnproject #twopictures-logo #lefthalf .logo1 {
  position: relative;
  top: 0;
  left: 0;
}
.contentproject .columnproject #twopictures-logo #lefthalf .logo2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
}
.contentproject .columnproject #twopictures-logo #lefthalf .logo2:hover {
  opacity: 1;
}
.contentproject .columnproject #twopictures-logo #righthalf {
  width: 49.13%;
  position: relative;
  top: 0;
  left: 0;
}
.contentproject .columnproject #twopictures-logo #righthalf .logo1 {
  position: relative;
  top: 0;
  left: 0;
}
.contentproject .columnproject #twopictures-logo #righthalf .logo2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
}
.contentproject .columnproject #twopictures-logo #righthalf .logo2:hover {
  opacity: 1;
}
.contentproject .columnproject #twopicturestall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 1.2%;
}
.contentproject .columnproject #twopicturestall #lefthalf {
  width: 49.13%;
}
.contentproject .columnproject #twopicturestall #righthalf {
  width: 49.13%;
}
.contentproject .columnproject #twopicturestall #righthalf img {
  width: 100%;
}
.contentproject .columnproject #twopicturestall #righthalf #chimney-video {
  width: 100%;
}
.contentproject .columnproject #twopicturestall-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.contentproject .columnproject #twopicturestall-logo #lefthalf {
  width: 49.13%;
  position: relative;
  top: 0;
  left: 0;
}
.contentproject .columnproject #twopicturestall-logo #lefthalf .logo1 {
  position: relative;
  top: 0;
  left: 0;
}
.contentproject .columnproject #twopicturestall-logo #lefthalf .logo2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
}
.contentproject .columnproject #twopicturestall-logo #lefthalf .logo2:hover {
  opacity: 1;
}
.contentproject .columnproject #twopicturestall-logo #righthalf {
  width: 49.13%;
  position: relative;
  top: 0;
  left: 0;
}
.contentproject .columnproject #twopicturestall-logo #righthalf .logo1 {
  position: relative;
  top: 0;
  left: 0;
}
.contentproject .columnproject #twopicturestall-logo #righthalf .logo2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
}
.contentproject .columnproject #twopicturestall-logo #righthalf .logo2:hover {
  opacity: 1;
}

#projectnav {
  max-width: 500px;
  margin: auto;
  padding-top: 7%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #projectnav {
    max-width: 300px;
    margin: auto;
  }
}
#projectnav a {
  margin: auto;
  padding-bottom: 5%;
}
#projectnav button {
  background-color: white;
  border-width: thin;
  border-color: #661E56;
  width: 140px;
  height: 35px;
  margin: auto;
  border-radius: 50px;
  margin-bottom: 5%;
  border-style: solid;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (max-width: 600px) {
  #projectnav button {
    width: 140px;
    height: 35px;
  }
}
#projectnav button p {
  font-family: "latolight";
  font-size: .9em;
  color: #58595B;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  #projectnav button p {
    font-size: 1em;
  }
}
#projectnav button:hover {
  background-color: #661E56;
}
#projectnav button:hover p {
  color: white;
}
#projectnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#projectnav ul li {
  width: 10%;
}
#projectnav ul li #arrow {
  width: 30%;
}
#projectnav ul li #arrow img {
  width: 30%;
}
#projectnav ul li img {
  width: 100%;
}

#aboutsection {
  width: 100%;
  margin-top: -20px;
}
#aboutsection #aboutcolumn {
  width: 100%;
  padding-bottom: 0px;
}
#aboutsection #aboutcolumn #aboutheader {
  width: 100%;
}
#aboutsection #aboutcolumn #aboutheader img {
  width: 100%;
}
#aboutsection #aboutintro {
  text-align: center;
  margin: 0% 5% 0 5%;
}
#aboutsection #aboutintro h1 {
  font-family: "Rosemode";
  color: #661E56;
  font-size: 40px;
  margin-bottom: 3%;
}
@media screen and (max-width: 700px) {
  #aboutsection #aboutintro h1 {
    margin-top: 6%;
  }
}
#aboutsection #aboutintro img {
  margin: auto;
  width: 80%;
}
#aboutsection #aboutintro p {
  font-family: "latolight";
  color: #58595B;
  font-size: 1.1em;
  line-height: 1.7;
  max-width: 80%;
  text-align: center;
  margin: auto;
  padding-top: 3%;
}
#aboutsection #aboutintro p strong {
  font-family: "latobold";
  color: #661E56;
}
#aboutsection #aboutintro h2 {
  font-family: "latobold";
  color: #661E56;
  font-size: 1.1em;
  line-height: 1.8;
  margin-top: 2%;
}
#aboutsection #services {
  background-color: #F6F6F6;
  width: 100%;
  margin: 8% 0 8% 0;
}
#aboutsection #services h1 {
  font-family: "Rosemode";
  color: #617551;
  font-size: 40px;
  text-align: center;
  padding-bottom: 2%;
  padding-top: 5%;
}
#aboutsection #services img {
  width: 60px;
  margin-bottom: 10%;
  margin: auto;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #ADB7AC;
  background-color: #F6F6F6;
  border-radius: 50px;
  padding-bottom: 8px;
}
#aboutsection #services img:hover {
  background-color: #ADB7AC;
}
#aboutsection #services #services-row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding-bottom: 5%;
  padding-top: 4%;
}
#aboutsection #services #services-row1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 170px;
  padding: 0 3% 5% 3%;
}
#aboutsection #services #services-row1 ul li {
  margin: auto;
}
#aboutsection #services #services-row1 ul li p {
  font-family: "latolight";
  color: #58595B;
  font-size: 0.9em;
  text-align: center;
}
#aboutsection #aboutbody h1 {
  font-family: "Rosemode";
  color: #661E56;
  font-size: 30px;
  margin-bottom: 3%;
}
#aboutsection #aboutbody p {
  font-family: "latolight";
  color: #58595B;
  font-size: 0.9em;
  line-height: 1.7;
}
#aboutsection #aboutbody #aboutworking {
  margin-top: 6%;
}
#aboutsection #aboutbody #aboutworking ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 700px) {
  #aboutsection #aboutbody #aboutworking ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#aboutsection #aboutbody #aboutworking ul li {
  width: 36%;
  padding: 2%;
}
@media screen and (max-width: 700px) {
  #aboutsection #aboutbody #aboutworking ul li {
    width: 80%;
  }
  #aboutsection #aboutbody #aboutworking ul li img {
    text-align: center;
    width: auto;
    margin-right: 8%;
    margin-left: 8%;
  }
}
#aboutsection #aboutbody #aboutliving {
  margin-top: 4%;
}
#aboutsection #aboutbody #aboutliving h1 {
  text-align: right;
}
#aboutsection #aboutbody #aboutliving p {
  text-align: right;
}
@media screen and (max-width: 700px) {
  #aboutsection #aboutbody #aboutliving h1 {
    text-align: left;
  }
  #aboutsection #aboutbody #aboutliving p {
    text-align: left;
  }
}
#aboutsection #aboutbody #aboutliving ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 700px) {
  #aboutsection #aboutbody #aboutliving ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#aboutsection #aboutbody #aboutliving ul li {
  width: 36%;
  padding: 2%;
}
@media screen and (max-width: 700px) {
  #aboutsection #aboutbody #aboutliving ul li {
    width: 80%;
  }
  #aboutsection #aboutbody #aboutliving ul li img {
    text-align: center;
    width: auto;
    margin-top: 10%;
    margin-right: 8%;
    margin-left: 8%;
  }
}
#aboutsection #aboutbody #aboutlearning {
  margin-top: 1%;
  margin-bottom: 4%;
}
#aboutsection #aboutbody #aboutlearning a {
  color: #617551;
}
#aboutsection #aboutbody #aboutlearning ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 700px) {
  #aboutsection #aboutbody #aboutlearning ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#aboutsection #aboutbody #aboutlearning ul li {
  width: 36%;
  padding: 2%;
}
@media screen and (max-width: 700px) {
  #aboutsection #aboutbody #aboutlearning ul li {
    width: 80%;
  }
  #aboutsection #aboutbody #aboutlearning ul li img {
    text-align: center;
    width: auto;
    margin-top: 10%;
    margin-right: 8%;
    margin-left: 8%;
  }
}

#aboutend {
  background-image: url(images/background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 700px) {
  #aboutend {
    display: block;
    margin: auto;
    text-align: center;
  }
}
#aboutend #aboutimage {
  padding-right: 3%;
  padding-left: 10%;
}
@media screen and (max-width: 700px) {
  #aboutend #aboutimage {
    padding-left: 0%;
    padding-right: 0%;
    margin-bottom: 5%;
  }
}
#aboutend #aboutimage img {
  width: 100%;
}
@media screen and (max-width: 700px) {
  #aboutend #aboutimage img {
    width: 50%;
    text-align: center;
    margin: auto;
  }
}
#aboutend #abouttext {
  padding-left: 3%;
  padding-right: 10%;
  top: 30%;
  -ms-transform: translateY(30%);
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
@media screen and (max-width: 700px) {
  #aboutend #abouttext {
    top: 1%;
    -ms-transform: translateY(1%);
    -webkit-transform: translateY(1%);
            transform: translateY(1%);
    padding-left: 0%;
    padding-right: 0%;
  }
}
#aboutend #abouttext h1 {
  font-family: "Rosemode";
  color: #661E56;
  font-size: 40px;
  text-align: left;
  margin-bottom: 6%;
}
@media screen and (max-width: 700px) {
  #aboutend #abouttext h1 {
    text-align: center;
  }
}
#aboutend #abouttext p {
  font-family: "latolight";
  color: #58595B;
  font-size: 1.2em;
  line-height: 1.4;
  max-width: 630px;
  text-align: left;
  margin-bottom: 6%;
}
@media screen and (max-width: 700px) {
  #aboutend #abouttext p {
    max-width: 350px;
    text-align: center;
    margin: auto;
  }
}
#aboutend #aboutbutton Ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 10%;
}
@media screen and (max-width: 700px) {
  #aboutend #aboutbutton Ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6%;
    margin-bottom: 15%;
  }
}
#aboutend #aboutbutton Ul li {
  font-family: "latosemibold";
  color: #58595B;
  font-size: 1.2em;
  line-height: 1.4;
  max-width: 630px;
  text-align: left;
  padding: 0 2% 0 2%;
}
#aboutend #aboutbutton Ul li a {
  text-decoration: none;
  color: #5D5D28;
}
#aboutend #aboutbutton span {
  position: relative;
  display: block;
}
#aboutend #aboutbutton span:before, #aboutend #aboutbutton span:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  top: 110%;
  margin-top: -0.5px;
  background: #BEC99E;
}
#aboutend #aboutbutton span:before {
  left: -2.5px;
}
#aboutend #aboutbutton span:after {
  right: 2.5px;
  background: #BEC99E;
  -webkit-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#aboutend #aboutbutton span:hover:before {
  background: #BEC99E;
  width: 100%;
  -webkit-transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#aboutend #aboutbutton span:hover:after {
  background: transparent;
  width: 100%;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#aboutfooter {
  background-color: #661E56;
  width: 100%;
  height: 118px;
}
#aboutfooter #footercontent {
  max-width: 1160px;
  padding: 3% 5% 0 5%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 500px) {
  #aboutfooter #footercontent {
    padding-top: 10%;
  }
}
#aboutfooter p {
  font-family: "latolight";
  text-align: center;
  color: whitesmoke;
}
@media screen and (max-width: 500px) {
  #aboutfooter p {
    text-align: left;
    padding-left: 5%;
  }
}

/* Reset */
.tiles {
  font-size: 0;
  text-align: center;
}
.tiles .tile {
  display: inline-block;
  text-align: left;
  opacity: 0.99;
  overflow: hidden;
  position: relative;
}
.tiles .tile:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.tiles .tile img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.tiles .tile .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.tiles .tile .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.tiles .tile .details .title {
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  font-family: "Rosemode";
  color: #661E56;
}
.tiles .tile .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 12px;
  font-family: "latolight";
  color: #58595B;
}
.tiles .tile:focus:before,
.tiles .tile:focus span, .tiles .tile:hover:before,
.tiles .tile:hover span {
  opacity: 1;
}
.tiles .tile:focus:before, .tiles .tile:hover:before {
  top: 50%;
}
.tiles .tile:focus span, .tiles .tile:hover span {
  top: 0;
}
.tiles .tile:focus .title, .tiles .tile:hover .title {
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.tiles .tile:focus .info, .tiles .tile:hover .info {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

#contact {
  width: 90%;
  margin: auto;
}
#contact h1 {
  font-family: "Rosemode";
  color: #661E56;
  font-size: 36px;
  text-align: center;
  padding-bottom: 1%;
}
#contact h2 {
  font-family: "latolight";
  color: #58595B;
  font-size: 19px;
  text-align: center;
  padding-bottom: 15px;
  line-height: 24px;
}
#contact #contactButtons {
  max-width: 500px;
  margin: auto;
  padding-top: 3%;
  padding-bottom: 4%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #contact #contactButtons {
    padding-bottom: 15%;
  }
}
#contact #contactButtons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contact #contactButtons ul a {
  padding: 0 2% 0 2%;
}
#contact #contactButtons ul button {
  background-color: white;
  border-width: thin;
  border-color: #661E56;
  width: 140px;
  height: 35px;
  margin: auto;
  border-radius: 50px;
  margin-bottom: 5%;
  border-style: solid;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
#contact #contactButtons ul button p {
  font-family: "latolight";
  font-size: .9em;
  color: #58595B;
  text-transform: uppercase;
}
#contact #contactButtons ul button:hover {
  background-color: #661E56;
}
#contact #contactButtons ul button:hover p {
  color: white;
}

#sliderStart #square {
  position: absolute;
  z-index: 1;
  margin-top: -40px;
  left: 46%;
}
@media screen and (max-width: 700px) {
  #sliderStart #square {
    left: 40%;
  }
}
#sliderStart #square img {
  width: 80px;
}

@-webkit-keyframes slidy {
  0% {
    left: 0%;
  }
  20% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}

@keyframes slidy {
  0% {
    left: 0%;
  }
  20% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}
div#slider {
  overflow: hidden;
}

div#slider figure img {
  width: 20%;
  float: left;
}

div#slider figure {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  -webkit-animation: 30s slidy infinite;
          animation: 30s slidy infinite;
}

#hello2 {
  margin: auto;
}
@media screen and (max-width: 500px) {
  #hello2 {
    display: none;
  }
}
#hello2 h1 {
  font-family: "Rosemode";
  color: #661E56;
  font-size: 35px;
  text-align: center;
  padding: 30px 0 5px 0;
}
@media screen and (max-width: 500px) {
  #hello2 h1 {
    font-size: 30px;
    padding: 20px 0 5px 0;
  }
}
#hello2 h2 {
  font-family: "latolight";
  color: #661E56;
  font-size: 19px;
  text-align: center;
  padding-bottom: 17px;
}