@font-face {
  font-family: 'D Day Stencil';
  src: url('fonts/stencil/DDayStencil.eot');
  src: url('fonts/stencil/DDayStencil.eot?#iefix') format('embedded-opentype'),
      url('fonts/stencil/DDayStencil.woff2') format('woff2'),
      url('fonts/stencil/DDayStencil.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
font-family: 'Raleway';
src: url('fonts/raleway/Raleway-Light.eot');
src: url('fonts/raleway/Raleway-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/raleway/Raleway-Light.woff2') format('woff2'),
    url('fonts/raleway/Raleway-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
  font-family: 'Arvo';
  src: url('fonts/arvo/Arvo-Italic.eot');
  src: url('fonts/arvo/Arvo-Italic.eot?#iefix') format('embedded-opentype'),
      url('fonts/arvo/Arvo-Italic.woff2') format('woff2'),
      url('fonts/arvo/Arvo-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

body, html {
  height: 100%;
  margin: 0;
  padding:0;
  overflow-x: hidden;
}

.logo{
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image:url("sheep-logo-white.png");
  background-size: cover;
}

.jumbotron {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)), url("./sheepo_bg.jpg");
  height: 100vh;
  border-radius: 0;
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;

}

.home-title-div{
margin-bottom: 2em;
}

.about-title-div{
  margin-top: 2em;
}

.contact-container{
  margin-top: 3em;
}

.contact-text {
  margin-top: 2em;
  margin-bottom:1.5em;
  color:white;
  font-family: "Raleway";
}

.home-title{
  text-align:center;
  font-size:10em;
  text-transform: uppercase;
  color: #fff;
}

.about-title{
  text-align:center;
  font-size:3em;
  text-transform: uppercase;
  color: #fff;
}

.home-subtitle{
  text-align:center;
    font-size:4em;
    font-family: "Arvo";
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text-button {
  margin-top: 20px;;
  border: none;
  border-radius: 5px;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text-button:hover {
  background-color: #555;
  color: white;
}

.stencil_font{
  font-family: 'D Day Stencil';  
  color: white;
}

.title {
  font-size: 3em;
}

.white{
  color:white;
}

.thin_font{
  font-family: 'Raleway';  
}

#column2 {
  background-color: white;
background-image: url("diagram.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}



.contact-title {
color: #fff;
line-height: 1.3em;
font-size: 5.5em;
text-align:center;
}

.raleway {
  font-size: 2.2em;
  font-family: 'Raleway';
}

.raleway-only {
  font-family: 'Raleway';
}

.home-title-text {
  color:white;
  font-size: 3em;
  text-align: center;
}

ul {
  list-style: none;
}
.tick:before {
  content: '✓';
}

.how-text  {
  color: black;
  margin-top: 0px;
}

/* media queries */
/* media queries */
/* media queries */
/* media queries */


/* Small devices (landscape phones, 10px and up) */
@media (min-width: 10px) {  
  h1 {font-size:1.5rem;} /*1rem = 16px*/

  /* .col-sm-12{
margin-top:80px;
  } */


  .home-title{
    font-size:5.5em;
    margin-top:80px;
  }

  .home-subtitle{
    font-size:3em;
  }

  .home-title-text {
    font-size: 2em;
  }

  .about-title{
    margin-top: 1.5em;
    font-size:2em;
  }

  .about-text{
    margin-top: 3em;
    /* font-size:2em; */
  }

  .contact-title {
    margin-top: 100px;
    font-size: 3em;
    }

    .contact-text {
      margin-top: 0.5em;
      font-size: 1.0em;
      line-height: 1.4em;
    }

    .navbar-nav {
      margin-right:3em;
    }

    .jumbotron {
      height: 200vh;    
    }

    .jumbotron-contact {
      height: 160vh;    
    }

    .jumbotron-home{
      height: 160vh;
    }

    .h1-section-2 {
      font-size:1.7em;
      margin-top: 1em;
      margin-bottom:1em;
    }

    .ul-tick-div {
      font-size:1.1em;
    
    }

    .ul-tick-div ul {
      padding-inline-start: 0px;
    }

    .how-text  {
      margin-top:50px;
      font-size: 1.6em
    }

    .display-2 {
      font-size: 3.5em;
    }

    .how-text  {
      margin-top:40px;
      font-size: 1em;
      color: #000;
      font-family: 'Raleway';
      line-height: 1.3em;
    }

    .font_9 {
      color: #fff;
      font-family: 'Raleway';
      font-size: 1.2em;
      line-height: 1.2em;
      }



}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 576px) {  
  h1 {font-size:1.5rem;} /*1rem = 16px*/

  /* .col-sm-12{
margin-top:80px;
  } */


  .home-title{
    font-size:5.5em;
    margin-top:80px;
  }

  .home-subtitle{
    font-size:3em;
  }

  .home-title-text {
    font-size: 2em;
  }

  .about-title{
    margin-top: 1.5em;
    font-size:2em;
  }

  .about-text{
    margin-top: 3em;
    /* font-size:2em; */
  }

  .contact-title {
    margin-top: 100px;
    font-size: 3em;
    }

    .contact-text {
      margin-top: 0.5em;
      font-size: 1.0em;
      line-height: 1.4em;
    }
    .navbar-nav {
      margin-right:3em;
    }

    .jumbotron {
      height: 135vh;    
    }

    .jumbotron-contact {
      height: 135vh;    
    }

    .jumbotron-home{
      height: 100vh;
    }

    .h1-section-2 {
      font-size:1.7em;
      margin-top: 1em;
      margin-bottom:1em;
    }

    .ul-tick-div {
      font-size:1.4em;
    
    }

    .how-text  {
      margin-top:30px;
      font-size: 1.3em;
      color: #000;
      font-family: 'Raleway';
      line-height: 1.3em;
    }

    .display-2 {
      font-size: 3.5em;
    }
    .font_9 {
      color: #fff;
      font-family: 'Raleway';
      font-size: 1.3em;
      line-height: 1.3em;
      }

}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
  h1 {font-size:2rem;} /*1rem = 16px*/


  .home-title{
    font-size:5em;
    margin-top: 40px;
  }
  .home-subtitle{
    font-size:3.5em;
  }

  .about-title{
    font-size:2.2em;
    margin-top: 0.7em;
  }
  .contact-title {
    font-size: 4.5em;
  }

  .contact-text {
    margin-top: 0.5em;
    font-size: 1.3em;
    line-height: 1.4em;
  }
  .jumbotron {
    height: 140vh;    
  }

  .jumbotron-contact {
    height: 100vh;    
  }

  .jumbotron-home{
    height: 70vh;
  }

  .ul-tick-div {
    font-size:1.7em;
  
  }
  .display-2 {
    font-size: 4.5em;
  }

  .ul-tick-div ul {
    padding-inline-start: 20px;
  }

  .how-text  {
    margin-top:35px;
    font-size: 1.5em;
    color: #000;
    font-family: 'Raleway';
    line-height: 1.4em;
  }

  .font_9 {
    color: #fff;
    font-family: 'Raleway';
    font-size: 1.6em;
    line-height: 1.3em;
    }

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint
@media (min-width: 800px) {  
  h1 {font-size:2rem;} /*1rem = 16px*/
/* 
  .home-title{
    font-size:6em;
  }
  /* .about-title{
    font-size:2em;
  } */
  /* .contact-title {
    font-size: 3em;
    margin-top:0.6em;
  }

  .contact-text {
    margin-top: 0.5em;
  }


  .ul-tick-div {
    font-size:1.7em;
  
  }
  .how-text  {
    font-size: 1.8em
  } */
/* } */ 
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  h1 {font-size:2.5rem;} /*1rem = 16px*/

  .home-title{
    font-size:8em;
  }
  .home-subtitle{
    font-size:4em;
  }

  .home-title-text {
    font-size: 3em;
  }

  .about-title{
    font-size:2.7em;
    margin-top: 0.5em;
  }
  .contact-title {
  font-size: 4.5em;
  margin-top:0.7em;
  }

  .contact-text {
    margin-top: 0.5em;
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .jumbotron {
    height: 110vh;    
  }
  .ul-tick-div {
    font-size:2em;  
  }
  .how-text  {
    margin-top:50px;
    font-size: 1.8em;
    color: #000;
    font-family: 'Raleway';
    line-height: 1.3em;
  }
  .col-sm-12{
    margin-top:0px;
      }
      .about-text{
        margin-top: 0em;
        /* font-size:2em; */
      }

      .display-2 {
        font-size: 5.5em;
      }
      .ul-tick-div ul {
        padding-inline-start: 30px;
      }
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
  h1 {font-size:3rem;} /*1rem = 16px*/  

  .home-title{
    font-size:10em;
  }  

  .about-title{
    font-size:2.7em;
  }
  .contact-title {
    font-size: 5.5em;
    margin-top:0.8em;
    }

    .contact-text {
      margin-top: 2em;
    }
    .jumbotron {
      height: 135vh;    
    }

    .jumbotron-home {
      height: 130vh;    
    }

    .ul-tick-div {
      font-size:2.2em;  
    }
    .how-text  {
      font-size: 2em
    }
}
 