/* ---------------------------------------------------------------------------------------------------------- 
Kitty Crawford ----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0; }

/*------------------------------- Universals -------------------------------*/
body {
  background: #fff no-repeat top center fixed;
  margin: 0;
  padding: 0;
  color: #001326;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1em; }

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: 0 !important; }

/*------------------------------- Structure -------------------------------*/
.row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 2em 0 2em;
  overflow: auto;
  clear: both; }

.row2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 2em 0 2em;
  overflow: auto;
  clear: both; }

.rowflex {
  display: flex;
  justify-content: center;
  flex-flow: wrap row;
  align-items: center; }

.rowflexsub {
  display: flex;
  justify-content: center;
  flex-flow: nowrap column;
  align-items: flex-start; }

.row.rowflex {
  padding: 0; }

.flex {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap; }

.flex2 {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap; }

@media only screen and (min-width: 780px) {
  .rowflexsub {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap row;
    align-items: flex-start; } }

/*------------------------------- Home -------------------------------*/
/*------------------------------- Header -------------------------------*/
header {
  background-color: #fff;
  width: 100%;
  height: auto;
  position: fixed;
  padding: 0 .5em;
  z-index: 1000; }

  #page-top{
    margin:0;
    padding:0;
  }

#logo {
  width: 70%;
  padding: .6em 0 0 0; }
  #logo img {
    width: 90%;
    max-width: 250px;
    margin: 0 0 0 0px; }

.menuon {
  display: block; }

.menuoff {
  display: none; }

nav#mainmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999; }

nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%; }
  nav ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    list-style-type: none;
    list-style-image: none;
    margin: 1em 0 1.2em 0; }
  nav a {
    text-decoration: none;
    color: #001326;
    padding: .5em; }
  nav li {
    text-align: center;
    margin: 1em 0 0 0;
    display: inline;
    font-size: 1em;
    font-family: "Open Sans", sans-serif;
    padding: .5em; }

.current {
  border-radius: .25em !important;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: #e2ce8d;
  color: #fff;
  padding: .5em; }

.btn-wrapper {
  background: #fff;
  border: none;
  cursor: pointer;
  height: 1.5em;
  position: relative;
  width: 20%;
  margin: -15px 0 0 0; }

.btn-burger {
  background: url(../images/burger.png) no-repeat;
  background-size: 90%;
  font-size: 1px;
  height: 25em;
  width: 25em;
  position: absolute;
  text-indent: -9999999px; }

.btn-burger2 {
  background: url(../images/burger2.png) no-repeat;
  background-size: 90%;
  font-size: 1px;
  height: 25em;
  width: 25em;
  margin: auto 0;
  position: absolute;
  text-indent: -9999999px; }

.btn-wrapper.setmenu {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 7px;
  margin-right: 15px; }

@media only screen and (min-width: 780px) and (max-width: 1024px) {
  header {
    padding: 0 0 0 0;
    margin: 0em;
    margin-bottom: .5em;
    position: fixed; }

  #logo {
    float: left;
    width: 30%;
    margin: -1em 0 0 0; }
    #logo img {
      width: 100%;
      margin: 0 1em; }

  .menuoff {
    display: block; }

  .btn-wrapper {
    display: none; }

  nav#mainmenu {
    width: 70%;
    position: relative;
    top: auto;
    right: auto;
    background: none; }

  nav {
    float: right;
    width: 70%; }
    nav ul {
      display: block;
      float: right;
      margin: 1.5em 1em 1.2em 0; }
    nav a {
      padding: 12px;
      -webkit-transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      -ms-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
    nav a:hover {
      border-style: solid;
      border-radius: .25em !important;
      cursor: pointer;
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      background-color: #85b7b0;
      padding: 12px;
      color: #fff;
      -webkit-transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      -ms-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
    nav li {
      display: inline;
      font-size: .8em;
      font-family: "Open Sans", sans-serif;
      padding: 0; }
    nav a:active {
      background-color: #85b7b0; }

  .current {
    border-style: solid;
    border-radius: .25em !important;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #e2ce8d;
    color: #fff;
    padding: 12px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; } }
@media only screen and (min-width: 1024px) {
  header {
    margin-bottom: 1em;
    position: fixed; }

  #logo {
    width: 30%;
    margin: 0;
    padding: 1.2em 0 1em 0em; }
    #logo img {
      width: 90%;
      max-width: none; }

  .menuoff {
    display: block; }

  .btn-wrapper {
    display: none; }

  nav#mainmenu {
    position: relative;
    top: none;
    left: none;
    width: 70%;
    background: none; }

  nav {
    display: block;
    float: right;
    width: 70%; }
    nav ul {
      display: block;
      float: right;
      margin: 1,2em 0 1.2em 0; }
    nav a {
      padding: 20px; }
    nav a:hover {
      border-radius: .25em !important;
      cursor: pointer;
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      background-color: #85b7b0;
      color: #fff;
      -webkit-transition: background-color 0.2s ease;
      -moz-transition: background-color 0.2s ease;
      -ms-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease; }
    nav li {
      display: inline;
      font-size: 1em;
      font-family: "Open Sans", sans-serif;
      padding: 0; }

  .current {
    padding: 20px; } }
