
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}


h1, h2, h3, p, a {
  font-family: 'Cutive Mono', monospace;
}

h3 {
  font-size: 2.5em;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

header {
  background: url(../img/philyoung-header-6.jpg) center center;
  background-size: cover;
  height: 95vh;
  background-repeat: repeat-x;
  background-position: top;
}
header .logo {
  float: left;
  height: 80px;
  width: 180px;
  margin: -23px 0 0 30px;
}

header nav {
  display: inline-block ;
  margin: 20px 40px 0px 0px;
  z-index: 99;
  float: right;

}

/* header nav a {
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  margin-left: 20px;
  text-shadow: -3px 3px 6px rgba(0,0,0,0.89);
} */

header nav a {
text-transform: uppercase;
text-decoration: none;
color: rgba(255, 255, 255, 1);
margin-left: 20px;
text-shadow: -3px 3px 6px rgba(0,0,0,0.59);
}

header nav a:hover {
  color: rgba(255, 255, 255, 0.7);
}

header h1 {
  text-align: center;
  font-size: 4em;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  /* letter-spacing: 0.05em; */
  clear: both;
  /* padding-top: 80px; */
}

header h1 img {
  width: auto;
  height: 250px;
  margin-top:250px;
}
/* header h1 span {
  display: inline-block;
  padding: 0.2em 0.5em;
  border: solid #fff 5px;
} */
header p {
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 461px) {
  header .logo {
    margin: 20px 47%;
  }
  header nav {
    margin: 20px auto;
    display: inline;
    float: none;
    text-align: center;
  }
  header nav a {
    display: inline-block;
    padding: 10px;
  }
}
.about {
  width: 90%;
  margin: auto;
}
.about h3 {
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
.about img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  /* border-radius: 150px; */
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
}
.about article {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  line-height: 1.7em;
  text-align: center;
  margin: 40px auto 0 auto;
  width: 70%;
}

.sponsors img {
  display: block;
  height: auto;
  max-width: 70%;
  margin: 0 auto;
  /* border-radius: 150px; */
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
}

.sofa {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.skills {
  max-width: 530px;
  color: rgba(0, 0, 0, 0.7);
  margin: 100px auto;
}
.skills::after {
  clear: both;
  content: "";
  display: table;
}
.skills .skill-frame {
  width: 200px;
  margin: auto;
  float: left;
  margin-bottom: 5px;
  margin-left: 50px;
}
.skills .skill-frame .skill-icons {
  font-size: 0;
  margin: 5px 0 15px;
}
.skills .skill-frame .skill-icons span {
  display: inline-block;
  height: 14px;
  width: 14px;
  background-color: #2a7a3f;
  margin-right: 5px;
  border-radius: 50%;
}
.skills .skill-frame .skill-icons span:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: white;
  border-radius: 50%;
  margin: 2px;
}
.skills .skill-frame .skill-icons.skill-1 span:nth-child(n+2) {
  background: lightgrey;
}
.skills .skill-frame .skill-icons.skill-2 span:nth-child(n+3) {
  background: lightgrey;
}
.skills .skill-frame .skill-icons.skill-3 span:nth-child(n+4) {
  background: lightgrey;
}
.skills .skill-frame .skill-icons.skill-4 span:nth-child(n+5) {
  background: lightgrey;
}
.skills .skill-frame .skill-icons.skill-5 span:nth-child(n+6) {
  background: lightgrey;
}
.skills .skill-frame .skill-icons.skill-6 span:nth-child(n+7) {
  background: lightgrey;
}
.skills .skill-frame .skill-icons.skill-7 span:nth-child(n+8) {
  background: lightgrey;
}
.skills .skill-frame .skill-icons.skill-8 span:nth-child(n+9) {
  background: lightgrey;
}
.skills .skill-frame .skill-icons.skill-9 span:nth-child(n+10) {
  background: lightgrey;
}
.skills .skill-frame .skill-icons.skill-10 span:nth-child(n+11) {
  background: lightgrey;
}

@media screen and (max-width: 531px) {
  .skills {
    width: 280px;
    margin: 50px auto;
  }
}
.section-work {
  background: rgba(8,6,8,0.9);
  overflow-x: hidden;
}
.section-work h3 {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

.work-belt {
  width: 200%;
  position: relative;
  left: 0%;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  transition: all 800ms;
}

.thumb-wrap, .work-wrap {
  width: 50%;
  float: left;
}

.thumb-container {
  max-width: 960px;
  margin: 0px auto;
  padding-bottom: 58px;
}
.thumb-container::after {
  clear: both;
  content: "";
  display: table;
}
.thumb-container .thumb-unit {
  width: 29%;
  height: 280px;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 1%;
  filter: grayscale(100%);
}
@media screen and (max-width: 760px) {
  .thumb-container .thumb-unit {
    width: 50%;
    padding-top: 10%;
  }
}
.thumb-container .thumb-unit .thumb-overlay {
  position: absolute;
  top: 100%;
  right: 0px;
  left: 0px;
  height: 100%;
  background: rgba(0,9,0,0.5);;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;

}
.thumb-container .thumb-unit .thumb-overlay strong {
  display: block;
  padding: 0px 20px;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
}

.thumb-unit:hover {
  filter:grayscale(0%);
}

.thumb-container .thumb-unit:hover .thumb-overlay {
  position: absolute;
  top: 0%;
  right: 0px;
  left: 0px;
  filter: grayscale(0%);
}

.work-container {
  max-width: 600px;
  margin: 0px auto;
  display: none;
}
.work-container p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
.work-container a {
  color: rgba(234, 226, 137, 0.8);
  text-decoration: none;
}
.work-container:hover {
  color: #eae289;
}
.work-container h4 {
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
}
.work-container img {
  max-width: 100%;
  margin-bottom: 20px;
}
.work-container .work-return {
  height: 40px;
  width: 40px;
  cursor: pointer;
  color: white;
  opacity: 0.8;
}
.work-container .work-return:hover {
  opacity: 1;
}

@media (media-width: 740px) {
  .work-container .work-return {
    left: 0px;
  }
  .work-container h4 {
    margin-left: 20px;
  }
}
footer {
  height: 100px;
  background:rgba(8,6,8,0.9);
  background-size: cover;
}
footer .logo {
  float: left;
  height: 50px;
  width: 85px;
  margin: 25px 2% 0 30px;
}
footer nav {
  display: inline-block;
  margin: 32px 20px 0 0;
  z-index: 99;
  text-shadow: -3px 3px 6px rgba(0,0,0,0.89);
}
footer p {
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  margin: 5px;
}
footer a {
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  margin-left: 5px;
}
footer a:hover {
  color: rgba(255,255,255,0.7);
}

.section-clients h3 {
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}

.client-belt {
  width: 100%;
  position: relative;
}
.client-belt .client-unit {
  max-width: 550px;
  margin: 50px auto;
  position: relative;
  z-index: 1;
  display: none;
}
.client-belt .client-unit.active-client {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.client-belt .client-unit .client-face {
  min-width: 250px;
  text-align: center;
  margin-right: 50px;
}
.client-belt .client-unit .client-face img {
  max-width: 300px;
}
.client-belt .client-unit .client-face .client-name {
  margin: 50% 10px;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.client-belt .client-unit .client-face .client-title {
  margin: 6px;
  display: block;
  font-style: normal;
  font-size: 12px;
  color: #58789e;
}
.client-belt .client-unit .client-content {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.clients-logos {
  position: relative;
  max-width: 750px;
  margin: 50px auto 100px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}
.clients-logos .client-logo {
  max-width: 200px;
  cursor: pointer;
  padding-bottom: 10px;
  margin: 0 20px;
  opacity: 0.5;
  max-height: 100px;
}
.clients-logos .client-logo.active-client {
  box-shadow: 0px 4px 0px rgba(0,9,0,0.9);;
  opacity: 1;
}

.client-controls {
  position: absolute;
  font-size: 30px;
  height: 100%;
  width: 100%;
}
.client-controls .client-controls-next {
  position: absolute;
  top: 17%;
  right: 20px;
}
.client-controls .client-controls-prev {
  position: absolute;
  top: 17%;
  left: 20px;
}

@media (max-width: 750px) {
  .client-controls {
    display: none;
  }

  .client-belt .client-unit {
    display: none;
    position: relative;
    margin-left: 0px;
    left: auto;
  }
  .client-belt .client-unit.active-client {
    display: block;
  }
  .client-belt .client-unit .client-face {
    margin-bottom: 20px;
  }
  .client-belt .client-unit .client-content {
    padding: 0px 30px;
    max-width: 400px;
    margin: 0px auto;
  }

  .clients-logos {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.contact {
  background: rgba(8,6,8,0.9);
  text-align: center;
}
.contact h3 {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.pizza-media {
  max-width: 700px;
  margin: 0px auto 50px;

}

.pizza-media {
  max-width: 250px;
  margin: 0px auto 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
}
.pizza-media a {
  display: block;
  color: white;
  text-align: center;
  margin: 10px;
  line-height: 50px;
  font-size: 28px;
  -webkit-transition: 1200;
  -moz-transition: 1200;
  transition: 1200;
}
.pizza-media a:hover {
  color: grey;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


.bar {
  width: 300px;
  height: 0px;
  border-top: 4px solid white;
  margin: 0px auto 50px;
}

.big-link {
  display: inline-block;
  margin-bottom: 50px;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  color: white;
  text-decoration: none;
}
.big-link:hover {
  color: rgba(255,255,255,0.6);;
}

.form {
  max-width: 450px;
  margin: 0 auto 90px;
}
.form h3 {
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  padding-top: 20px;
  text-transform: uppercase;
}
.form input, .form textarea {
  border: 2px solid rgba(0,9,0,0.9);
  width: 100%;
  padding: 10px;
}
.form input:focus, .form textarea:focus {
  outline: none;
  border-color: black;
}
.form textarea {
  height: 10em;
}

/* .form input[type="checkbox"] {
  display:none;
}
.form input[type="checkbox"] + label::before {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url("../img/form/stop-solid.svg");
  display: block;
  content: "";
}

.form input[type="checkbox"]:checked+label::before {
  background-image: url("../img/form/check-square-solid.svg");
} */


.form [type="submit"] {
  margin-right: -24px;
  margin-top: 10px;
  float: right;
  width: 30%;
  text-align: center;
  background: rgba(0,9,0,0.9);
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
.form [type="submit"]:hover {
  background: white;
  color: rgba(0,9,0,0.9);
}

.info-group label {
  width: 45%;
  float: left;
  display: block;
  margin-bottom: 20px;
}
.info-group label:nth-child(1) {
  padding-right: 5px;
}
.info-group label:nth-child(2) {
  float: right;
  padding-left: 15px;
}
.info-group label span {
  display: block;
}

@media (max-width: 750px) {
  .big-link {
    font-size: 30px;
    font-weight: 300;
  }

  .client-face {
    display: none;
  }
}


.sponsors {
  display: flex; 
  justify-content: space-around; 
  flex-direction: row; 
  align-items: center; 
  margin: auto; 
  width: 75%; 
  height: 100%;
}