* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
}
.navbar {
    background-image: linear-gradient(to right,  #e9a44a, #717ef3) !important;
}

.navbar-brand {
    font-size: 1.8rem;
    color:rgb(19, 18, 18) !important;
}
.navbar-brand p {
    font-size: 0.8rem;
}
.navbar-toggler {
    color: white !important;
}
.nav-item :hover {
    background-color: rgb(179, 187, 132) !important;
    transform: translateY(-5px);
}
.navbar-nav li a {
    color: aliceblue !important;
    font-size: 1.1rem;
    float: right;
}
.banner img{
    height: 60vh;
    width: 100%;
    margin:1rem;
}

.img-about {
    min-width: 100%;
    max-height: 300px;
}
.services {
background-color: rgb(241, 239, 239);
}
.bottom-img {
    width: 100%;
}

.social-icons {
    font-size: 35px;
    padding: 0 1rem;
    transition: 0.5s;
}
.social-icons :hover  {
   transform: translateY(-10px);
}
.footer {
    background-image: linear-gradient(to right,  #e9a44a, #717ef3) !important;
    margin: 10px 0;
    color: white;
}
#clock{
    padding-right: 20rem;
    padding-top: .6rem;
    font-size: 1rem;
    color: white;
}


/* CSS Responsive */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px )
{}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px)
{}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) 
{}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) 
{}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) 
{}