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

    
}


 @keyframes clouds {
            from {background-position: 100% 0;}
            to {background-position: -100% 0;}
        }
.main-container {
    max-width: 100%;
    margin: 0 auto;
}
#navbar ul {
    float: right;
}
#navbar a {
    background-color: inherit;
}
.navbar {
    max-height: 51px;
}
.favicon img {
    float: left;
    position: relative;
    top: -13px;
    left: -7px;
     
}
.title-group {
    text-align: center;

}
.top-line {
    margin-top: 55px;
    padding: 10px;
    font-size: 4em;

}

.lead {
    font-size: 2.5em;
            
}

.tag-line {
    font-family: 'Tangerine', cursive;
    font-size: 4em;

}
.title-group p {
    font-size: 1.5em;
    font-weight: 300;
    font-style: italic;
}

.m-n-e-img {
    padding: 10px;

}
.sign-title {
    text-align: center;
    margin-top: 25px;
    padding: 10px;
/*    font-size: 2.0em;*/
    color: #1045f5;

}



.sign-back {
    height: 285px;
    width: 285px;
    background-color: rgb(167, 255, 0);
    margin: 0 auto;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /*     Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-radius: 32px;
    float: right;
    margin-right: 40px;
    position: relative;
    top: 70px;
    left: 0px;
   
    
  
   
}


  .sign-front {
    height: 270px;
    width: 270px;
    background-color: rgb(167, 255, 0);
/*    margin: 0 auto;*/
    border-radius: 32px;
    border: solid 6px #1045f5;
    font-size: 1.5em;
    position: relative;
      right: 7px;
    top: 7px;
      margin-bottom: 165px;


}


.lne-m {
     -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /*     Chrome, Safari, Opera */
    transform: rotate(-45deg);
    position: relative;
    top: 12px;
    right: 45px;
    
}

.lne-m p {
    font-size: 1.5em;
    color: #1045f5;
    position: relative;
    bottom: 25px;

}

.lne-m h1 {
    font-size: 2em;

}
.sign-text {
    position: relative;
    top: 25px;
    left: 70px;
}
.fa {
    font-size: 2.0em;
    color: #1045f5;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /*     Chrome, Safari, Opera */
    transform: rotate(-45deg);
    padding: 17px;
    border-radius: 43%;
    width: 20%;
    text-align: center;

}
#navbar p {
    color: grey;
}
#navbar p:hover {
    color: lightgrey;
}

.fa-nav {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /*     Chrome, Safari, Opera */
    transform: rotate(0deg);

}


#fa-music {
    font-size: 5.0em;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /*     Chrome, Safari, Opera */
    transform: rotate(0deg);
    position: relative;
    left: 125px;
}
.keys {
    float: left;
    margin-top: 40px;
/*    margin-left: -24px;*/
/*    position: fixed;*/
/*    top: 35%;*/
    
       
}
.keys li {
    list-style: none;
    margin-top: 2px;
    
}
.w-key button {
    background-color: #ffffff;
    color: black;
    width: 250px;
    height: 40px;
    position: relative;
    top: 15px;
    z-index: 0;
    text-align: right;
    box-shadow: 6px 3px #266aa3;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;

}
.w-key button:hover {
    background-color: #d8f2b4;
}
.w-key button:active {
    background-color: #b4cef2;
    box-shadow: 2px 1px #666;
    transform: translateX(8px);
}
.b-key button{
    background-color: black;
    color: #ffffff;
    width: 150px;
    position: absolute;
    z-index: 1;
    box-shadow: 4px 2px #b1b8be;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.b-key button:hover {
    background-color: #4c4e49;
}
.b-key button:active {
    background-color: #47658e;
    box-shadow: 2px 1px #666;
    transform: translateX(5px);
}
.content {
    margin-top: 30px;
}
    
.modal-trig {
    margin-top: 40px;
    margin-bottom: 80px;
    
}
.modal-trig p {
    text-align: center;
}
#message-btn span{
    font-size: .85em;
    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;
}

/*  ------------ FOOTER CSS -----------------  */
footer {
    color: azure;

}
.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; 
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /*     Chrome, Safari, Opera */
    transform: rotate(0deg);
}
.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;
    }
    .navbar-nav > li {
        background-color: #262525;
    }
}
@media screen and (max-width: 767px) {
    .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;
    }
}
#copyright {
    color: #9b9999;
    font-size: 1.35rem;
    letter-spacing: -.4px;
    position: relative;
    top: 15px;

    
     
}
#copyright > span > a:hover {
    color: #87cefa;
    text-decoration: none;
}