﻿body {
    margin: 0px 0px;
    font-family: myriad-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    background: url(../images/platt-gold-186961_1920.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
html, body {
    min-height: 100%;
    margin: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
}
h1, h3 {
    font-size: calc(1.3rem + .6vw); 
    margin: 20px;
    font-weight: 300;
    font-style: normal;
}
img {
	margin: 40px;
}
h3 {
    font-size: calc(1rem + .6vw);
}
a {
    text-decoration: none;
    color: #896b53;
}
a:hover {
    text-decoration: underline;
    color: #896b53;
}
.content {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    width: 50%;
    border-right: 2px solid #896b53;
    /*display: flex;
    align-items: center;*/
}
.content div {
    width: 100%;
    display: block;
    padding-top: 80px;
}
.row {
    --bs-gutter-x: 0;
}
@media only screen and (max-width: 576px) {
    .content {
        height: 70vh;
        min-height: 70vh;
        width: 100%;
        border-right: 0;
        border-bottom: 2px solid #896b53;
    }
    .content div {
        padding-top: 40px;
    }
    h1, h3 {
        margin: 10px;
    }
}
