html, body {
        max-width: 100%;
     overflow-x: hidden;
}
@font-face {
    font-family: 'hitchcockregular';
    src: url('../Fonts/hitchcock-webfont.woff2') format('woff2'),
         url('../Fonts/hitchcock-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


h1 {font-family: 'hitchcockregular'}

.triangle{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1000' height='800' fill='none' stroke='midnightblue' stroke-width='16'><path d='m 10 0 v 80 h 80 v 170 h 820 v 460' ></path></svg>") no-repeat;height:800px;width:100%;margin: 0 auto; position: absolute; z-index: 1; overflow: hidden;}
.triangle2{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1000' height='800' fill='none' stroke='firebrick' stroke-width='16'><path d='m 210 0 v 280 h 730 v 90 h 50 v 460' ></path></svg>") no-repeat;height:800px;width:100%;margin: 0 auto; position: absolute; z-index: 1; overflow: hidden;}



#mainNav {
  min-height: 56px;
  background-color: #d09979;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #771c17;
  border: 1px solid #771c17;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #174077;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: #d09979;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: #d09979;
}

@media (min-width: 992px) {
    
  
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: #d09979;
      font-family: 'hitchcockregular'
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: #d09979;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #771c17;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #771c17;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #174077;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #174077;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #174077;
    outline: none;
    border-bottom: 0.25rem solid #174077;
  }
}

/*#lines {border-left: 15px solid #174077; border-bottom: 15px solid #174077; height: 440px; width: 80%; float: left; position: absolute; z-index: 2;overflow: hidden}
#redlines {margin-left: 40px; border-left: 15px solid #771c17; border-bottom: 15px solid #771c17; height: 400px; width: 80%; float: left; position: absolute;  z-index: 2;overflow: hidden}
#redlines2 {margin-top: 37%; margin-left: 40px; border-right: 15px solid #771c17; border-bottom: 15px solid #771c17; height: 400px; width: 80%; float: left; position: absolute; z-index: 2; overflow: hidden}*/

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  /*background:rgba(208,153,121, 1);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;*/
    z-index: 1;
 
}


.masthead h1 {
   font-family: 'hitchcockregular';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
    background: -webkit-linear-gradient(rgba(23,64,119, 1), rgba(23, 64, 119, 1));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
       /* border-bottom: 15px solid #174077;
      border-right: 15px solid #174077;*/

    position: sticky;
}

.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
      z-index: 5;
    position: sticky;
 text-shadow: 2px 2px 15px #000;
}

@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (max-width: 800px) {
      .triangle {background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1000' height='800' fill='none' stroke='midnightblue' stroke-width='14px'><path d='m 5 0 v 80 h 80 v 100 h 620 v 560' ></path></svg>") no-repeat;height:700px;width:100%; z-index: 1}
      .triangle2 {background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1000' height='800' fill='none' stroke='firebrick' stroke-width='14px'><path d='m 110 0 v 220 h 480 v 100 h 160 v 460' ></path></svg>") no-repeat;height:700px;width:100%; z-index: 1}
}


@media (max-width: 600px) {
      .triangle {background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1000' height='800' fill='none' stroke='midnightblue' stroke-width='12px'><path d='m 5 0 v 80 h 60 v 100 h 300 v 560' ></path></svg>") no-repeat;height:700px;width:100%; z-index: 1}
      .triangle2 {background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1000' height='800' fill='none' stroke='firebrick' stroke-width='12px'><path d='m 110 0 v 220 h 230 v 100 h 60 v 460' ></path></svg>") no-repeat;height:700px;width:100%; z-index: 1}
}

@media (max-width: 400px) {
      .triangle {background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1000' height='800' fill='none' stroke='midnightblue' stroke-width='12px'><path d='m 5 0 v 80 h 60 v 90 h 275 v 560' ></path></svg>") no-repeat;height:700px;width:100%;; z-index: 1}
      .triangle2 {background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1000' height='800' fill='none' stroke='firebrick' stroke-width='12px'><path d='m 110 0 v 220 h 250 v 200 h 60 v 460' ></path></svg>") no-repeat;height:700px;width:100%; z-index: 1}
}


@media (min-width: 1100px) {
      .triangle {background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1200' height='1100' fill='none' stroke='midnightblue' stroke-width='16px'><path d='m 415 10 v 280 h 180 v 60 h 575 v 560' ></path></svg>") no-repeat!important;height:900px;width:100%; z-index: 1}
      .triangle2 {background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1200' height='1100' fill='none' stroke='firebrick' stroke-width='16px'><path d='m 150 0 v 220 h 680 v 250 h 190 v 430' ></path></svg>") no-repeat!important;height:900px;width:100%; z-index: 1}
}


@media (min-width: 1500px) {
      .triangle {background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1800' height='1100' fill='none' stroke='midnightblue' stroke-width='16px'><path d='m 615 90 v 480 h 280 v 160 h 575 v 280' ></path></svg>") no-repeat!important;height:900px;width:100%; z-index: 1}
      .triangle2 {background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1200' height='1100' fill='none' stroke='firebrick' stroke-width='16px'><path d='m 150 0 v 220 h 880 v 250 h 90 v 430' ></path></svg>") no-repeat!important;height:900px;width:100%; z-index: 1}
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
      
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
    
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
   
      
  }
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
     z-index: 5;
    position: sticky;

 
}
.btn-success {
  background-color: #771c17;
}
.btn-success:hover {
  background-color: #771c17;
}

.btn-primary {
  background-color: #174077;
}

.btn-primary:hover {
  background-color: #174077;
}

.btn-primary:focus {
  background-color: #174077;
  color: white;
}

.btn-primary:active {
  background-color: #174077 !important;
}

.about-section {
  background: #d09979;
}

.about-section p {
  margin-bottom: 5rem;
}

.projects-section {
  padding: 10rem 0;
}

.projects-section .featured-text {
  padding: 2rem;
}

@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #174077;
  }
}

.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
  .projects-section .project-text hr {
    border-color: #174077;
    border-width: .25rem;
    width: 30%;
  }
}

.signup-section {
  padding: 10rem 0;
  background: #771c17;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section .form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.contact-section {
  padding: 5rem 0 0;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #fc463b;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #fc463b;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}

#podcast {color: #b150e2; font-size: 5em}
#podcast:hover {color: #174077;}
#spotify {color: #1ed761; font-size: 5em}
#spotify:hover {color: #174077;}
#youtube {color: #ff0000; font-size: 5em}
#youtube:hover {color: #174077;}

@media (min-width: 991px){
    #container{margin-top:45em;width:260px;height:143px;overflow:visible; position: fixed}}
@media (max-width: 991px) {
    #container{margin-top:25em;width:260px;height:143px;overflow:visible; position: fixed}}



#preloader{overflow:visible;}

body {
  font-family: 'Nunito';
  letter-spacing: 0.0625em;
      background:rgba(208,153,121, 1);

}

a {
  color: #fc463b;
}

a:focus, a:hover {
  text-decoration: none;
  color: #3c6360;
}

.bg-black {
  background-color: #d09979 !important;
}

.bg-primary {
  background-color: #fc463b !important;
}

.text-primary {
  color: #fc463b !important;
}

footer {
  padding: 5rem 0;
}
