@media(max-width: 1024px) {
    .navbar-light .navbar-nav .nav-link{
        padding: 8px 10px 8px;
    }
    .pageheaderline h2{
        font-size: 28px;
    }
}

@media(max-width: 800px) {
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 255, 255, 255' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }

    .carousel-caption {
        bottom: 0%;
        left: 5%;
        right: 5%;
    }

    .slidercap h2 {
        font-size: 38px;
    }

    .slidercap p,
    .slidercap p span {
        font-size: 14px;
    }

    .logobrand {
        width: 190px;
    }
    
    .navbar-nav{
        background: #000000;
    }
    
     /*Registration Page*/
    .table.table-registration {
        border-collapse: collapse;
    }

    .table.table-registration thead {
        display: none
    }

    .table.table-registration tbody tr {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .table.table-registration tbody tr td {
        display: block;
        text-align: right;
        width: 100%;
        justify-content: space-between;
        font-size: 13px;
    }

    .table.table-registration tbody tr td:before {
        content: attr(data-label);
        font-weight: 500;
        text-transform: uppercase;
        text-align: left;
        vertical-align: middle;
        float: left;
    }

    .table.table-registration tbody tr td.mid-title {
        text-align: center;
    }

    .table-bordered td,
    .table-bordered th {

        border: 1px solid transparent;

    }

    .table-bordered {
        border: 1px solid transparent;
    }

}

@media(max-width: 460px) {
    .centered {
        top: 10%;
    }
    
    .pageheaderline h2{
        font-size: 26px;
    }
}

@media(max-width: 425px) {
    .logobrand {
        width: 220px;
    }

    .slidercap p span {
        font-size: 13px;
    }

    .slidercap p {
        font-size: 13px;
    }

    .slidercap h2 {
        font-size: 28px;
    }

    .mainheader {
        font-size: 26px;
    }
}

@media(max-width: 340px) {
    .centered {
        top: 8%;
        font-size: 12px;
    }
}
