body{
    font-family: 'Source Sans Pro', sans-serif;
}

.top-wrapper{
    background-color: #bdbdbd;
    padding-top: 10px;
}

.logo img{
    height: 60px;
    width: auto;
    margin-right: 5px !important;
}

.logo-name{
    /*margin-top: 10px;*/
    font-size: 26px;
    line-height: 90%;
    color: forestgreen;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.logo-place{
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
}

.logo-address{
    font-size: 14px;
}

.text-title{
    color: forestgreen;
    font-family: 'Montserrat', sans-serif;
}

.navmenu{
    margin-top: 20px;
}

nav a{
    font-size: 16px !important;
    color: #444 !important;
}

nav .active{
    font-weight: bold;
}

nav button{
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #444 !important;
    font-size: 16px !important;
}

.slider-wrapper { 
    width: 100%; 
    margin-top: 10px;
}

footer{
    padding: 50px;
    background-color: #444;
    color: #fff !important;
}

.text-justify{
    text-align: justify !important;
}

.grid-wrapper{
    margin-bottom: 30px;
}

.grid-wrapper p{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.grid-wrapper img{
    padding: 0px 10px 0px 10px;
}

.modal-body img{
    padding: 0px 10px 0px 10px;
}

.modal-body p{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.card{
    min-height: 230px;
}

label {
    font-size: 14px !important;
    color: forestgreen !important;
}

input::placeholder{
    color: 1px solid #DDDDDD !important;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #cecece !important;
}

.registerdone-title{
    font-size: 24px;
}

.registerdone-body{
    font-size: 16px;
}

.instagram-logo img{
    width: 150px;
    height:  auto;
}

.instagram-media img{
    height: 240px;
    width: auto;
}

.instagram-caption{
    color: dimgray;
}

.instagram-card{
    transition: width 0.5s, height 0.5s, transform 0.5s;
    margin-bottom: 50px !important;
}

.instagram-card:hover{
    border: 1px solid limegreen;
    transform: scale(1.1)
}

@media screen and (max-width: 601px) {
    .logo img{
        height: 40px;
        width: auto;
        margin-right: 5px !important;
    }

    div.logo-name {
        margin-top: 5px;
        font-size: 14px !important;
    }

    div.logo-place{
        font-size: 14px !important;
    }

    div.logo-address{
        font-size: 10px !important;
    }

    div.navmenu{
        margin-top: 0px !important;
    }

    div.navmenu a{
        font-size: 12px;
    }

    div.slider-wrapper { 
        margin-top: p5x;
    }
}