.myrows{
    border: 3px solid lightgreen;
    padding: 5px;
}
.mycols{
    border: 3px solid pink;
}
.mycontainer{
    background-color: beige;
    border:3px solid lightblue;
}
#topHeader{
    background-color: beige;
    border-bottom: 1px solid silver;
}
#topHeader a{
    color:black;
    font-weight: 600;
    font-size: .89rem;
}
.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}
nav ul li a{
    font-size: 1.1rem;
    font-weight: 600;
}
.full-footer{
    background-color: slategray;
    border-bottom: 1px solid silver;
}
.top-footer p{
    color: white;
}
.top-footer a{
    color: yellow;
    font-weight: 600;
}
.bottom-footer{
    background-color: darkblue;
}
.bottom-footer p{
    color: white;
}
.top-hero-section{
    background-color: #3498db;
    color: white;
}
.top-hero-section a{
    color:yellow;
    font: weight 600px;;
}
.contact-us .form-control{
height: 50px;
border-color: transparent;
border-radius: 20px 0 0 20px ;
}
.contact-us .btn{
min-height: 50px;
background: #234c4f;
border-radius: 0 20px 20px 0 ;
color: #fff;
}
.breadcrumb-section{
    background-color: rgb(233, 236, 239);
}
.addresscontactus p{
font-weight: 600;
}