@charset "utf-8";
/* CSS Document */

/* CORE STYLES */
:root {
  --primary-color: rgba(200, 200, 200, 0.20);
  --overlay-color: rgba(95, 95, 95, 0.90);
  --menu-speed: 0.75s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  backgound; linen;
 }



body {
  font-family: Tahoma, verdana, arial ;
  max-width: 1200px;
  margin: 0 auto !important; 
	float: none !important; 
  
 }


a {
  text-decoration: none;
}

.content: {
	max-width: 1200px;
}

.container {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0.5rem;
  
}

.showcase {
  background: var(--primary-color);
  color: #fff;
  Height: 30vh;
  position: relative;
  text-shadow:5px 5px 10px black;
  box-shadow: 1px 10px 8px  #888888;
  
 
  
 
}

.showcase:before {
  content: '';
  background: url('http://intuitivegardeners.ca/images/owlcover2.jpg') no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width:  100%;
  height: 100%;
  z-index: -1;
}

.announcement {
  background: rgb(253, 67, 81);
  color: #fff;
  Height: 25vh;
  position: relative;
  text-shadow:5px 5px 10px black;
  box-shadow: 1px 10px 8px  #888888;
 
  
 
}

.showcase .showcase-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;

  
}

.showcase h1 {
  font-size: 3.8rem;
}

.showcase h2 {
	font-size: 3.2rem;	
}

.showcase h3{
	font-size: 2.7rem;
}

.showcase p {
  font-size: 2.3rem;
}



.btn {
  display: inline-block;
  border: none;
  background: rgb(85, 10, 117);
  color: #fff;
  padding: 0.45rem 1.5rem;
  margin-top: 1rem;
  text-shadow:5px 5px 10px black;
  transition: opacity 1s ease-in-out;
  text-decoration: none;
  


  box-shadow: 5px 10px 8px #888888;
}

.btn:hover {
  opacity: 0.7;
}



.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
   
}

.showcase2 {
  background: var(--primary-color);
  color: #fff;
  Height: 25vh;
  position: relative;
  max-with: 1200px;
  text-shadow:5px 5px 10px black;
}

.container2 {
  max-width: 1180px;
  margin: auto;
  display: block;
  background: rgb(85, 10, 117);
  color: #fff;
  border: 1px solid;
 
  Height: 85px;
  position: relative;
  text-shadow:5px 5px 10px black;
  box-shadow: 5px 10px 8px #888888;
}
 
.container3 {
  max-width: 1180px;
  margin: auto;
  display: flex;
  background:  rgb(85, 10, 117);
  color: #fff;
  Height: 125px;
  border: 1px solid;
  overflow: hidden;
  position: relative;
  justify-content: center;
  align-items: center;
  text-shadow:5px 5px 10px black;
  box-shadow: 5px 10px 8px #888888;
}
 
.container4 {
    display: flex;
    margin: 50px;    
	max-width: 1180px;
	background-color: white;
	text-align: left;
	border: 1px solid;
	padding: 0.5 rem;	
	position: relative;	
	align-items: center;
	height: 300px;
	}

.container5 {
  max-width: 1180px;
  margin: auto;
  display: block;
  background: var(--primary-color);
  color: #fff;
  border: 1px solid;
  height: 100px;
  padding: 0.5rem;
  position: relative;
  text-shadow:5px 5px 10px black;
  box-shadow: 5px 8px 8px #888888;
}
.tricky {
  margin: auto;
  width: 98%;
  background-color: white;
  font-size: 2.5vh;
  padding: 10px;
}

.video-container {
        float: left; /* Floats the video to the right, causing text to wrap left */
        margin-right: 20px; /* Adds space between the video and the text */
        margin-bottom: 10px; /* Adds space below the video */
    }

