html,
body {
  overflow-x: hidden;
}
body {
  margin: 0;
  color: #000000;
  font-family: 'Open Sans Condensed', Helvetica, Arial, serif;
  min-height: 100%;
}
h1
{
  color: #000000;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
}
h2 {
  color: #000000;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 0px;
}
h3 {
  color: #000000;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0px;
}

p {
  color: #000000;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}


/* HEADER */

@keyframes colorchange
{
 0%   {background: #BBC3C6;}
 25%  {background: #D1B280;}
 50%  {background: #CDBEA7;}
 75%  {background: #CDAB81;}
 100% {background: #BBC3C6;}
}

@-webkit-keyframes colorchange /* Safari and Chrome - necessary duplicate */
{
  0%   {background: #BBC3C6;}
  25%  {background: #D1B280;}
  50%  {background: #CDBEA7;}
  75%  {background: #CDAB81;}
  100% {background: #BBC3C6;}
}

header {
  animation: colorchange 10s infinite;
  -webkit-animation: colorchange 10s infinite; /* Chrome and Safari */
  background: url('../images/designphoto1.png') 0px 0px no-repeat;
  background-size: cover;
  color: #FFF;
  height: auto;
}

.topheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 100px;
}

.topheader img {
  width: 80px;
}

.navigation ul {
  display: flex;
  font-size: 22px;
  list-style: none;
  margin: 0;
}

.navigation li + li {
  margin-left: 15px;
}

.dropbtn {
    background: #000;
    border-radius: 1px;
    color: #FFF;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    min-width: 60px;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
}

.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #000;
    color: #fff;
}

header a {
  text-decoration: none;
  color: #000000;
}

.hero {
  margin-top: 20px;
  padding: 60px 100px;
  width: 100%;
}

header .hero strong {
  color: black;
}

header .hero h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  padding-top: 30px;
}

header .hero h1 span.simple {
  color: #000;
}

header .hero p.description {
  color: #fff;
  font-size: 22px;
  font-weight: 100;
  line-height: 26px;
  margin-bottom: 40px;
}

.signature {
  color: #fff;
  font-family: 'Dancing Script', Helvetica, Arial, sans-serif;
  margin-bottom: 100px;
  font-size: 22px;
}

.arrow {
  margin-top: 20px;
  text-align: center;
}

.downarrow {
  width: 32px;
}

/* WORK */
.worktitle {
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 28px;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}

.box {
  align-items: center;
  background-color: #d3d3d3;
  display: flex;
  /*box-shadow: 0 2px 4px 0 rgba(0,0,0,.20);*/
  height: 350px;
  justify-content: center;
  text-align: center;
  width: 100%;
}

#box1:hover {
  background: url('../images/macbook.png');
  background-size: 100%;
}

#box1 h1 {
  color: #000;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin-top: 0px;
}

.box .brightboardlogo {
  display: block;
  margin: auto;
  margin-bottom: 0px;
  padding: 0px;
  width: 200px;
}

.box .macbook {
  width: 500px;
}

.box a{
  display: block;
  margin: auto;
}

.work a.btn {
  background: #000;
  border-radius: 1px;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  width: 140px;
}

.work a.btn:hover {
  background-color: #fff;
  color: #000;
}

.box .wrwlogo {
  display: block;
  margin: auto;
  margin-bottom: 20px;
  padding: 0px;
  width: 400px;
}


/* FOOTER */
footer {
  background-color: #000000;
  color: #FFF;
  height: 120px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
}

.footer-nav-block {

  padding-top: 25px;
  text-align: center;
}

footer .logo {
  float:left;
  margin-left: 40px;
  position: absolute;
}

footer .logoreversed {
  width: 70px;
}

footer nav {
  margin: 0 auto;
}

footer p,
footer nav ul {
  font-size: 22px;
  font-weight: 100;
  padding: 0px;
  text-align: center;
}
footer nav ul li {
  display: inline;
  list-style-type: none;
}

footer nav ul li + li {
  margin-left: 15px;
}

footer nav ul li a {
  color: #FFF;
  text-decoration: none;
}

@media only screen and (max-width:620px) {
  /* For mobile phones: */

  header {
    padding: 20px 40px;
  }

  .navigation ul {
    font-size: 18px;
    display: none;
  }

  .boximage .macbook {
    width: 100%;
  }

  footer nav ul {
    font-size: 16px;
  }

}

@media only screen and (min-width:620px) {
  /* For mobile phones: */

  footer nav ul {
    font-size: 22px;
  }

}

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

  .navigation {
    display: none;
  }

}

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

  header .hero p.description {
    width:70%;
  }

  .dropdown {
       display: none;
   }

}

@media only screen and (max-width:1024px) {

  .box {
    display: inline-block;
    height: 100%;
    padding-top: 40px;
  }


  footer {
    padding-bottom: 40px;
  }

  footer .logo {
    float:left;
    margin: 0px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    width: 100%;
  }

  .footernav {
    clear: both;
  }

}

@media only screen and (min-width:1024px) {
  header .hero p.description {
    width:50%;
  }

}
