body {
    font-family: Lato, sans-serif;
}
.moving-claud {
    background-image: url(_images/clouds.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: clouds 580s linear infinite;  
}

.wrapper {
    width: 90%
}
 @keyframes clouds {
            from {background-position: 100% 0;}
            to {background-position: -100% 0;}
        }
.navbar {
    max-height: 52px;
}

#navbar {
    position: relative;
    right: 8px;
}
#navbar ul {
    float: right;
}
#navbar a {
    background-color: inherit;
}
#navbar p {
    color: grey;
}
#navbar p:hover {
    color: lightgrey;
}
.navbar-header a {
    position: relative;
    left: -8px;
}
.favicon img {
    float: left;
    position: relative;
    top: -13px;
    left: -7px;
     
}
.fa-nav {
    font-size: 2.0em;
    color: #1045f5;
    padding: 17px;
    border-radius: 43%;
    width: 20%;
    text-align: center;
}
header {
    margin-top: 80px;
}
/*
p {
    margin-top: 100px;
    font-size: 4em;
}
*/
.section-title-fa {
    font-size: 2.5em;
    
}
.sav-ms-monkey a {
    font-size: 1.5em;
    text-indent: 1em;
    color: rgb(32, 68, 236);
    
}
.sav-ms-monkey a:hover {
    color: rgb(186, 252, 79);
    text-decoration: none;
}
.title-only {
    text-align: left;
    font-family: lato, sans-serif;
    font-size: 3rem;
    margin-left: 10px;
    
    
}
.content-text {
    font-size: 2rem;
}
#message-btn {
    text-align: center;
    margin-top: 30px;
    
}
#message-btn span{
    font-size: 2em;
    background-color: rgb(154, 34, 18);
    padding: 5px 15px 10px 15px;
    border-radius: 10px;
    color: azure;
    transition-duration: .3s;
}

#message-btn span:hover {
    background-color: rgb(227, 114, 0);
    color: #eeefd7;
    transition-duration: .3s;
}
.response-time {
    margin: 25px 0 65px 0;
    text-align: center;
}

.footer-bar-nav {
    float: right;
}
/* -------- MODAL CSS ------------ */
.modal-header {
    background-color: #1045f5;
    color: #eae7d9;
}
.close {
    font-size: 2em
    
}

.mess-btn > input {
    background-color: #1045f5;
    color:#eae7d9;
}
.mess-btn > input:hover {
    background-color: #7db6f8;
    color: #17181c;
}
.modal-phone {
    font-size: 3em;
    color: #1045f5; 
}
.modal-phone:hover {
    color: #7db6f8;
    text-decoration: none;
}
.g-recaptcha {
    margin-bottom: 10px;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    .navbar-fixed-bottom {
        display: none;
    }
    .ne-sign {
        position: relative;
        right: 20px;
    }
    .navbar-nav > li {
        background-color: #262525;
    }
}
#copyright {
    color: #9b9999;
    font-size: 1.35rem;
    letter-spacing: -.4px;
    position: relative;
    top: 15px;

    
     
}
#copyright > span > a:hover {
    color: #87cefa;
    text-decoration: none;
}
.cr-mobile-only {
       text-align: center;
       position: relative;
        top: 25px;
        color: #000000;
        padding-top: 15px;
        border-top: .75px solid rgba(11, 11, 11, 0.25);
    }
.cr-mobile-only > a:hover {
        color: #87cefa;
        text-decoration: none;
    }
body {
        background-color: #849bc7;
    }
  
/* button style */
.start-button {
    margin-top: 10%;
}

    .button {
      border-radius: 4px;
      background-color: #f4511e;
      border: none;
      color: #FFFFFF;
      text-align: center;
      font-size: 28px;
      padding: 20px;
      width: 200px;
      transition: all 0.5s;
      cursor: pointer;
      margin: 5px;
    }
    .button:hover {
        background-color: rgb(0, 185, 0);
    }
    
    .button span {
      cursor: pointer;
      display: inline-block;
      position: relative;
      transition: 0.5s;
    }
    
    .button span:after {
      content: '\00bb';
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
    }
    
    .button:hover span {
      padding-right: 25px;
    }
    
    .button:hover span:after {
      opacity: 1;
      right: 0;
    }
    #button1 {
        z-index: 0;
        position: absolute;
        left: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }
    #button2 {
       z-index: -1;
       position: absolute;
       left: 100px;
       padding-left: 10px;
       padding-right: 10px;
    }
    #button3 {
       z-index:  -2; 
       position: absolute;
       left: 100px;
       padding-left: 20px;
       padding-right: 20px;
       
    }
   