/* @media (max-width: 576px) {
    .dropdown-item::before {
        transform: rotate(-90deg);
    }
} */
#MyBody {

    background: #c5d0e2;
    background: -moz-linear-gradient(45deg,  #c5d0e2 0%,#f4f6f9 100%); 
    background: -webkit-linear-gradient(45deg,  #c5d0e2 0%,#f4f6f9 100%); 
    background: linear-gradient(45deg,  #c5d0e2 0%,#f4f6f9 100%);
}

#MyNav {
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%); 
}

#MyNavbarBrand {
    font-weight: bold;
}

#MyNavbarBrand:hover {
    font-weight: bold;
    background-color:none;
}

#MyHomeButton {
    font-weight: bold;
}

#MyHomeButton:hover {
    font-size: 1rem;
}

#MyDropDownMenu {
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%); 
    /* background-image: linear-gradient(45deg, rgba(250, 139, 255, 1) 0%, rgba(43, 210, 255, 1) 52%, rgba(43, 255, 136, 1) 90%);
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-color: rgba(250, 139, 255, 1);
    */
} 





.dropdown-item:hover {
    /* background-color: green; */
  
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%); 

       
   
  }

 li a:link {
    font-weight: bold;
  } 
  

    li a:link:hover {
        background: rgb(238,174,202);
        background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%); 

}  
 
.navbar-text{
    font-weight: bold;
}
#MySubmitButton:hover {
    background: rgb(238,174,202);
background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%); 
}

#FooterEnd
{

    background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%); 
    text-decoration: black;
    font-weight: bold;
}

a:link { text-decoration: none; }

a:link:hover {
    background: rgb(238,174,202);
background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%); 
}

#MyAwesome {
    color: #000000; 
    margin: 2px;
}


#FooterIcon{
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%); 
}

#SocialMedia {
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%); 

}

#MySpan {
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%); 
}
/* 
.section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section h2.section-head{
    color:#000;
    text-align: center;
    margin-bottom: 40px;
}
.section h2.section-head::after{
    background: #000;
    content: "";
    display: block;
    width: 100px;
    height:3px;
    margin:10px auto;
}
.container footer.{
    background-image: linear-gradient(45deg, rgba(250, 139, 255, 1) 0%, rgba(43, 210, 255, 1) 52%, rgba(43, 255, 136, 1) 90%);
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-color: rgba(250, 139, 255, 1);

}
#header {
    background-image: linear-gradient(45deg, rgba(250, 139, 255, 1) 0%, rgba(43, 210, 255, 1) 52%, rgba(43, 255, 136, 1) 90%);
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: repeat;
    background-color: rgba(250, 139, 255, 1);
}

#logo {
    color: #fff;
    font-size: 2rem;
    margin-top: 8px;
}
#menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu li {
    display: inline-block;
}

#menu li a {
    color: #fff;
    padding: 18px 10px;
    display: block;
    font-weight: bold;
}

#menu li a:hover {
    background: #81ecec;
    font-weight: bold;
}

#banner {
    background: url('../images/banner.jpg') no-repeat 0 0;
    background-size: cover;
}

.banner-title {
    padding-bottom: 20rem;
    background: rgb(255, 255 255);
}

.banner-title h1 {
    color: #fff;
    background: rgb(255, 255 255);
    display: inline-block;
    padding: 10px;
    margin: 0;
}

.banner-title p.lead {
    color: #fff;

    padding: 10px,
}
.service-box {
    text-align: center;
    margin-bottom: 10px;
}

.service-box i.fa-solid {
    color: #2e86de;
    font-size: 70px;
    margin-bottom: 15px;
}

.service-box i.fa-brands {
    color: #2e86de;
    font-size: 70px;
    margin-bottom: 15px;
}

.section-head {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
} */ */

    /* .space { margin:0; padding:0; height:5px; }  */