﻿html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 160px;
}

.help-block {
    color: red;
    font-size: 0.75rem;
}

.validation-summary-errors{
    color: red;
    margin-top: 10px;
}

.validation-summary-errors ul{
    list-style:none;
    margin-left: -40px;
}

.error{
    color: red;
}

.btn-primary, .btn-success{
    color: #fff !important;
}

.card.package-list .card-body ul li{
    font-size: .85rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #28a745 !important;
}

@media only screen and (min-width : 1025px) {
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        background-color: #f5f5f5;
    }
}

@media only screen and (max-width : 1024px) {
    .footer {
        display: none;
    }

    h1{
        font-size: 2rem;
        text-align:center;
    }

    h2 {
        font-size: 1.2rem;
        text-align: center;
    }

    h4{
        font-size: 1rem;
    }
}