body {
    font-family: Lato, sans-serif;
    background-color: #8c9de5;
}
.moving-claud {
    background-image: url(_images/clouds.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: clouds 580s linear infinite;
/*    height: 80%;*/
    background-size: cover;
    
}


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

#navbar ul {
    float: right;
}
#navbar a {
    background-color: inherit;
}
#navbar p {
    color: grey;
}
#navbar p:hover {
    color: lightgrey;
}
.favicon img {
    float: left;
    position: relative;
    top: -13px;
    left: -7px;
     
}

.top-line {
    text-align: center;
    margin-top: 25px;
    padding: 10px;
    font-size: 2.7em;
}
h1 {
    text-align: center;
    margin-top: 25px;
    padding: 10px;
    font-size: 3.0em;
    color: #1045f5;
}
.lead {
    text-align: center;
    font-size: 2.5em;
}
.fa {
    font-size: 2.0em;
    color: rgba(16, 69, 245, 1);
    -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;
}
.fa-nav {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /*     Chrome, Safari, Opera */
    transform: rotate(0deg);

}


#main-img {
    height: 414px;
    width: 414px;
    background-color: rgb(167, 255, 0);
    margin-left: auto;
    margin-right: auto;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /*     Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-radius: 32px;
    margin-top: 80px;
    margin-bottom: 8%;
        
}

.main-img {
    height: 400px;
    width: 400px;
    background-color: rgb(167, 255, 0);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25%;
    border-radius: 25px;
    border: solid 6px #1045f5;
    font-size: 1.5em;
    position: relative;
    right: 7px;
    top: 7px;
}
  
.main-img span {
    font-size: .7em;
}

.lne {
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /*     Chrome, Safari, Opera */
    transform: rotate(-45deg);
    position: relative;
    top: 57px;
    letter-spacing: -.04em;
}


#fa-desk {
    position: relative;
    top: 23px;
    right: 238px;
/*    border-right: solid 2px #1045f5;*/
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /*     Chrome, Safari, Opera */
    transform: rotate(-45deg);         
}
.sign-fa {
    transition: all .3s ease-in-out;
    border-radius: 20%;
}
.sign-fa:hover {
    transform: scale(1.2);
    background-color: rgba(16, 69, 245, 1);
    border-radius: 50%;
    cursor: pointer;
   
}

#fa-music {
    position: relative;
    bottom: 270px;
    left: 170px;
/*    border-left: solid 2px #1045f5;*/
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /*     Chrome, Safari, Opera */
    transform: rotate(-45deg);       
}

#fa-heart {
    position: relative;
    bottom: 270px;
    right: 8px;
/*    border-bottom: solid 2px #1045f5;*/
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /*     Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

#fa-steth {
    position: relative;
    top: -85px;
    left: 285px;
/*    border-top: solid 2px #1045f5;*/
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /*     Chrome, Safari, Opera */
    transform: rotate(-45deg);
}
.about-section {
/*    background-color: rgba(240, 255, 255, 0.31);*/
    width: 90%;
    max-width: 1100px;
    border: solid 1px rgb(167, 255, 0);
    margin-bottom: 15px;
}
.about-title {
    font-size: 4rem;
    font-weight: bold;
}
.about-text {
    font-size: 2rem;
}
.enns-photo {
    padding: 15px;
    margin-bottom: 30px;
}
.navbar-nav {
    float: right;
}
/* ----- MODAL CSS -------*/
.modal-header {
    background-color: #1045f5;
    color: #f0ece3;
} 
.close {
    font-size: 2em;
}
#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;
}
.contact-btn-section {
    padding-top: 50px;
}
.modal-phone {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /*     Chrome, Safari, Opera */
    transform: rotate(0deg);
    font-size: 3em;
    padding: 0;
    color: #1045f5;
  
}
.modal-phone:hover {
    text-decoration: none;
    color: #7db6f8;
}
.mess-btn > input {
    background-color: #1045f5;
    color: aliceblue;
}
.mess-btn > input:hover {
    background-color: #7db6f8;
    color: #17181c;
}
.wrapper {
    margin-bottom: 50px;
}
.txt-lnk {
        color: #1045f5;
/*        font-weight: bold;*/
    }
