﻿body
{
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    background-image: url('../Images/OakwoodHillsBackground.jpg');
    background-size: cover;
    /*min-height: 100vh;*/
    overflow-x: hidden;
    /*overflow-y: hidden;*/
}
header
{
    color: #B97A56;
}
main
{
    margin:0;
    padding:0;
}
.PageBackground
{
    margin:0;
    padding:0;
    background-color: #EDEDED;
    color: #000000;
}
.FooterBackground
{
    background-color: #B97A56;
}
.HOALinks
{
    color:#B97A56;
    font-size:14px;
}
.HOALinks:hover
{
    color: #B97A56;
    font-size: 14px;
}
.FooterLink
{
    color:white;
    font-size:11px;
}
.FooterLink:hover
{
    color: white;
    font-size: 11px;
}
h3
{
    color:#B97A56;
    font-size: 18px;
    font-weight:bold;
    margin-left:10px;
}
h5
{
    color:#B97A56;
    font-size: 14px;
    font-weight:bold;
    margin-left:0px;
}
.hidden
{
    display: none;
}
/*===== BEGIN  Diamond Line =====*/
.lineContainer
{
    width:100%;
}
.line
{
    width:100%;
    height:45px;
    position:relative;
}
.line::after, .line::before
{
    content:"";
    position:absolute;
    margin:auto;
    height:2px;
    background: #B97A56;
    width:45%;
    top:45%;
}
.line::after
{
    left:0;
}
.line::before
{
    right:0;
}

.diamond
{
    height:40px;
    width: 40px;
    border: 2px solid #B97A56;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    transform: rotate(45deg);
    background-color: #B97A56;
}
.maxline
{
    width:100%;
    height:45px;
    position:relative;
}
.maxline::after, .maxline::before
{
    content:"";
    position:absolute;
    margin:auto;
    height:2px;
    background: #B97A56;
    width:45%;
    top:45%;
}

.maxline::after
{
    left:0;
}
.maxline::before
{
    right:0;
}

.smdiamond
{
    height:5px;
    width: 5px;
    border: 2px solid #B97A56;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    transform: rotate(45deg);
    background-color: #B97A56;
}


.diamondLine
{
	border-top: 1px solid #B97A56;
	padding-top:5px;
	padding-bottom: 5px;
	margin: 0 auto 0;
	width: 90%;
	position: relative;
}

.diamondLine:before, .diamondLine:after
{
	content: "";
	width: 10px;
	height: 10px;
	background: #B97A56;
	position: absolute;
    transform: rotate(45deg);
	top: -6px;
}

.diamondLine:after
{
	right: 0;
}
/*===== FINISHED  Diamond Line =====*/
.form-control:focus
{
    border-color: #B97A56;
    box-shadow: 0 0 0 0.2rem rgba(185, 122, 86, 0.25);
}
.form-select:focus
{
    border-color: #B97A56;
    box-shadow: 0 0 0 0.2rem rgba(185, 122, 86, 0.25);
}
.OakwoodHillsButton, .OakwoodHillsButton:hover
{
    background-color: #B97A56;
    border-color: #B97A56;
}
:root
{
  /*--primary-clr: #b38add;*/
  --primary-clr: #B97A56;
}

@media screen and (max-width: 1000px)
{
  body
  {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .CalContainer
  {
    min-height: 100vh;
    flex-direction: column;
    border-radius: 0;
  }
  .CalContainer .CalLeft
  {
    width: 100%;
    height: 100%;
    padding: 20px 0;
  }
  .CalContainer .CalRight
  {
    width: 100%;
    height: 100%;
    padding: 20px 0;
  }
  .calendar::before,
  .calendar::after
  {
    top: 100%;
    left: 50%;
    width: 97%;
    height: 12px;
    border-radius: 0 0 5px 5px;
    transform: translateX(-50%);
  }
  .calendar::before
  {
    width: 94%;
    top: calc(100% + 12px);
  }
  .events
  {
    padding-bottom: 340px;
  }
  .add-event-wrapper
  {
    bottom: 100px;
  }
}
@media screen and (max-width: 500px)
{
  .calendar .month
  {
    height: 325px;
  }
  .calendar .weekdays
  {
    height: 40px;
  }
  .calendar .days .day
  {
    height: 40px;
    font-size: 0.8rem;
  }
  .calendar .days .day.active,
  .calendar .days .day.today
  {
    font-size: 1rem;
  }
  .CalRight .today-date
  {
    padding: 20px;
  }
}

/* === BEGIN CAROUSEL SETTINGS === */
.box img
{
    width: 100%;
    height: 300px;
}
.box1 img
{
    object-fit: cover;
}
.box2 img
{
    object-fit: contain;
}
.box3 img
{
    object-fit: fill;
}
.carousel-control-next-icon,
.carousel-control-prev-icon
{
    width: 5vw;
    height: 5vw;
    z-index:99999;
}
/* === FINISHED CAROUSEL SETTINGS === */
.Full100Percent img
{
    width:100%;
}

/* === Error Styling === */
.Errors
{
	font-family:Verdana,sans-serif;
	font-size:12px;
	color:#9e0000;
}
.Errors ul
{
	list-style-type:square;
	padding-left:30px;
	color:#000000;
}
.HOA_ul
{
	list-style-type:disc;
	/* padding-left:30px;*/
	color:#000000;
    margin-bottom: 0;
}
.HomepageText
{
    color:#000000;
    font-size: 13px;
    /*font-weight:bold;*/
}
p
{
    margin:0 0 0 0;
    padding:0 0 0 0;
}