﻿.container {
    background: url(../../Media/virtual/2021vebg-1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
    .container.comingsoonpnl {
        background: url(../../Media/virtual/virtual-event-web.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .container.m-comingsoonpnl {
        background: url(../../Media/virtual/virtual-event-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
/*    .container .page-title {
    text-align:center;
    color:#fff;
    margin-bottom:260px;
    }*/

    .container {
        padding-top:10px;
    }

    .container .navbar{
        margin-bottom:540px;
    }

    .container div.row h1.title{
        margin-bottom:30px;
    }

        .container > hr {
            margin-top: 100px;
            margin-bottom: 100px;
        }

.container > div.item .content{
    font-size:1.2rem;
}

.container h1 {
    font-weight:normal;
}

@media (max-width: 576px) {
    .container {
        padding-top:0;
    }

        .container .navbar {
            margin-bottom: 140px;
        }

            .container .navbar .navbar-brand img{
                height:20px !important;
            }

            .container div.row h1.title {
                text-align: center;
                margin: 10px 0;
            }

        .container > hr {
            margin-top: 20px;
            margin-bottom: 20px;
        }
}