﻿* {
    padding: 0;
    margin: 0;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar {
    background-image: url('../Content/img/bg_header.png');
    background-size: cover;
    background-position: center;
    clip-path: ellipse(100% 95% at 50% 0%);
    padding: 1%;
    float: none;
    margin-bottom: 0px !important;
    display: inherit !important;
}
    .navbar::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.35); 
        clip-path: ellipse(100% 95% at 50% 0%);
        z-index:-1;
    }

.navbar-brand img {
    max-height: 50px;
    height: auto;
}

@media(min-width:786px)
{
    .navbar-brand img {
        margin-left: 100px;
    }
}
.header-title {
    padding: 3% 10% 5% 5%;
    color: white;
    text-align: center;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: none;
    font-size: 250%;
    line-height: 1.2;
}

@media (min-width: 1200px) {   

    .navbar-brand img {
        max-height: 70px;
    }
}

@media (max-width: 594px) {
    body{
        overflow-x:hidden;
    }
    
}


@media (max-width: 768px) {
    .footer {
        margin-top: 30px;
    }
    .header-title {
        font-size: 150%;
    }
    body{
        width:100%;
    }
}
.footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1%;
    margin-top: 20px;
}