body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

div {
  box-sizing: border-box; }

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

fieldset, img, input, textarea {
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%; }

a {
  text-decoration: none;
  color: inherit; }

.textbox, .textarea, .select-box {
  box-sizing: border-box; }

textarea {
  resize: none; }

a, button, input[type=submit] {
  cursor: pointer; }

input[type=submit], input[type=text], input[type=email] {
  -webkit-appearance: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset !important; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

input::-webkit-input-placeholder {
  color: #232325; }

input:-moz-placeholder {
  color: #232325; }

input::-moz-placeholder {
  color: #232325; }

input:-ms-input-placeholder {
  color: #232325; }

textarea::-webkit-input-placeholder {
  color: #232325; }

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #232325; }

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #232325; }

textarea:-ms-input-placeholder {
  color: #232325; }

textarea::placeholder {
  color: #232325; }

/* roboto-slab-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab-v34-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-slab-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab-v34-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-sans-v15-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-sans-v15-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/*$colorBack2: #04293d;*/
body, html {
  height: 100%; }

body {
  background-color: #044e76;
  /*background-image: url(../images/blue-fabric-texture.png);*/
  background-image: url(../images/latework-pattern.svg);
  background-repeat: repeat;
  background-size: 100px;
  color: #fff;
  /*font-family: 'Roboto'; */
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

img {
  max-width: 100%; }

#hamburger-icon {
  margin: auto 0;
  display: none;
  cursor: pointer; }

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s; }

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px); }

.open .bar2 {
  opacity: 0; }

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px); }

header a {
  text-decoration: none; }

header {
  background-color: rgba(0, 0, 0, 0.6);
  height: 110px;
  position: fixed;
  z-index: 3;
  width: 100vw; }

.header-spacer {
  height: 110px; }

header .content-container {
  align-items: center;
  display: flex;
  height: 110px;
  justify-content: space-between; }

#hamburger-icon {
  position: fixed;
  right: 50px;
  z-index: 5; }

p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px; }

h2 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  letter-spacing: 4px;
  margin-bottom: 15px; }

ul {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around; }

ul a {
  color: white; }

ul li {
  padding: 5px;
  margin-left: 10px; }

ul li:hover {
  transform: scale(1.1);
  transition: 0.3s; }

nav a {
  font-size: 18px;
  text-transform: uppercase; }

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  padding-top: 50px;
  width: 100%; }

.open .mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 5; }

.mobile-menu li {
  margin-bottom: 10px; }

.logo-img {
  filter: invert(19%) sepia(86%) saturate(999%) hue-rotate(170deg) brightness(186%) contrast(97%);
  width: 235px; }

.slider-container {
  margin: 60px 0;
  position: relative; }

.content-container {
  margin: auto;
  max-width: 100%;
  width: 1000px; }

.slick-slide img {
  border-radius: 10px;
  margin: auto;
  max-width: 100%; }

.color-block {
  padding: 60px 0; }