.txt-lnk:hover {
    text-decoration: none;
    font-weight: bold;
    color: rgb(154, 34, 18);
}
/* CSS FOR SMALL SCREEN SIZE */
@media screen and (min-width: 768px) {
    .cr-mobile-only {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .wrapper {
    margin-bottom: -42px;
}
    #navbar {
        position: relative;
        top: -8px;
    }
    
.navbar-fixed-bottom {
        display: none;
    }
    .navbar-nav > li {
        background-color: #262525;
    }
#main-img {
    height: 214px;
    width: 214px;
    background-color: rgb(167, 255, 0);
    margin-left: auto;
    margin-right: auto;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /*     Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-radius: 16px;
    margin-top: 30px;
    margin-bottom: 10%;
        
    }

.main-img {
    height: 200px;
    width: 200px;
    background-color: rgb(167, 255, 0);
    margin-left: auto;
    border-radius: 8px;
    border: solid 3px #1045f5;
    position: relative;
    right: 7px;
    top: 7px;
    }
  
.main-img span {
    font-size: .7em;
    position: relative;
    left: 35px;
    }

.lne {
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /*     Chrome, Safari, Opera */
    transform: rotate(-45deg);
    position: relative;
    top: 45px;
    left: 9px;
    letter-spacing: -.03em;
    font-size: .75em
    
    
    }
.about-text {
       font-size: 1.58rem;
    }
.about-title {
        font-size: 3rem;
        text-align: center;
    }

    
#fa-desk {
    
    position: relative;
    top: -225px;
    left: -17px;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /*     Chrome, Safari, Opera */
    transform: rotate(-45deg);         
    }
.sign-fa {
    transition: all .3s ease-in-out;
    border-radius: 20%;
    }
.sign-fa:hover {
    transform: scale(1.2);
    background-color: rgba(16, 69, 245, 1);
    border-radius: 50%;
   
    }

#fa-music {
    position: relative;
    bottom: 232px;
    left: 101px;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /*     Chrome, Safari, Opera */
    transform: rotate(-45deg);       
    }

#fa-heart {
    position: relative;
    bottom: 122px;
    right: 16px;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /*     Chrome, Safari, Opera */
    transform: rotate(-45deg);
    }

#fa-steth {
    position: relative;
    top: -336px;
    left: 100px;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /*     Chrome, Safari, Opera */
    transform: rotate(-45deg);
    }

.wrapper {
    background-color: #efe8e1;
    padding-top: 20px;
    }
    .contact-btn-section {
        margin-bottom: 50px;
    }
    .about-section {
        border: none;
    }

}
.lne-llc-text-footer {
    font-size: 1.6rem;
}
.cr-mobile-only {
        text-align: center;
        position: relative;
        top: 25px;
        color: #9b9999;
        padding-top: 15px;
        border-top: .75px solid rgba(169, 169, 169, 0.25);
    }
.cr-mobile-only > p > a:hover {
    text-decoration: none;
    color: #8dc2ff;
}
#copyright {
    color: #9b9999;
    position: relative;
    top: 15px;
    letter-spacing: -.6px;
}
#copyright > span > a:hover {
    text-decoration: none;
    color: #8dc2ff;
}
.fa-phone {
    position: relative;
    top: -4px;
    }
.g-recaptcha {
    margin-bottom: 10px;
    z-index: 2;
}



/*
footer {
    color: azure;

}
*/

/*
.footer-email a {
    color: azure;
}

.footer-email a:hover {
    text-decoration: none;
    color: #7db6f8;
    
}
*/
     