body {
}

h1 {
    text-align: center;
    padding-top: 30px;
    text-transform: uppercase;
    font-family: 'Noto Sans', serif;
    font-size: 2.5em;
    color: #448740;
}

h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    padding-bottom: 30px;
}

h3 {
    font-family: 'Noto Sans', serif;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

p {
    font-family: 'Open Sans', sans-serif;
}

a:link {
    color: #448740;
    text-decoration: underline;
}

a:visited {
    color: #448740;
    text-decoration: underline;
}

li {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 0.3em;
}

.profileimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border: 1px solid #dddddd;
}

.main-image {
    width: 100%;
}

.quote-image {
    background-position: left top; 
    background-color: #FFFFFF;
    background-repeat: no-repeat; 
    background-size: cover; /* Resize the background image to cover the entire container */
    display: flex;
    align-items: center;
}

.quote-text {
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}

.quote-author {
    font-size: 0.8em;
}

.copyright {
    font-size: 0.9em;
    float: right;
}

.footer {
    border-top: 1px solid #cccccc;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-top: 30px;
}

/* Responsive styles */
/* Remember! Smallest sizes first */

@media (max-width: 575.98px) {
    h1 {padding-top: 15px; font-size: 2em;}
    h2 {padding-bottom: 15px;font-size: 1em;}
    h3 {padding-top: 0.5em;}
    .quote-image {background-image: url("images/heart-320.jpg"); height: 420px;}
    .quote-text {margin: 200px 20px 0px 20px; padding: 15px; font-size: 1.4em;}
    .quote-text p {margin-bottom: 12px}
    .container {padding: 20px 10px 0px 10px;}
    .profileimage {width: 140px; height: auto;}
    .bacp {width: 170px; height: auto;} 
    .map-responsive {overflow:hidden; padding-bottom:60%; position:relative; height:0;}
    .map-responsive iframe {left:0; top:0; height:100%; width:300px; position:absolute;}
    .footer {margin-top: 20px; padding-top: 20px; font-size: 0.9em;}
}

@media (min-width: 576px) {
    .container {padding: 20px 20px 0px 20px; font-size: 1em;}
    .profileimage {width: 170px; height: auto;}
    .bacp {width: 280px; height: auto;}
    .quote-image {background-image: url("images/heart-576.jpg"); height: 380px;}
    .quote-text {max-width: 470px; margin-top: 200px; padding: 15px; font-size: 1.4em;}
    .quote-text p {margin-bottom: 12px}
}

@media (min-width: 768px) {
    .profileimage {width: 210px; height: auto;} 
    .bacp {width: 352px; height: auto;} 
    .quote-image {background-image: url("images/heart-768.jpg"); height: 440px;}
    .quote-text {max-width: 600px; margin-top: 200px; padding: 20px 20px; font-size: 1.8em;}
}

@media (min-width: 992px) {
    .container {padding: 20px 60px 0px 60px; font-size: 1.1em;}
    .profileimage {width: 250px; height: auto;}
    .quote-image {background-image: url("images/heart-992.jpg"); height: 500px;}
    .quote-text {margin-top: 270px;}
}

@media (min-width: 1200px) {
    .container {padding: 20px 100px 0px 100px;}
    .quote-image {background-image: url("images/heart-1200.jpg"); height: 600px;}
    .quote-text {max-width: 680px; margin-top: 330px; padding: 20px 30px; font-size: 2em;}
}

@media (min-width: 1440px) {
    .quote-image {background-image: url("images/heart-1440.jpg"); height: 600px;}
    .quote-text {max-width: 680px; margin-top: 330px; padding: 20px 30px; font-size: 2em;}
}

@media (min-width: 1600px) {
    .quote-image {background-image: url("images/heart-1600.jpg"); height: 600px;}
    .quote-text {margin-top: 350px;}
}

@media (min-width: 1920px) {
    .quote-image {background-image: url("images/heart-1920.jpg"); height: 700px;}
    .quote-text {margin-top: 420px;}
}