.color-2 {
  background: #FBF9F9; }

.color-2 p, .color-2 h2, .color-2 h3, .color-2 h4, .color-2 h1 {
  color: #2E2930; }

.two-col-holder {
  display: flex; }

.float-right {
  float: right; }

.float-img.float-right {
  margin: 0 0 25px 35px; }

.float-img.float-right:first-of-type {
  margin-left: 10px; }

.box-shadow {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

.mission-imgs img:first-of-type {
  margin-right: 15px; }

.about-img {
  border-radius: 5px;
  width: 300px; }

.flex-block-center {
  align-items: top;
  display: flex;
  justify-content: center; }

.artists-flex {
  flex-wrap: wrap; }

.artists {
  background-color: #044e76;
  background-image: url(../images/latework-pattern.svg);
  background-repeat: repeat;
  background-size: 100px;
  border-bottom: 3px solid #83465a;
  border-top: 3px solid #83465a;
  text-align: center; }

.artists h2 {
  margin-bottom: 60px; }

.artist-block {
  background: #fff;
  background-image: url(../images/blue-fabric-texture.png);
  border-radius: 2px;
  color: #2E2930;
  margin: 0 20px 50px;
  padding: 15px; }

.artist-block:first-of-type, .artist-block:nth-of-type(2n+1) {
  margin-left: 0; }

/*.artist-block:nth-of-type(2) {
  background: none;
  box-shadow: none;
}*/
.artist-block:last-of-type, .artist-block:nth-of-type(2n) {
  margin-right: 0; }

.artist-name {
  font-family: "Oswald", sans-serif;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 4px;
  margin: 10px 0 5px;
  /**text-transform: uppercase;**/ }

.artist-block img {
  border-radius: 2px;
  width: 350px; }

h3 {
  font-family: "Roboto Slab"; }

.artist-icons img {
  margin: 0 4px;
  max-width: 30px;
  width: auto; }

.artist-icons img:hover {
  opacity: .8; }

.newsletter-callout {
  background: #171717;
  padding: 60px 0;
  text-align: center; }

.newsletter-callout form {
  display: inline-block;
  margin: auto;
  text-align: left; }

.newsletter-callout input {
  background: #fff;
  height: 30px;
  padding: 0 10px; }

.dl-cf-form-input label {
  font-size: 12px; }

.dl-cf-button-holder {
  margin-top: 10px;
  text-align: center; }

.newsletter-callout .dl-cf-submit-button, .button {
  background: #044e76;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  margin: auto;
  padding: 15px 25px;
  transition: background ease .2s;
  -webkit-transition: background ease .2s; }

.blog-button .button {
  display: inline-block;
  margin-top: 10px; }

.newsletter-callout .dl-cf-submit-button:hover {
  background: #d04b6d;
  transition: background ease .2s;
  -webkit-transition: background ease .2s; }

footer {
  background: rgba(0, 0, 0, 0.56);
  border-top: 3px solid #83465a;
  padding: 60px 0 35px;
  text-align: center; }

.footer-icons img {
  margin: 0 4px;
  max-width: 30px;
  width: auto; }

.footer-icons img.yt {
  margin: 0 -4px;
  max-width: 50px; }

.footer-link {
  margin-bottom: 8px; }

.footer-icons {
  margin: 20px 0; }

.mobile-bio {
  display: none; }

.blog-img {
  width: 200px; }

.blog-entry {
  border-bottom: 1px solid #6f8b9a;
  display: flex;
  padding: 20px 0; }

.blog-entry:last-of-type {
  border: none; }

.blog-entry-text {
  margin-top: 10px;
  padding-left: 20px;
  width: calc(100% - 200px); }

.blog-title {
  font-size: 25px;
  margin-bottom: 5px; }

h1 {
  font-family: Roboto Slab; }

.blog-details {
  padding-right: 50px;
  width: 75%; }

.blog-right {
  width: 25%; }

.blog-outer {
  align-items: top;
  display: flex; }

.pad-clear, .color-block.pad-clear {
  padding: 0; }

.blog-right .blog-entry {
  display: block; }

.blog-right .blog-img {
  width: 100%; }

.blog-right .blog-entry-text {
  padding-left: 0;
  width: 100%; }

.blog-right .blog-title {
  font-size: 20px; }

.blog-right .blog-date {
  font-size: 15px; }

.blog-details h1 {
  font-size: 30px;
  margin-bottom: 15px; }

.blog-right h2 {
  margin-bottom: 15px; }

.mobile-nav {
  background-color: rgba(0, 0, 0, 0.6);
  border-top: 1px solid #6b758d;
  display: none;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  letter-spacing: 4px;
  padding: 10px 0; }

@media only screen and (max-width: 1365px) {
  .content-container {
    padding: 0 50px; }

  p {
    font-size: 16px;
    line-height: 23px; }

  .slick-next.slick-arrow {
    right: 9px; } }
@media only screen and (max-width: 1024px) {
  .about-img {
    width: 225px; }

  .artist-name {
    font-size: 22px;
    letter-spacing: 2px; }

  .artist-icons img {
    margin: 0 4px; } }
@media only screen and (max-width: 900px) {
  .artist-block:first-of-type, .artist-block:nth-of-type(2n), .artist-block:nth-of-type(3) {
    margin: 0 8px 50px; } }
@media only screen and (max-width: 767px) {
  header, header .content-container, .header-spacer {
    height: 80px; }

  .logo img {
    width: 185px; }

  nav a {
    font-family: Nunito Sans;
    font-size: 15px; }

  .bio-info img {
    display: none; }

  .mobile-bio {
    display: block;
    margin-bottom: 20px; }

  .mobile-bio img {
    display: inline-block;
    margin-right: 20px; }

  .artist-icons img {
    max-width: 27px; }

  .artist-block {
    margin: 0 4px; } }
@media only screen and (max-width: 650px) {
  header nav {
    display: none; }

  #hamburger-icon {
    display: block; }

  .artists .flex-block-center {
    display: block;
    text-align: center; }

  .artist-block {
    display: inline-block;
    margin-bottom: 100px;
    max-width: 100%;
    padding: 20px 20px 20px;
    width: 350px; }

  .artist-name {
    font-size: 19px; }

  .mobile-menu {
    background-color: rgba(0, 0, 0, 0.9); }

  header {
    padding: 0; }

  header .content-container {
    justify-content: center; }

  .content-container {
    padding: 0 25px; }

  .slider-container {
    margin: 35px 0;
    position: relative; }

  .color-block {
    padding: 35px 0; }

  footer {
    padding-top: 35px; }

  .mobile-nav {
    display: block; } }
@media only screen and (max-width: 550px) {
  .mobile-bio img {
    margin: 0 0 0px; }

  .mobile-bio img:nth-of-type(2) {
    margin-left: 15px; }

  .about-img {
    max-width: 100%;
    width: 190px; }

  .blog-title {
    font-size: 22px; } }
@media only screen and (max-width: 450px) {
  .about-img {
    width: 160px; }

  .blog-entry {
    display: block; }

  .blog-entry-text {
    padding: 0;
    width: 100%; }

  .blog-img {
    width: 100%; }

  .blog-title {
    font-size: 25px; } }
/*# sourceMappingURL=style.css.map */

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