.header {
    padding: 60px;
    text-align: center;
    background: #bc4749;
    color: #f2e8cf;
    font-size: 30px;
    
  }
.intro{
    font-size: 20px;
}
.warpper{
    width: 920px;
    height: auto;
    margin-bottom: 1%;
    opacity: 1;
}


video{
    width: 430px;
    height: 350px;
    border: 1px solid black;
    float: left;
    
}

.TEXT{
    background-color: #f2e8cf;
    width: 430px;
    height: 350px;
    margin-left: 20px;
    border: 1px solid black;
    float: left;
}
.TEXT h3{
    padding-top: 5%;
    font-family: 'Brush Script MT', cursive;
    font-size: 40px;
    text-align: center;
}

.TEXT p{
    line-height: 30px;
    padding-left: 5%;
    padding-right: 5%;
    font-family: 'Courier New', monospace;
    text-align: center;
}

.clear{
    clear: both;
}
.Warp{
    background-color: #f2e8cf;
    width: 1200px;
    height: auto;
}

.LEFT1{
    width: 45.5%;
    height: auto;
    float: left; 
    margin-right: 5%;
    margin-left: 4%;
}

.RIGHT1{
    width: 45.5%;
    height: auto;

    float: left;
}

.Warp h3{
    color : #bc4749;
    font-size: 30px;
    width: inherit;
}

#BB{
    display: block;
}


* {
	box-sizing: border-box;
}

body {
    background-color: #f2e8cf;
    /* background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cpattern id='doodad' width='40' height='40' viewBox='0 0 40 40' patternUnits='userSpaceOnUse' patternTransform='rotate(135)'%3E%3Crect width='100%25' height='100%25' fill='rgba(242, 232, 207,1)'/%3E%3Ccircle cx='20' cy='20' r='2' fill='rgba(26, 32, 44,1)'/%3E%3Ccircle cx='20' cy='-20' r='2' fill='rgba(26, 32, 44,1)'/%3E%3Ccircle cx='0' cy='20' r='1' fill='rgba(237, 137, 54,1)'/%3E%3Ccircle cx='20' cy='0' r='1' fill='rgba(237, 137, 54,1)'/%3E%3Ccircle cx='40' cy='20' r='1' fill='rgba(237, 137, 54,1)'/%3E%3Ccircle cx='20' cy='40' r='1' fill='rgba(237, 137, 54,1)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23doodad)' height='200%25' width='200%25'/%3E%3C/svg%3E "); */
    font-family: 'Roboto Slab', serif;
	font-size: 1.2rem;
	margin: 0;
	padding: 1rem;
	display: grid;
	place-items: center;
	min-height: 100vh;
}

ol {
	padding: 0;
	margin: 0;
	max-width: 700px;
	position: relative;
}

ol::before {
	content: '';
	width: 0.5rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 8%;
	background: #a7c957;
	z-index: -1;
}

li {
	padding: 0.5rem 1.5rem 1rem;
	border-radius: 1.5rem;
	background: #a7c957;
    color: #386641;
}

li + li {
	margin-top: 1rem;
}

::marker {
	font-weight: 600;
	color: #6a994e;
	font-size: 1.8rem;
}

/* CSS */
button{
    margin-right: 5px;
    margin-left: 5px;
}
.button-54 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  border: 3px solid;
  padding: 0.25em 0.5em;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-54:active {
  box-shadow: 0px 0px 0px 0px;
  top: 5px;
  left: 5px;
}

@media (min-width: 768px) {
  .button-54 {
    padding: 0.25em 0.75em;
  }
}

/* Note */
.Note{
    margin-top: 1%;
    margin-bottom: 1%;
}
.ribbon-highlight{
    
    font-size: 1.7em;
    position:relative;
    margin:0.1em;
    color: white;
    padding: 0 14px;
    margin: 0 15px;
  }
  .ribbon-highlight:before{
    content:"";
    z-index:-1;
    left:-0.7em;
    top:-0.1em;
    border-width:0.8em;
    border-style: solid;
    border-color: #bc4749;
    position:absolute;
    width:100%;
    border-left-color:transparent;
    border-right-color:transparent;
  }
  
  img{
    margin-right: 10px;
    width: 40px;
    height: 40px;
    float: left;
  }
  

