.tm-intro-width {
    /* max-width: 436px; */
    max-width: 1000px;
}

.sm\:pb-60 {
    padding-bottom: 7rem;
}
.sm\:pt-48 {
    padding-top: 6rem;
}
@media (min-width: 640px) {
    .sm\:py-48 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

.inlineImg {
    display: inline-block;
    max-height:200px; 
    width: auto;
    margin-left:5px; 
    margin-right:5px; 
    /* width:397px */
}

.inlineImgMellem {
    display: inline-block;
    max-height:300px; 
    width: auto;
    height: auto;
}

.inlineImgStor {
    max-height:800px; 
    width: 100%;
    height: auto;
}

ul {
    color: azure;
    list-style-type: circle;
    padding-left: 1rem;
    margin-top: 2px;
}

.bg-black {
    background-color: rgba(0, 0, 0, .750);
}

p {
    color: azure;
    margin-top: 10px;
}

h1 {
    color: azure;
    margin-top: 20px;
    font-size: x-large;
    font-weight: bolder;
}
h2 {
    color: azure;
    margin-top: 15px;
    font-size: larger;
    font-weight: bold;
}

td, th {
    color: white;
    border-color: white;
    text-align: center;
}

.parallax-window {
    /* min-height: 1064px; */
    height:auto;
    max-width: 100%;
    background: transparent;
}

p_1 {
    color: rgb(82, 82, 82);
    font-family: open sans, sans-serif;
    font-size: 14.545454025268555px;    
}

ahref1 {
    color: rgb(181, 70, 23);
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    font-size: 14.545454025268555px;
    line-height: 21.600000381469727px;
}

#GoogleMaps {
    width: 100%;
    height: 400px;
    border: 0px currentColor;
}

#GoogleCalendar {
    border: solid 1px #777;
    width: 100%;
    height: 500px;
}