@charset "utf-8";
/* CSS Document */


:root {
    font-size: 16px;
}

body {
    color: #190000;
    font-family: sans-serif;
}

a {
	text-decoration:underline;
}

.str-flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

/* ========== profile media; photo, streetview, map ========== */

/* this first one is now old - delete it */
.profile-photo {
	width:clamp(300px, 80.0vw, 700px);
	height:auto;
	margin:auto;
	border: 1px solid #000000;
}
.profile-media {
	width:clamp(300px, 80.0vw, 600px);
	height:auto;
	margin:auto;
	border: 1px solid #000000;
}
.profile-media-wrapper {
    position: relative;
    padding-bottom: 56.25%;
}
.profile-media-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
		border: 0px;		
}
.profile-media-caption {
	width:clamp(300px, 80.0vw, 600px);
	height:auto;
	margin:auto;
	padding-top:20px;
	text-align: center;
	font-style: italic;
	font-size: 14px;
}


/* ========== maps ========== */

.map-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
		max-width: 100%;
		margin: auto;
		border: 0px;
}
.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
		border: 0px;		
}
.map-wrapper #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
		border: 0px;		
}

.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
    font-size: 9px !important;
}

/* ========== profile stuff ========== */

.description {
	background-color: #F9EEEE;
	border-radius: 10px;
	padding:12px;
	color: #000000;
	font-size: clamp(17px, 18px, 19px);
}

.description-attribution {
	display: block;
	font-size: 12px;
	color: #B16262;
	text-align: right;
}

.str-box-page hr {
	border-top: 1px solid #aeaeae;
	margin: 30px auto 20px 0;
}

/* ========== sidebar ========== */

.str-box-side {	
	/* background-color: #EEF7EE; */
	padding: 30px 10px 10px 10px;
	color: #003300;
	border-left: 0px;
	border-top: 1px solid #1F651F;
}

@media all and (min-width: 768px) {    
  .str-box-side {
		padding: 10px 10px 10px 10px;
		border-left: 1px solid #1F651F;
		border-top: 0px;
	}
}

.str-box-side h3 {
	color: #1F651F;
}


/* ========== navbar ========== */

.navbar {
	/*background-color: #FAEDED;*/
	border-bottom: 2px solid #B16262;
}

.navbar-brand-text {
	vertical-align: middle;
	font-size: clamp(13px, 6.0vw, 24px) !important;
	line-height: 100%;
	display:inline-block;
	margin:0px -5px 0 5px;
	text-align: center;
}
.navbar-brand-text span {
	font-size: 13px;
	line-height: 100%;
	text-align: center;
	display: block;
}


.intro {
	margin: 26px auto 0;
	text-align: center;
	width: clamp(260px, 50%, 800px);
}

.logo-svg{
	display:inline-block;
	box-sizing: border-box;
	width:30px;
	height:30px;
	border-radius: 30px;
  border: 0px solid #000000;
	background-color: #FFFFFF;
}

.icon-letter{
	display:inline-block;
	box-sizing: border-box;
	width:40px;
	height:40px;
	border-radius: 40px;
  border: 2px solid #000000;
	overflow: hidden;
	font-size:60px;
	font-weight: bold; 
	line-height:36px;
	vertical-align: middle;
	text-align:center;
	color: #7E2727;
	background-color: #FFFFFF;
}




a, a:visited, a:active {
color: #337ab7;
}
a:focus, a:hover {
color: #23527c;
}

img {
    display: block;
    max-width:100%;
    height:auto;
}


/* ========== Customize ========== */

.button:focus, .button:hover {background-color: #269abc;}
.button a, .button a:visited, .button a:active {
    color: #ffffff;
    text-decoration: none;
}
.button a:focus,.button a:hover {
    color: #ffffff;
}

.btn, .btn:visited, .btn:active {
    color: #ffffff;
    text-decoration: none;
}

.btn-outlined {
    color: #007bff !important;
    background-color: #ffffff;
    border-color: #007bff;
}
.btn-outlined:hover {
    color: #0069d9 !important;
    background-color: #ffffff;
    border-color: #0069d9;
}
.btn-outlined svg {
    fill: #007bff;
		margin-top: -2px;
}
.btn-outlined:hover svg {
    fill: #0069d9;
}

/* ========== Headings ========== */
 
h1 {
        font-size: clamp(30px, 5.0vw, 50px);
				/* color: #B16262; */
				letter-spacing: -0.8px;
				line-height: 1.1;
				margin:0;
}
.h1home {
        font-size: clamp(40px, 6.0vw, 60px);
				color: #B16262;
				letter-spacing: -0.9px;
				line-height: 1;
				margin:0;
}
.welcometo {
        font-size: clamp(16px, 4.0vw, 20px);
				color: #B16262;
				letter-spacing: -0.9px;
				line-height: 1;
				margin-top:20px;
				margin-bottom:-5px;
}
h2 {
        font-size: clamp(18px, 3.5vw, 20px);
    }
h3 {
        font-size: clamp(16px, 3.0vw, 18px);
    }
h4, h5, h6 {
        font-size: 15pt;
	}


/* ========== STR Theme layout ========== */

.str-box-all {}

.str-box-header a {
	text-decoration:none;
}

.str-box-nav {}

.str-box-main {
  width:98%;margin: auto;
	padding: 20px 0;
}
@media all and (min-width: 768px) {    
  .str-box-main {
		width:94%;margin: auto;
	}
}

.str-box-page{padding:10px;}

/* 1 column */
.str-box-page-1 {flex: 0 0 100%; order: 1;}

/* 2 columns right bottom */
.str-box-side-right-bottom-2 {flex: 0 0 100%; order: 2;}
@media all and (min-width: 768px) {    
.str-box-side-right-bottom-2 {flex: 11 0 0%; order: 2;} }
@media all and (min-width: 992px) {    
.str-box-side-right-bottom-2 {flex: 7 0 0%; order: 2;} }

.str-box-page-left-top-2 {flex: 0 0 100%; order: 1;}
@media all and (min-width: 768px) {    
.str-box-page-left-top-2 {flex: 20 0 0%; order: 1;} }
@media all and (min-width: 992px) {    
.str-box-page-left-top-2 {flex: 20 0 0%; order: 1;} }


.str-box-footer {
    background-color: #ffffff;
		border-top: 2px solid #999999;
    padding: 15px;
    color: #999999;
    font-size: 14px;
    line-height: 1.2;
		text-align: center;
}

.str-box-footer a {
	color: #999999;
    text-decoration: underline;
}

.str-box-footer a:visited, .str-box-footer a:hover, .str-box-footer a:active {
	color: #999999;
}
.str-box-footer img {
	display:block;
	margin: 5px auto;
	width: 150px;
	height: auto;
}
.str-box-footer span {
	display:block;
	margin:0;
	font-size:12px;
}
