﻿body {
    border:0;
}
p{
    width:auto
}
.banner_style{
    /*height: 500px;*/
    margin-top:0px;
}

.main_style{
    padding-top: -10px;
    margin-top: -10px
}

.hidden {
    display: none;
}

.card_style {
    box-shadow: 5px 10px 20px grey;
}

.card_style:hover {
    box-shadow: 10px 20px 30px grey;
}

.heigth_text_card {
    height: 350px;
}

.banner_style_default {
    /*display:none*/
    height: 450px;
}

@media screen and (max-width: 956px) {
    .main_style {
        position :relative;
        /*padding-top: 100px;*/
        /*margin-top: 300px*/
    }

    .banner_style {
        /*display:none*/
        height:200px;
    }
    .banner_style_default {
        /*display:none*/
        height:450px;
    }

    .nav_bar_style{
        height: 150px;
        padding-bottom:50px;
    }

    .menu_style{
        position:relative;
        margin-top: 80px
    }

    #topbar_style {
        background-color: #021945;
    }

    .h1 {
        color: #021945;
    }

    .nav-item {
        /* display:none;*/
        color: #ffffff;
    }
}