/* Ensure the body and html take up the full view */
html, body {
    margin: 0;
    font-family: Arial, sans-serif;
    height: 100%;
    font-size: 25px;    
    background-color: #1e2f5d;
    color: white;

    
} body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
p {
 font-size: 18px;
 color: white;
}
h1 {
  font-size: 98px;
  font-family: "Brush Script MT", "Lucida Handwriting", cursive;
  color: white;
  text-align: center;
} .paraOne {
  text-indent: 50px;
} h3 {
  color: white;
}

.navbar {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
  overflow: hidden;
  background-color: #1e2f5d;
  padding-top: 10px;
  padding-bottom: 10px;
} .navbar a {
  font-weight: bold;
  align-items: center;
  color: #01d8e7;
  padding: 10px;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s;
} .navbar a:hover {
  color: white;
} .navbar .openBtn {
  display: none;
} .contactLinks {
  top: 0;
  float: right;
  font-weight: bold;
  color: #dddddd;
  text-decoration: none;
  font-size: 1.3rem;
} .contactLinks a:hover {
  color: white;
  transition: color 0.3s;
}
.mySidenav {
  width: 100%;
  height: 0%;
  position: fixed;
  z-index: 1;
  bottom: 0;
  background-color: #1e2f5d;
  overflow-x: hidden;
  display: hidden;
  justify-content: center;
  align-items: center;
  transition: height 0.2s;
}
.sideNav {
  display: none;
    transition: display 0.2s;;
}
.mySidenav a {
  padding: 8px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.mySidenav a:hover {
  color: #f1f1f1;
}

.mySidenav .closebtn {
  position: relative;
  top: 0;
  float: bottom;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.heroContainer {
  background-image: url("../Images/Logos/A-Team Banner.jpg");
  min-height: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  justify-items: center;
  display: grid;
  place-items: center;
  
} .heroText {
  color: Black;
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
  
} .heroText a, p {
  display: inline-block;
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
} 

.logo {
  max-width: 30%;
  min-width: 30%;
  opacity: 0;
}

.Column {
  background-color: #019da8;
  background-image: linear-gradient(#1e2f5d, #019da8, #019da8, #019da8, #1e2f5d);
  padding: 5px;
  padding: 0px;
  flex-grow: 1;
} .Column p {
    justify-self: left;
} .Column h1 {
    justify-self: center;
}
.content {
  max-width: 50%;
  float: left;
  padding: 20px;
  padding-left: 15%;
  font-size: 36px;
} .content p {
  font-size: 24px;
} .content ul li {
  font-size: 24px;
}
 .contentHeader {
  padding:0px;
  width: 100%;
  background-color: #1e2f5d;;
}

.content p a {
  color: white;
  text-decoration: none;
  background-color: magenta;
} .content ul li {
  text-align: left;
  text-decoration: none;
  list-style-type: none;
  color: white;
} li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
} li a:hover {
  color: white;
}
.secondContent {
  max-width: 40%;
  float: right;
  padding: 20px;
}
.Footer {
  background-color: #1e2f5d;
}

.sheetLink {
  padding: 12px;
  background-color: white;
  text-decoration: none;
  color: white;
} .sheetLink:hover { /* will change later */
  background-color: #1e2f5d;;
} 
.openBtn {
  display: none;
} .mobileSocial {
  display: none;
} #location {
  color: black;
  font-weight: bold;
} .photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.photos img{
  transform-origin: center;
  transition: transform 0.5s ease;
  width: 300px;
  height: 360px;
  margin: 3px;
} .photos img:hover {
  transform: scaleX(0.9) scaleY(0.9);
}
@media screen and (max-width: 1280px) {
  .heroText a img {
    max-width: 50%;
  }
  .heroContainer {
    min-height: 200px;
} .content {
  max-width: 100%;
  padding-left: 20px;
  float: none;
  justify-content: center;
  align-items: center;
}
.secondContent {
  max-width: 100%;
  float: none;
} 
iframe {
  width: 100%;
}
.desktopSocial {
  display: none;
}
.mobileSocial {
  display: block;
}
}
@media screen and (max-width: 600px) { 
  body {
    text-align: center;
  }
  .navbar.responsive {position: relative;}
  .navbar.responsive .openBtn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar a.openBtn {
    float: left;
    display: block;
  }
  .navbar .navlinks {
    display: none;
    text-align: left;
  }
.heroContainer {
  min-height: 90%;
} li a {
  font-size: 16px;
}
}