:root {
--LightBlue: #3388BB;
--CreamWhite: #f4f4f4;
--DarkGrey: #333333;
--DarkerGrey: #222222;
--BrightOrange: #FF8C00;
}

body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
/* background: url('https://static.wixstatic.com/media/a3c153_3592f141741849e8b2cb99afa8e3a412~mv2.jpg') no-repeat center center fixed; */
background-size: cover;
color: #333333;
display: flex;
flex-direction: column;
min-height: 100vh;
}

h1 {
font-weight: lighter;
font-size: 40px;
}

h2 {
font-weight: lighter;
font-size: 24px;
}

h3 {
font-weight: lighter;
}

h4 {
font-weight: lighter;
}

h5 {
font-weight: lighter;
font-size: small;
}

.hero {
  background: url("../../resources/imgl/woodhang_img\(DSC_0286\).JPG") center / cover no-repeat;
}

header {
/* background: linear-gradient(#4CAF50CC, #4CAF50CC);*/
color: #f4f4f4;
text-align: left;
padding-left: 30px;
}

nav {
background-color: #333333CC;
overflow: hidden;
}

a {
color: inherit;
text-decoration: none;
}
a:hover {
text-decoration: none; 
}

nav a {
float: left;
display: block;
color: #f4f4f4;
text-align: center;
padding: 14px 20px;
text-decoration: none;
}
nav a:hover {
background-color: #f4f4f4;
color: black;
overflow: hidden; 
transition: ease 300ms;
}

.ula:hover {
  text-decoration: underline;
}

.container {
margin: 20px;
flex: 1;
overflow: hidden; 
}
.main {
flex: 70%;
margin: 20px;
margin-top: 0;
background-color: #f4f4f4;
border-radius: 12px; /* Adjust the radius for more or less rounding */
overflow: hidden; 
}
@media (max-width: 574px) {
  .container {margin: 0px}
  .main {padding: 0px; margin-left: 20px;}
  
} /* 574px is where the footer changes layouts. Don't question it. */

.spacer {
flex-grow: 1; /* Spacer to push footer to the bottom */
}
footer {
text-align: left;
position: relative;
padding: 30px 0;
width: 100%;
}
@media (max-width: 574px) {
  .foot-cee {
  position: relative;  
  transform: translateY(90%);
  /* bottom: -100%;  (absolute/fixed positioning) */
}
}
/* nsm */

/* Footer CSS **********/
.footer-columns {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: 2px;
}

.footer-column h4 {
margin-bottom: 10px;
}

.footer-column a {
display: block;
color: #ccc;
text-decoration: none;
margin: 6px 0;
}

.footer-column a:hover {
color: #fff;
}
.divider {
  border: none;
  height: 1px;
  background: #444;
  margin: 40px 0;
} /* Can't remember what this does. */

/* /nsm */

.main-footer {
background:
linear-gradient(#222222cc, #222222cc), 
url('https://static.wixstatic.com/media/a3c153_3592f141741849e8b2cb99afa8e3a412~mv2.jpg') bottom center / contain fixed no-repeat; 
color: #f4f4f4;
}
.main-footer-content {
  padding-left: 30px;
}

@media (max-width: 1400px), (min-width: 800px) {
  .main-footer {
  background-size: cover;
  }
  .footer-columns {
  display: left;
  gap: 2px;
  }
}

.sub-footer {
background-color: #333333ff;
color: #f4f4f4;
}
.sub-footer-content {
font-weight: lighter;
font-size: 12px;
padding-left: 30px;
padding-bottom: 10px;
}

.hidden {
display: none;
}

/* 3388BB Light Blue */
/* f4f4f4 Background Cream White */
/* 333333 Dark Grey */
/* 222222 Darker Grey */
/* FF8C00 Bright Orange */
/* 3388BB Light Blue */
/* 3388BB Light Blue */
/* 3388BB Light Blue */