/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  border: 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;
}

/* Media queries */
/* Phones are implied as first */
/* Heights */
/* Write as @media screen and (min-width: 600px) { ... } */
body,
select,
input,
textarea,
button {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.7em;
  color: rgb(200, 200, 200);
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

p,
ul,
ol,
.long li {
  margin: 0 0 0.8em 0;
}

.small,
small,
label {
  font-size: 0.85em;
  line-height: 1.5em;
}

h1 {
  margin: 0;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 1.3em;
}
@media screen and (min-width: 600px) {
  h1 {
    font-size: 2.2em;
    margin-left: -0.05em;
  }
}

.intro {
  font-weight: 300;
  font-size: 1.8em;
  line-height: 1.3em;
  color: rgb(224, 97, 65);
}

h2,
h3 {
  margin-bottom: 0.8em;
  font-weight: 600;
  color: rgb(250, 250, 250);
}

h4, h5, h6 {
  font-weight: normal;
  margin: 0 0 0.3em;
}

/*p,
ul,
ol {
	&+h2,
	&+h3,
	&+h4,
	&+h5,
	&+h6 {
		margin-top: 1.2em;
	}
}*/
::-moz-selection {
  background: rgb(235, 235, 235);
  background: rgba(0, 0, 0, 0.1);
  color: inherit;
  text-shadow: none;
}

::selection {
  background: rgb(235, 235, 235);
  background: rgba(0, 0, 0, 0.1);
  color: inherit;
  text-shadow: none;
}

section:not(.twitter) a,
section:not(.twitter) .fakeLink {
  position: relative;
  color: rgb(200, 200, 200);
  text-decoration: none;
  transition: 0.3s;
  z-index: 1;
}
section:not(.twitter) a:before,
section:not(.twitter) .fakeLink:before {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  bottom: -6px;
  left: -3px;
  height: 3px;
  background-color: rgb(224, 97, 65);
  transition: 0.3s;
  z-index: -1;
}
section:not(.twitter) a:hover,
section:not(.twitter) .fakeLink:hover {
  color: rgb(0, 0, 30);
}
section:not(.twitter) a:hover:before,
section:not(.twitter) .fakeLink:hover:before {
  background-color: rgb(224, 97, 65);
  right: -12px;
  bottom: -6px;
  left: -12px;
  height: 150%;
}
section:not(.twitter) a.neg:before,
section:not(.twitter) .fakeLink.neg:before {
  background-color: rgba(200, 200, 200, 0.4);
  z-index: 0;
}
section:not(.twitter) a.neg:hover:before,
section:not(.twitter) .fakeLink.neg:hover:before {
  background-color: rgba(200, 200, 200, 0.4);
}
section:not(.twitter) a:focus {
  outline: thin dotted;
}
section:not(.twitter) a:hover,
section:not(.twitter) a:active {
  outline: 0;
}

input[type=submit],
input[type=button],
button {
  color: rgb(250, 250, 250);
  background: rgb(224, 97, 65);
  font-weight: 600;
  padding: 1em 2em;
  border: 0 none;
  display: inline-block;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  background: #dc4f2b;
}
input[type=submit]:active,
input[type=button]:active,
button:active {
  background: #dc4f2b;
}
input[type=submit]:focus,
input[type=button]:focus,
button:focus {
  outline: 0;
  border-color: #626262;
}

.imgLink {
  border: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
textarea {
  display: block;
  border: 0 none;
  padding: 10px;
  padding-top: 3px;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  width: 100%;
  background-color: #111127;
  outline: none;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=number]:hover,
textarea:hover {
  background-color: #111127;
}
input[type=text]:active,
input[type=email]:active,
input[type=password]:active,
input[type=tel]:active,
input[type=number]:active,
textarea:active {
  background-color: #111127;
}

label {
  display: block;
  padding: 10px;
  padding-bottom: 1px;
  background-color: #111127;
  color: rgba(200, 200, 200, 0.66);
  font-weight: 600;
}

.form_field {
  margin-bottom: 5px;
  background-color: #111127;
  overflow: hidden;
  max-height: 20em;
  transition: 0.2s;
}
.form_field:hover input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset;
}
.form_field.type_select .input {
  padding: 0.5em;
}

select {
  color: rgb(0, 0, 10);
  width: 100%;
}

form {
  width: 100%;
}
form .message {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
form .message > div {
  padding: 1em 1.5em;
}
form .message.success {
  background-color: rgb(30, 120, 10);
}
form .message.error {
  background-color: rgb(120, 10, 10);
}
form.success .message.success, form.error .message.error {
  max-height: 10em;
  margin-bottom: 0.5em;
}
form.success .form_field {
  max-height: 0;
  margin: 0;
}
form.success .message.success {
  max-height: 10em;
  margin-bottom: 0.5em;
}

textarea {
  height: 10em;
}

input[type=checkbox], input[type=radio] {
  margin: 2px 0;
}

table {
  width: 100%;
  margin: 0 0 10px -1px;
  clear: both;
  font-size: 0.85em;
  line-height: 1.1em;
}
table .divide {
  text-align: center;
  padding: 1em;
  background-color: rgb(155, 155, 155);
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
}

td, th {
  text-align: left;
  padding: 1em;
}

tr {
  background-color: rgb(240, 240, 240);
  background-color: rgba(0, 0, 0, 0.07);
}
tbody tr:nth-child(odd) {
  background-color: rgb(245, 245, 245);
  background-color: rgba(0, 0, 0, 0.05);
}

th {
  font-weight: 700;
  background-color: rgb(100, 100, 100);
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}

* {
  box-sizing: border-box;
}

body {
  background: rgb(0, 0, 30);
  background: linear-gradient(0deg, rgb(0, 0, 10) 0%, rgb(0, 0, 40) 100%);
  background-attachment: fixed;
}

.content {
  max-width: 45em;
  padding: 2em 0;
  margin: auto;
}
#contact .content, footer .content {
  max-width: 28em;
}

header,
footer,
section {
  padding: 0 2em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body.modal_active {
  overflow: hidden;
}

.modal_wrap {
  position: fixed;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  height: 100vh;
  opacity: 0;
  overflow-y: scroll;
  transition: 0.3s;
}
body.modal_active .modal_wrap {
  top: 0;
  opacity: 1;
}
@media screen and (min-width: 600px) {
  .modal_wrap {
    display: flex;
  }
}

.modal_mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 30, 0.8);
  cursor: pointer;
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.modal_modal {
  position: relative;
  background-color: rgb(0, 0, 10);
  max-width: 40em;
  padding: 2em;
  margin: auto;
  margin-top: 60px;
}
@media screen and (min-width: 600px) {
  .modal_modal {
    margin-top: auto;
  }
}

.modal_content > div {
  display: none;
  align-content: flex-start;
}
.modal_content > div.active {
  display: block;
}

.modal_modal > .modal_close {
  position: absolute;
  top: -45px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .modal_modal > .modal_close {
    right: -45px;
  }
}
.modal_modal > .modal_close:before, .modal_modal > .modal_close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: rgb(224, 97, 65);
}
.modal_modal > .modal_close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_modal > .modal_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.cover {
  background: url(images/cover.jpg?v2) 50% 50% no-repeat;
  background-size: cover;
  padding-top: 4em;
  padding-bottom: 4em;
}
@media screen and (min-width: 1000px) {
  .cover .content > div {
    width: 66%;
  }
}
.cover .logo {
  width: min(60vw, 16em);
}
.cover h1 {
  position: relative;
  margin-top: 2.2em;
}

