/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700&display=swap&subset=latin-ext');

body {
    /*padding-top: 56px;*/
}

h1, h2 {
    font-family: 'Amatic SC', cursive;
}

h1 {
    font-weight: 700;
    font-size: 3.5rem;
}

h2 {
    font-weight: 700;
    font-size: 3rem;
}

h3 {
    font-family: 'Amatic SC', cursive;
    font-size: 2.5rem;
}

a {
    color: black;
}

a:hover {
    color: black;
}

.card {
    border: 0;
    border-radius: 1em;
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.1);
}

.container-fluid {
    padding: 0;
}

.red {
    color: #E2000F;
}

header {
    background-image: url("../img/header-bg.jpg");
    background-size: cover;
    background-position: center;
}

#header {
    max-width: 1000px;
}

#label {
    top: 0;
    z-index: 99;
    display: block;
    margin: auto;
}

#contact p {
    font-size: 100%;
}


#contact {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 576px) {
    #label {
        position: absolute;
        right: 5rem;
    }
    
    #header {
        padding-top: 200px;
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .card {
        max-width: 300px;
    }
}

@media (min-width: 1200px) {
    #header {
        padding-top: 150px;
        padding-bottom: 50px;
    }
}

#m {
    height: 500px;
}

#m .card-header, #m .card-footer, #m .card-body {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
}

footer {
   color: gray;
   font-size: 80%
}