@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body { 
    background: url(img/background.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body:after{
    content:"";
    position:fixed; 
    top:0;
    height:100vh; 
    left:0;
    right:0;
    z-index:-1; 
    background: url(img/background.jpg) center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1  {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 3rem; 
    text-shadow: 1px 1px 10px #000;
}

h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    color: #105e74;
}

p {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    color: #4f4d49;
}

hr {
    color: #dadada;
    height: 2px !important;
}

.navbar-dark {
    background-color: #4f4d49;
}

.container-title {
    min-height: 300px;
}

    .container-title h1 {
        color: white;
    }

.sidebar-container {
    background: url(img/stamp-bg.png) #efe8de;
    background-position: top-left;
    background-repeat: no-repeat;
    min-height: 130px;
}

    .sidebar-container h1 {
        font-family: 'Ubuntu', sans-serif;
        font-weight: 500;
        font-size: 1.3rem; 
        text-shadow: none;
        margin: 24px 0 0 12px;
        color: #514f4b
    }

.content-container {
    background-color: #fff;
}

.content {
    margin: 20px 0;
}

.content-beige {
    background-color: #fcf7ed;
    padding: 25px;
}

.footer .col-xs-12:nth-child(1) {
    background: #c0bbb2;
    height: 95px;
}

.footer .col-xs-12:nth-child(2) {
    background-color: #4f4d49;
    height: 45px;
    text-align: center;
}

    .footer .col-xs-12:nth-child(2) p {
        color: white;
        text-align: center;
        margin-top: 10px;
    }

.footer .col-xs-12:nth-child(3) {
    background-color: #83b437;
    height: 20px;
}

.footer-logo-container {
    margin: 20px 0 0 10px;
}

    .footer-logo-container p {
        font-family: 'Ubuntu', sans-serif;
        font-weight: 400;
        font-size: 0.875;
        line-height: 20px;
        color: #a5a199;
    }

@media screen and (min-width:768px) {
    .container-title {
        padding-top: 80px;
    }

        .container-title h1 {
            float: right;
        }

    .sidebar-container {
        border-top-right-radius: 55px;
    }

    .content-container {
        border-top-left-radius: 55px;
        padding: 50px;
    }
}

@media screen and (max-width:767px) {


    .container-title {
        padding-top: 50px;
    }

        .container-title h1 {
            text-align: center;
        }

    .content-container img {
        width: 100%;
    }
}