.clients .detail {
  display: none;
}
@media screen and (min-width: 600px) {
  .clients .content > div {
    display: flex;
  }
}
.clients .thumbnail_grid {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 1em;
}
.clients .thumbnail_grid .img {
  width: 33.33%;
  padding: 1px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 600px) {
  .clients .thumbnail_grid .img {
    opacity: 0.8;
  }
  .clients .thumbnail_grid .img:hover, .clients .thumbnail_grid .img.active {
    opacity: 1;
  }
}
@media screen and (min-width: 600px) {
  .clients.active .img {
    opacity: 0.2;
  }
}
@media screen and (min-width: 600px) {
  .clients ul {
    width: 33.33%;
    flex-shrink: 0;
    padding-left: 2em;
  }
}
.clients ul li {
  padding: 0.5em 0;
}
.clients ul li a {
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .clients ul li a:hover:before,
  .clients ul li a.active:before {
    right: -12px;
    bottom: -6px;
    left: -12px;
    height: 150%;
  }
}

.client_bio {
  margin: 0;
}

.updates {
  padding: 0;
  margin: 7em 0 3em;
  background-color: rgba(224, 97, 65, 0.1);
}
.updates > div {
  width: 100%;
}
.updates .tweet {
  padding: 0 2em;
}
.updates .tweet .content {
  padding-top: 1em;
  padding-bottom: 3em;
}
.updates a {
  display: block;
  width: 100%;
  outline: none;
}
.updates a:before {
  display: none;
}
.updates .img {
  display: block;
  margin-right: 1em;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  margin-left: -4.5em;
  align-self: flex-start;
}
@media screen and (min-width: 600px) {
  .updates .img {
    width: 150px;
    height: 150px;
    margin-left: -7.5px;
    align-self: center;
    margin-right: 2em;
  }
}
.updates .retweet_intro {
  display: inline;
}
.updates .retweet_intro,
.updates .entity {
  color: rgba(200, 200, 200, 0.4);
}
.updates .content {
  display: flex;
  align-items: center;
}
.updates .cycle-pager {
  display: flex;
  transform: translate(0, -2px);
}
.updates .cycle-pager span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
  background-color: rgba(200, 200, 200, 0.1);
  font: 0/0 a;
  color: transparent;
  transition: 0.3s;
  cursor: pointer;
}
.updates .cycle-pager span:hover {
  background-color: rgb(200, 200, 200);
}
.updates .cycle-pager span.cycle-pager-active {
  background-color: rgb(224, 97, 65);
}
.updates .header {
  position: absolute;
  bottom: 100%;
  background-color: rgba(224, 97, 65, 0.1);
  padding: 0 2em;
}
.updates .header .content {
  padding-top: 3em;
  padding-bottom: 0;
}
.updates .twitter_icon {
  margin-right: 1em;
}
.updates .twitter_icon svg {
  width: 40px;
  height: 40px;
}
.updates .twitter_icon svg path {
  fill: rgb(224, 97, 65);
}

.twitter .content {
  max-width: 80rem;
}

/*a[href = ""], a[title = ""], a[href ^= http] {
	color: red;
}*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript: "]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=style.css.map */