/*------------------------------- Splash Image -------------------------------*/
#splash_image {
  background: url(../images/mainheader2.png) 75% 50% no-repeat;
  background-size: auto 100%;
  background-color: #4e453c;
  width: 100%;
  display: flex;
  justify-content: center; }

.producer {
  color: #f55e66; }

.webdev {
  color: #e2ce8d; }

.splash_text {
  padding: 2em 0 0 0;
  position: relative;
  margin: 0 0 2em 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .splash_text h1 {
    color: #fff;
    font-size: 2em;
    margin: 1.5em 0 1em 0;
    line-height: 1.5em;
    font-weight: 100;
    text-align: center;
    font-family: "Lato", serif; }

.splash_flex {
  display: flex;
  justify-content: center; }

@media only screen and (min-width: 726px) {
  #splash_image {
    background: url(../images/mainheader2.png) 50% 0% no-repeat;
  background-size: auto 150%;
    background-color: #4e453c;
    padding-top: 2em; }

  .splash_text h1 {
    font-size: 2.5em;
    margin: 1.3em 0 1.3em 0;
    padding: 0;
    line-height: 1.5em; }

  .splash_text {
    margin: 0 0 4em 0; }

  .splash_flex {
    display: block;
    justify-content: flex-start; } }
@media only screen and (min-width: 1024px) {
  #splash_image {
    background: url(../images/mainheader.png) top right no-repeat;
    background-size: cover;
    background-color: #4e453c;
    height: 650px;
    display: block;
    position: relative;
    padding: 6em 0 0 0; }

  .splash_text {
    margin: 0; }
    .splash_text h1 {
      font-size: 4em;
      margin: .5em 0 1.5em 0px;
      max-width: 9em;
      line-height: 1.4em;
      text-align: left; }
    .splash_text p {
      text-align: left; } }
/*------------------------------- Services -------------------------------*/
#services_home {
  position: relative;
  background-color: #85b7b0;
  width: 100%;
  color: #fff;
  border-top: solid .1em #6a928c; }

#service_info {
  padding: 3em 0 3em 0; }
  #service_info p {
    color: #fff;
    text-align: center;
    margin: 2em 0 0 0; }
  #service_info img {
    width: 40%;
    margin: 0 30%; }
  #service_info h3 {
    text-align: center; }

.servicesbox {
  width: 210px;
  padding: 0 0px 20px 0px;
  margin: 0 auto; }

.button {
  border-style: solid;
  border-width: 2px;
  border-radius: .25em !important;
  cursor: pointer;
  display: inline-block;
  font-size: .889em;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: .8em 3.378em .944em;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  margin: 20px; }

.buttonwork {
  border-style: solid;
  border-width: 2px;
  border-radius: .25em !important;
  cursor: pointer;
  display: inline-block;
  font-size: .889em;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: .8em 3.378em .944em;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  margin: 20px; }

@media only screen and (min-width: 1024px) {
  #service_info {
    padding: 5.5em 0 5.5em 0; }
    #service_info p {
      color: #fff;
      margin: 2em 0; }

  #service_info_nav {
    margin: 0em 0 0 0; }
    #service_info_nav li {
      font-size: 1.2em;
      padding: 0 1.5em 0 1.5em;
      margin: 1.5em 0 1.5em 0; }
    #service_info_nav a {
      -webkit-transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      -ms-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }

  .button:hover {
    background-color: #e2ce8d;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }

  .buttonwork:hover {
    background-color: #c8313a;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; } }
/*------------------------------- Work -------------------------------*/
#work_home {
  position: relative;
  background-color: #5f9db0;
  width: 100%;
  color: #fff; }

#work_info {
  padding: 3em 0 3em 0; }
  #work_info p {
    color: #fff;
    text-align: center;
    margin: 2em 0 0 0; }
  #work_info img {
    width: 100%;
    padding: 20px 0 20px 0; }
  #work_info h3 {
    text-align: center; }
  #work_info h4 {
    color: #fff;
    font-weight: 100;
    font-size: 1.2em;
    text-align: center; }
  #work_info .h4first {
    font-weight: 400;
    font-size: .8em;
    font-style: italic;
    color: #dadada; }

.getintouch {
  font-style: italic; }

.flex {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap; }

