

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-size: 100%;
    font-weight: normal;
  }

  h1{
    font-size: 3em; 
	  
  }

  h2{
    font-size: 1.75em;
	  
  }

  h3{
    font-size: 1.3em;
  }
  p {
	  font-size: 0.85em;
    margin: 0;
    padding: 0;
    line-height: 1.5;
	 
	
  }
  body {
   /* text-transform: uppercase; */

  background: none;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  overflow-x: hidden;
  min-height: 100%;

  }

  html{
    scroll-behavior: smooth;
	  height: 100%; 
  }

body{
height: 100%; 
overflow-y: scroll;}

  /* Set up flexbox layout */
  .pagecontent {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7.5% 0;
  }
  
  .contentwrapper {
    width: 90%;
    min-height:80%;
    padding: 1%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: flex-start;
    align-content: flex-start;
    border-radius: 20px;
    box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
	  
  }
  .contenttitle{
    width: 100%;
    padding: 1%;
  }
  .contenttext,
  .contentimage {
    width: 45%;
    min-height: 35em;
    padding: 1%;
    display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
align-content: flex-start;
	  
  }

.contenttext p{
	font-size: 1em; 
	 
}


 
  .contentimage {
    
   min-height: 40em; 

    
  } 
  .imagetitle{
    display: none; 
  }
  .contentimage {
    background-size: cover;
    background-position: center;
	  
    
  }

  .contentimage img {
   
    width: 100%; 
    height: 45em; 
	  border-radius: 20px;
  }

button{
	width: 80%; 
	background: #FEFF86;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: center;
	color: black; 
	border-radius: 12px; 
	border: none;
	text-decoration: none; 
	height: 2em; 
}

button:hover{
scale: 1.1; 
	background: #FFF200;
}



  
  
  @media screen and (max-width: 768px) {
	  .pagecontent{
	  padding-top: 5em;}
	  .contentwrapper{
		 
		 
	  display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
align-content: flex-start;
	  
	  }
	  
	  .contenttitle{
	  display: none; }
	  
	  .contenttext,
   {
      width:20%;
	   background: orange; 
    }

    .contentimage{
            order:0;
            position: relative;

		min-height: 20em; 
		width: 100%; 
        }
	  
	  .contentimage img{
	  height: 20em; 
	  object-fit: cover;
}
	  
	  
	  
        .contenttext{
            order: 1; 
			width: 100%;
			
        }


.imagetitle {
    display: block;
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
	color: #FEFF86;
	 
	 
  
}
	  
	   h1{
    font-size: 3.5rem; 
		   
  }

  h2{
    font-size: 2.5rem;
  }

  h3{
    font-size: 2rem;
  }

}