/*
Theme Name: Understrap Child
Theme URI: https://understrap.com
Template: understrap
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,translation-ready,block-styles,wide-blocks,editor-style,threaded-comments,accessibility-ready
Version: 1.2.2.1674153767
Updated: 2023-01-19 19:42:47

*/

body {
	min-height: 100%;
	scroll-margin-top:2rem !important;
}

h4, h3, h2, h1 {
    color: #50526b;
}

.myheader {
	max-width:100%;
	/*height:200px;*/
	background-color: #bbbdd6;	
}

.mynavbar {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
	z-index:999;
	background-color: #50526Bc4;
}
.row {
    min-height: 70vh;
}
.myfooter{
	background:url("/wp-content/uploads/2023/02/hory.png")  repeat-x scroll center top transparent; 
	width:100%; 
	height:190px;                                     
	overflow:hidden; 
}

.mysite-info {
    position: absolute;
    bottom: -150px;
}

.mysite-info a{
	color:#bbbdd6;
	text-align:center;
	vertical-align:bottom;
}

.mywrapper{
	padding: 0px 0; 
}

.iframe-container {
  overflow: hidden;
  padding-top: 55%;
  position: relative;
}

.iframe-container iframe {
  border: 0;
  height: 500px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.btn-primary.custom-btn {
	background-color: #50526b;
	border-color: #50526b;
}

:target:before {
    content: "";
    display: block;
    height: 70px;
    margin: -70px 0 0;
}
