:root {
    --menu-color:rgb(138, 189, 255);
}

body {
    padding-top: 100px;
    margin: 0;
    min-height: calc(100vh - 100px);
    position: relative;
}

* {
    box-sizing: border-box;
}

#welcStat {
    font-family: "Just Another Hand", cursive;
    font-size: 45px;
    font-weight: 400;
    font-style: normal;
    border-bottom: 2px solid;
    color: var(--menu-color);
}

.welcome {
    background-color: #ffffff;
}

/* ::::::::::::::: menu :::::::::::::::::::*/
nav {
    background-color: #ffffff;
    color: #ffffff;
    height: 100px;
}

.navbar-collapse>li {
    color: #ffffff;
}

nav div {
    width: 100%;
}

a.nav-link:hover {
    border-bottom: 2px var(--menu-color) solid;
}

a.nav-link{
    color: var(--menu-color)!important;
    font-weight: bold;
}

.dropdown-menu {
    background-color: #ffffff;
    width: 100%;
    border: #ffffff;
}

/* ::::::::::::::: footer :::::::::::::::::::*/
footer {
    background-color: var(--menu-color);
    color: #ffffff;
}

.contact-link {
    text-decoration: none;
    color: inherit;
    font-weight: 500
}

.contact-link:hover {
    color: #000000;
}

/* ::::::::::::::: images :::::::::::::::::::*/
.container-width-image {
    width: 100%;
    height: auto;
}

.container-height-image {
    width: auto;
    height: 100%;
}

/* ::::::::::::::: button :::::::::::::::::::*/
.welcome-button {
    padding: 10px 15px;
    background-color: var(--menu-color);
    color: #ffffff;
    border: 2px var(--menu-color) solid;
    border-radius: 15em;
    font-weight: 700;
    text-decoration: none;
}

.welcome-button:hover {
    background-color: #ffffff;
    color:var(--menu-color);
}

/* ::::::::::::::: google fonts :::::::::::::::::::*/

  