.workbox {
  position: relative;
  max-width: 380px;
  padding: 0 10px 20px 10px;
  margin: 0 auto; }

.highlight {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #bbdcd8;
  border-radius: .25em !important; }

.overlay {
  position: fixed;
  z-index: 9000;
  height: 100%; 
  width: 100%;
  top: 0;
  right: 0;  
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
}

.popup {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%; 
  padding: 0;
  margin: 0;
  position: relative;
  background: #5f9db0;
  color: #000;
  overflow:auto;
}

.popup h2{
  padding: 50px 0 30px 0;
}

.popup h3{
  padding:0;
  margin:1em 0 ;
}

.popup p{
  margin:0 0 0 0!important;
  padding:0 0 1em 0;
}

.popup img{
  max-width: 300px;
  height:auto;
  margin: 40px 0 -15px 0;
  padding: 0;
}

.popup a{
  color:#e2ce8d;`
}

.popup a:hover{
  text-decoration: underline;
}

.projectinfo hr{
  width:9em;
  border: solid 1px #e2ce8d;;
  margin:0;
  padding:0;
}


.close {
  position: absolute;
  top: 0%;
  right: 10%;
  cursor: pointer;
  color: #fff;
  width:2em;
}

.workbox:hover .highlight {
  opacity: 0.4;
  cursor: pointer; }
  .close img{
    margin:0;
    padding:0;
  }

  .gold{
    color:#e2ce8d;
    font-weight: 900;
    font-size: 1.1em;
}

@media only screen and (min-width: 1024px) {
  #work_info {
    padding: 5.5em 0 5.5em 0; }
    #work_info p {
      color: #fff;
      margin: 0 0 2em 0; } 
      .popup{
        padding:10% 0 0 0;
      }
    .popup img{
      margin: 2em 3em 0 0;
      max-width:35%;
      height:45%;}
    .projectinfo{
      width:60%}

    .close {
  top: 3%;
  right: 15%;
  width:8em;
}}
/*------------------------------- Client -------------------------------*/
#client_home {
  position: relative;
  background-color: #f9f8f4;
  width: 100%;
  color: #fff; }

#client_info {
  padding: 3em 0 3em 0; }
  #client_info p {
    color: #fff;
    text-align: center;
    margin: 2em 0 0 0; }
  #client_info h2 {
    color: #a49a8c; }
  #client_info img {
    width: 100px;
    margin: 1em; }

@media only screen and (min-width: 1024px) {
  #client_home {
    display: block; }

  #client_info {
    padding: 5.5em 0 5.5em 0; }
    #client_info p {
      color: #fff;
      margin: 2em 0; } 
    #client_info img {
      width: 200px;
      margin: 1em; }}
/*------------------------------- About -------------------------------*/
#about_home {
  position: relative;
  background-color: #a49a8c;
  width: 100%;
  color: #fff; }
  #about_home a {
    color: #e2ce8d; }
  #about_home a:hover {
    text-decoration: underline; }

#about_info {
  padding: 3em 0 3em 0; }
  #about_info p {
    color: #fff;
    text-align: left;
    margin: 0 0 0 0;
    font-size: 1.2em; }
  #about_info h2 {
    color: #f9f8f4; }

.skillsbox {
  display: flex;
  margin: 0 0 0 0;
  max-width: 220px;
  overflow: auto; }
  .skillsbox p {
    line-height: 1.1em;
    margin: 0; }
  .skillsbox img {
    margin: 0 1em 1em 0;
    width: 80px;
    height: 80px; }

.columntwo {
  display: none; }

.columnthree {
  display: none; }

.columnfour img {
  width: 100%;
  float: right; }

@media only screen and (min-width: 500px) {
  .skillsbox {
    margin: 0 0 1em 0;
    max-width: 220px;
    overflow: auto; }
    .skillsbox p {
      line-height: 1.1em;
      margin: 0.5em 0 0 !important;
      padding: 0;
      font-size: 1em !important; }
    .skillsbox img {
      margin: 0 1em 1em 0;
      width: 40px;
      height: 40px; }

    .personal{
      margin:0 0 20px 0;
    }

  .columntwo {
    max-width: 100%;
    margin: 0 2em 0 0; }

  .columnthree {
    max-width: 100%;
    margin: 5.2em 2em 0 0; } }
@media only screen and (min-width: 1024px) {
  #about_info {
    padding: 5.5em 0 5.5em 0; }
    #about_info p {
      color: #fff; }

  .columnone {
    max-width: 30%;
    margin: 0 2em 0 0; }

  .columntwo {
    max-width: 13%;
    margin: 0 2em 0 0;
    display: inline; }

  .columnthree {
    max-width: 13%;
    margin: 5.4em 2em 0 0;
    display: inline; }

  .columnfour {
    margin: 0;
    max-width: 30%; }
    .columnfour img {
      width: 100%;
      float: right; } 

      .award{ margin: .3em 0 1em 0;

        }}
