@import url(https://fonts.googleapis.com/css?family=Open+Sans);

*, *:before, *:after {
  box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    background: url(https://pandorafms.com/wp-content/uploads/2019/10/flexible-monitoring-software-pandorafms-slider-2.jpg) no-repeat center center fixed; 
    background-size: cover;
    font-family: 'Raleway', sans-serif;
    background-color: $color2; 
    height: 100%;
}

.text-wrapper {
    height: 100%;
   display: -webkit-box;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
           flex-direction: column;
   -webkit-box-align: center;
           align-items: center;
   -webkit-box-pack: center;
           justify-content: center;
}

.title {
    font-size: 9em;
    font-weight: 700;
    color: #54ff88;
    text-shadow: 0.1em 0.1em 0.8em #343434;
}

.subtitle {
    font-size: 31px;
    font-weight: 700;
    color: #fff;
}

.buttons {
    margin: 10px;
    }

 .button {
    font-weight: 700;
    border: 2px solid #ffffff;
    /* background: #1a77b7; */
    text-decoration: none;
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 26px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

        .button:hover {
               background: #108c30;
            color: white;
              border: 2px solid #65f181;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
          
        }
   
@media screen and (max-width: 860px){  
.subtitle {  
font-size: 15px; 
text-align: center;   
}  
} 

@media screen and (max-width: 860px){  
.title {  
font-size: 5em;
}  
}

@media screen and (max-width: 860px){  
.button {  
  font-weight: 300;
   font-size: 0.7em;
   background: #1a77b7; 
    border-radius: 5px;
}  
}