/*  04/13/2025  */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

body {
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #926239;
}

.showcase {
  background-image: url('img/bg.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  align-items: center;
  text-align: center;
  padding: 80px 20px;
  overflow: hidden;
  color: #EE82EE;
  
}

.showcase h1 {
  font-size: 2em;
  line-height: .2;
}

.showcase p {
  font-size: 1.5em;
}

.showcase .button {
  font-size: 1.2em;
  text-decoration: none;
  color: #EE82EE;
  border: #926239 1px solid;
  padding: 3px 20px;
  border-radius: 10px;
  margin-top: 670px;
}

.showcase .button:hover {
  background: #87CEFA;
  color: #FFFF00;
}

.showcase .button-b {
  font-size: 1.0em;
  text-decoration: none;
  color: #926239;
  border: #926239 1px solid;
  padding: 10px 10px;
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.showcase .button-b:hover {
  background: #87CEFA;
  color: #fff;
}

.section-b {
  text-align: center;
  padding: 10px;
  background: ;
  text-align: center;
  font-size: 1.2em;
}

.section-b img {
  padding: 20px;
  background:;
  width: 75vw;
  height: auto;
  box-shadow: 5px 10px 10px#D3D3D3;
}

.section-c {
  text-align: center;
  padding: 10px;
  background: ;
  text-align: center;
  font-size: 1.2em;
}

.section-c .button {
  font-size: 1.2em;
  text-decoration: none;
  color: red;
  border: #926239 1px solid;
  padding: 10px 10px;
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.section-c .button:hover {
  background: #87CEFA;
  color: #fff;
}

.space3 {
	      height: 600px;
}





@media screen and (max-width: 600px) {


.showcase {
  background-image: url('img/sm-bg.jpg');
  height: 50vh;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
}

.button-b {
display: none;
}
}


footer {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 30px;

}