/*------------------------------- Contact -------------------------------*/
#contact_home {
  position: relative;
  width: 100%;
}

#contact_info {
  padding: 3em 0 3em 0; }
  #contact_info p {
    color: #e2ce8d;
    text-align: center;
    margin: 2em 0 0 0; }
  #contact_info h2 {
    color: #e2ce8d; }

#contact_info form input,
#contact_info form textarea {
  width: 100%;
  height: 30px;
  padding: 1em 0 1em 0.5em;
  font-size: 1em;
  color: #999;
  border-radius: .25em !important;
  background: #fff;
  border: 2px solid #e2ce8d;
  margin-bottom: 25px;
  -webkit-transition: background-color 0.1s ease;
  -moz-transition: background-color 0.1s ease;
  -ms-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease; }

#contact_info form input:focus,
#contact_info form textarea:focus {
  border: 2px solid #5f9db0;
  color: #001326; }

#contact_info form textarea {
  height: 150px; }

#contact_info form .submit {
  width: 101%;
  padding: 1em 2em;
  font-size: .8em;
  letter-spacing: 1px;
  background: #e2ce8d;
  border-radius: .25em !important;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 0px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

#contact_info form .submit:hover {
  background: #5f9db0;
  color: #ffffff;
  border: 0px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

@media only screen and (min-width: 1024px) {
  #contact_info {
    padding: 5.5em 0 5.5em 0; }
    #contact_info p {
      color: #fff;
      margin: 2em 0; } }
/*------------------------------- footer -------------------------------*/
footer {
  background-color: #e2ce8d;
  width: 100%; }
  footer p {
    text-align: center;
    font-size: .7em;
    margin: 0 0 2em 0;
    color: #43585f; }
  footer a {
    color: #43585f; }
  footer img {
    width: 35px;
    margin: 2em 2em; }

.footercol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Lato", sans-serif;
  margin: 2em 0; }
  .footercol ul {
    list-style-type: none;
    list-style-image: none; }
  .footercol li {
    margin: 3em 3em;
    list-style-type: none;
    text-align: center; }
  .footercol a {
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    border-radius: .25em !important;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    padding: 20px;
    color: #43585f; }

/*------------------------------- Fonts -------------------------------*/
p {
  color: #001326;
  text-align: center;
  position: relative;
  font-size: 1em;
  line-height: 2em;
  padding: 0 0 2em 0;
  font-weight: 100;
  font-family: "Lato", sans-serif; }

ul {
  color: #fff;
  list-style: none;
  position: relative;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 100;
   font-family: "Lato", sans-serif;
  margin: 0em 0 2em 0;}

  ul li{
    margin:0 0 1em 0;
  }

h1 {
  color: #fff;
  font-size: 2.667em;
  line-height: 2em;
  font-weight: 100;
  font-family: "Lato", serif; }

h2 {
  color: #fff;
  font-size: 2.667em;
  padding: 0 0 .7em 0;
  text-align: center;
  font-family: "Lato", serif;
  font-weight: 100; }

h3 {
  color: #fff;
  font-size: 2em;
  margin: .5em 0;
  margin: 1;
  text-align: center;
  font-family: "Lato", serif;
  font-weight: 100; }

h4 {
  color: #fff;
  font-size: 1.5em;
  margin: .8em 0;
  margin: 1;
  text-align: center;
  font-family: "Lato", serif;
  font-weight: 100; }

hr {
  border-bottom: 1px dotted #e2ce8d;
  border-top: 1px dotted #e2ce8d;
  margin: 4em 0; }

a:focus {
  border: 1px dotted #85b7b0; }

a {
  text-decoration: none; }

::selection {
  background: #e2ce8d;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #e2ce8d;
  /* Gecko Browsers */ }

@media only screen and (min-width: 780px) {
  h2 {
    padding: 0 0 1em 0; }

  h3 {
    margin: 1em 0;
    text-align: left; }

  h4 {
    margin: 1em 0;
    text-align: left; }

  p {
    margin: 1em 0;
    text-align: left; } }
@media only screen and (min-width: 1024px) {
  p {
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0em 0; }

  h1 {
    font-size: 4em;
    line-height: 2em; }

  h2 {
    font-size: 3.5em;
    padding: 0 0 1.5em 0;
    font-weight: 100; }

  h3 {
    font-size: 1.8em;
    text-align: left;
    font-weight: 100; }

  h4 {
    font-size: 1.3em;
    text-align: left;
    font-weight: 400 !important; } }

/*# sourceMappingURL=main.css.map */
