/*
 Theme Name:     PATK Divi Child
 Theme URI:      https://www.elegantthemes.com/
 Description:    PATK Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "mundial", sans-serif;
}

.hero-container {
  background: url(https://www.lasallebristol.com/wp-content/uploads/LSB-Building.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding-top:30px; */
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .85); 
  position: relative;
  z-index: 2; 
}

.hero-content {
  text-align: center;
  color: #fff;
  margin-bottom: 2rem; 
  background-color:#1566AAB8;
  border-radius: 10px;
  padding: 0px 5%;
}

.hero-content h1 {
  font-size: 1.2em;
  margin-bottom: 50px;
  letter-spacing: 2px;
  color:#fff;
  font-weight:normal;
}

.cta-button {
  display: inline-block;
  padding: 0.70rem 4rem;
  border-radius: 5px;
  background-color:#1566AAB8;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size:16px;
  letter-spacing:1px;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.cta-button:hover {
  background-color: #1b65ac;
  color: #fff;
}

.logo-container {
  margin: 50px 50px 0 50px;
}

.logo-container img {
  max-width: 250px; 
}