
:root{
	--heading2-font-size : 48px;
	--paragraph-font-size: 14px;
}

.debug *{
  border: 1px solid red;
}

.head-paragraph{
	font-size: var(--heading2-font-size);
	padding: 0px !important;
}

.welcome-text{
	font-size: var(--paragraph-font-size);
}

.member-tab-bar button{
	margin: 0px 5px;
}

.blue_bg{
	background-color: var(--member-bg-blue);
}

.padding-side-post-gallery{
	padding-right: 10px !important;
    padding-left: 15px !important;
}

.pl-0{
	padding-left: 0px !important;
}

.pr-0{
	padding-right: 0px !important;
}

.gallery_post a:hover{
	text-decoration: none;
}

/********/
/* The Modal (background) */
.modal_b {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(12,61,139,0.8); /* Blue w/ opacity */
}

/* Modal Content/Box */

.modal-content {
    /*background-color: #fefefe;*/
    background: rgba(0,0,0,0) !important;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid rgba(0,0,0,0) !important;
    width: 50% !important; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1px !important;
}

.fa-times-circle{
	color: white !important;
	font-size: 2em !important;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/***************/
.modal_video{
	width: 100%; 
	height: 500px;
}

/** Video Embed Vimeo **/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
		
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


.dot{
  color: #3083ff;
  margin-left: 5px;
}

.bgBlueValidation{
  background-color: #007bff !important;
}