/*@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,wght@1,200&display=swap');*/
@font-face {
  font-family: "Source Serif 4";
  src: url('../fonts/SourceSerif4-LightItalic.ttf') Format('truetype');
}


:root {
  --mainWhite: #fff;
  --mainBlack: black;
  --secondaryBlack: #1B1212;
  --mainGrey: rgb(92, 88, 88);
  --secondaryGrey: rgb(231, 231, 231);
  --mainSpacing: 0.5rem;
  --secondarySpacing: 0.25rem;
  --mainTransition: all 0.4s ease-in-out;
  --mainRed: #751d1d;
  --mainBlue: #1D569C;
  --secondaryBlack: #222;
  --secondaryRed: rgb(245, 76, 76);
  --thirdRed: rgb(160, 42, 42);
}

html {
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow: auto;
}

.btn-primary {
  width: 240px;
  padding: 10px 10px;
  font-size: 20px;
  background-color: var(--mainRed);
  color: var(--mainWhite);
  border-color: var(--mainWhite);
  border: none;
  outline: none;
  transition: var(--mainTransition);
  cursor: pointer;
  border-radius: 20px;
}

.btn-primary:hover {
  background-color: var(--mainBlue);
  transition: var(--mainTransition);
}

.btn-primary a {
  text-decoration: none;
  color: #fff;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
}

/* *, *:before, *:after {
      box-sizing: inherit;
    }*/
/*Navbar////////*/
.navbar {
  position: fixed;
  top: 0;
  /*height: 140px;*/
  width: 100%;
  display: flex;
  align-items: center;
  background: var(--mainBlack);
  border-bottom: 2px solid var(--mainGreen);
  z-index: 2;
  padding: 25px 10px;
  /* Large padding which will shrink on scroll (using JS) */
  transition: 0.4s ease-in-out;
  /* Adds a transition effect when the padding is decreased */


}

.navbar-center {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.5rem;
}

.navbar-brand {
  width: 70px;
  height: 70px;
  /*width: 100px;*/
  /*height: 100px;*/
  background: url('../img/attalogo-6.png') no-repeat center center;
  background-size: cover;
  justify-content: space-around;
  color: var(--mainWhite);
  text-decoration: none;
  /*font-size:20px;*/
  /*border: 1px solid white;*/
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  /* Adds a transition effect when the padding is decreased */
}


.navbar-brand-smaller {
  width: 100px;
  height: 100px;
  background: url('../img/attalogo-1.png') no-repeat center center;
  background-size: cover;
  justify-content: space-around;

}

.navbar-brand-container-smaller {
  display: flex;
  align-items: center;

}


.navbar-brand-container {
  display: flex;
  align-items: center;

}

.navbar-brand-container-smaller {
  display: flex;
  align-items: center;

}

.hero {
  display: flex;
  width: 100%;
  position: relative;
  height: calc(100vh - 120px);
  background: center/cover no-repeat;
  background-color: black;
  justify-content: center;
  align-items: center;

}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.header-banner {
  position: absolute;
  width: 500px;
  z-index: 1;
}

.banner-title {
  margin-bottom: 3rem;
  color: var(--mainWhite);
  font-family: "Source Serif 4";
  font-size: 75px;
  font-weight: 700;

}

#video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.header-banner-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1rem;
  overflow: hidden;
  margin-top: 12rem;
  color: var(--mainWhite);
  font-family: "Source Serif 4";
  font-size: 75px;
  font-weight: 700;
  /*-webkit-text-stroke: 0.01px;
  -webkit-text-stroke-color: #ffeeee;*/

}

.fullscreen-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.fullscreen-video-wrap-video {
  min-width: 100%;
  min-height: 100%;

}

.logo-side {
  margin: 5px;
  color: white;
  font-family: 'Source Serif 4', sans-serif;
  font-weight: 300;
  font-size: 30px;
  transition: 0.4s ease-in-out;
  /* Adds a transition effect when the padding is decreased */
}


.logo-side-smaller {
  margin-right: 5px;
  margin-left: 5px;
  color: var(--mainBlack);
  font-size: 20px;
  font-family: 'Source Serif 4', sans-serif;
}

.navbar-nav {
  display: flex;
  list-style: none;

}

.address {
  font-family: 'Source Serif 4', sans-serif;
  color: white;
  font-size: 15px;
}

.nav-icon {
  display: none !important;
}

.fas.fa-bars {
  display: none !important;
}

.navigation {
  display: inline-block;
  margin-left: 0;
  text-decoration: none;
  color: var(--mainWhite);
  font-size: 1rem;
  padding: 1rem 1rem;
  cursor: pointer;
  transition: var(--mainTransition);
  font-family: 'Source Serif 4', sans-serif;

}

.navactive {
  border-bottom: var(--mainGrey)1px solid;
}

.navigation:hover {
  color: var(--secondaryRed) !important;
}

.navigation-dropdown:hover {
  color: var(--secondaryRed) !important;
}

.navigation-dropdown {
  position: relative;
  display: inline-block;
  margin-left: 0;
  text-decoration: none;
  color: var(--mainWhite);
  font-size: 1rem;
  padding: 1rem 1rem;
  cursor: pointer;
  transition: var(--mainTransition);
  font-family: 'Source Serif 4', sans-serif;

}


/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--thirdRed);
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  opacity: 0.8;
}

/* Links inside the dropdown */
.dropdown-content a {
  font-size: 17px;
  color: var(--mainWhite);
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: var(--mainTransition);
  border-bottom: 2px solid var(--mainBlack);

}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  color: var(--mainWhite);
  transition: var(--mainTransition);
  background-color: var(--secondaryBlack);


}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/*End of desktop Nav*/

/*Mobile Nav*/
.side-nav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.9;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
}


.side-nav a {
  margin-left: 5px;
  padding: 10px 10px 10px 30px;
  text-decoration: none;
  font-size: 18px;
  color: #ccc;
  display: block;
  transition: 0.3s;
  width: 200px;
  font-family: 'Source Serif 4', sans-serif;
}

#side-nav-b {
  padding: 10px 1px 10px 60px;
  text-decoration: none;
  font-size: 18px;
  color: #ccc;
  display: block;
  transition: 0.3s;
  width: 200px;
  font-family: 'Source Serif 4', sans-serif;
}

.side-nav a:hover {
  cursor: pointer;
  color: var(--mainWhite) !important;
}

.side-nav .btn-close {
  position: absolute;
  top: 0;
  right: 22px;
  font-size: 36px;
  margin-left: 50px;
  background-color: #111;
  color: white;
  opacity: 0.9;
  border: 1px solid #111;
}

/*End od Mobile Nav*/

#federal {

  scroll-margin-top: 125px;
}

#book {
  scroll-margin-top: 125px;
}

.intro {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;

}

.intro-contact {
  margin-top: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;

}

.intro-banner {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1rem;
  overflow: hidden;
}

.banner {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1rem;
  overflow: hidden;
  color: white;
  font-size: 30px;
}

.banner-about {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1rem;
  overflow: hidden;
  color: white;
  font-size: 30px;
  font-family: 'Source Serif 4', sans-serif;
}

.banner-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1rem;
  overflow: hidden;
  color: black;
  font-size: 30px;
  font-family: 'Source Serif 4', sans-serif;
}

.banner-left {
  width: 700px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.5rem;
  background: url('../img/tax-12.png') no-repeat center center;
  background-size: contain;


}

.banner-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.banner-right {
  margin: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 500px;
  min-height: 450px;
  font-size: 17px;
}

.article-container {
  min-height: 500px;
  ;
  background-color: var(--mainGrey);

}

.info-title {
  text-align: center;
  color: white;
  font-family: 'Source Serif 4', sans-serif;
}

.info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-left: 75px;
  margin-right: 75px;
}

.info-about {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-left: 150px;
  margin-right: 150px;
}

.info-resources {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 150px;
  margin-right: 150px;
  font-family: 'Source Serif 4', sans-serif;
  font-size: 18px;
}

.info-services {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.img-container-left {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.5rem;
  background: no-repeat center center;
  background-size: contain;

}

.img-container-left img {
  border: 2px solid black;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.5rem;
  background: no-repeat center center;
  background-size: contain;

}

.img-container-services {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.5rem;
  background: no-repeat center center;
  background-size: contain;

}

.img-container img {
  border: 2px solid black;
  width: 250px;
  height: 250px;
  -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  object-fit: cover;
}

.img-container-services img {
  border: 2px solid black;
  width: 100%;
  height: 250px;
  -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  object-fit: cover;
}

.info-right {
  margin: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 300px;
  color: white;
  font-family: 'Source Serif 4', sans-serif;
}

.info-right-ul li {
  color: white;
  margin: 10px;
  font-family: 'Source Serif 4', sans-serif;
}

.info-right-services {
  margin: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 420px;
  color: white;
  font-family: 'Source Serif 4', sans-serif;
}

.info-container {
  --animate-duration: 2s;
}

.info-container-resources {
  margin-bottom: 100px;

}

.info-container-resources-money {
  margin-bottom: 100px;

}

.resource-info {
  color: #fff;
  font-size: 17px;
}

.resource-info-li {
  list-style: none;
  margin: 10px;
  color: #fff;
}

.money {
  color: #bb3f3f;
  text-decoration: none;
  transition: var(--mainTransition);
}

.info-container-resources-table {
  margin-bottom: 100px;
  color: white;
}

.info-container-resources p {
  color: white;
}

.info-container-resources-table a {
  color: #bb3f3f;
  text-decoration: none;
  transition: var(--mainTransition);
}

.info-container-resources-table a:hover {
  color: lightblue;

}

.money:hover {
  color: lightblue;

}

thead {
  color: black;
  font-size: 25px;
  margin-bottom: 10px;
}

tr {
  margin-bottom: 10px;
}

table {
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: left;
}


table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

table tr {
  padding: .35em;
}

table th,
table td {
  padding: .625em;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.email-container {
  display: flex;
  justify-content: space-around;
}

/*Contact Form*/
form {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  clear: left;

}

input {
  width: 300px;
  height: 30px;
  font-size: 14px;
  margin-bottom: 10px;
}

textarea {
  width: 300px;
  height: 200px;
  font-size: 14px;
}

#textarea h1 {
  font-size: 20px;
  color: green;
}

.btn-email {
  width: 240px;
  padding: 10px 10px;
  font-size: 20px;
  background-color: var(--mainRed);
  color: var(--mainWhite);
  border-color: var(--mainWhite);
  border: none;
  outline: none;
  transition: var(--mainTransition);
  cursor: pointer;
  border-radius: 20px;
  margin-top: 20px;
}

.btn-email:hover {
  background-color: var(--mainBlue);
  transition: var(--mainTransition);
}

.btn-email a {
  text-decoration: none;
  color: #fff;
}

.location p {
  font-weight: bold;
}

.location p a {
  text-decoration: none;
  color: black;
}

.location p a:hover {
   color: var(--mainRed);
}

.location p,
.location h1 {
  font-family: 'Source Serif 4', sans-serif;
}

.staff-img {
  width: 175px;
  height: 175px;
  object-fit: contain;
}

.staff-title {
  color: var(--mainBlack);
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
}

.staff-blog a {
  text-decoration: none;
  color: var(--mainRed);
}

.staff-blog a:hover {
  text-decoration: none;
  color: lightblue;
  transition: var(--mainTransition);
}

/*End Contact Form*/

.staff-container {
  margin: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

  .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 2rem;
  height: 800px;
}

.gallery-current {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 2rem;
}

.gallery h1 {
  text-align: center;
}

.gallery-img-container {
  width: 450px;
  height: 500px;
  margin: auto;
}

.gallery-img-container-current {
  width: 400px;
  height: 500px;
  margin: auto;
}

.img-gallery {
  margin: auto;

}

.img-gallery img {
  transition: 1s;
  width: 100%;
  height: 100%;
  border: none !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.gallery img:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
}

.gallery-img-container-current img:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
}

.gallery-headline {
  Width: 100%;
  height: 100px;
  margin-top: 150px;

}


.gallery-headline h1 {
  letter-spacing: .5rem;
  text-align: center;
  font-size: 2rem;
  color: var(--mainBlack);
  font-family: 'Fjalla One', sans-serif;
}

.gallery-img-container p {
  width: 500px;
}


.note {
  text-align: center;
  margin-left: 300px;
  margin-right: 300px;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 17px;
  line-height: 1.5;
}




/*Footer*/
footer {
  height: 200px;
  background-color: var(--mainBlack);
  color: var(--mainWhite);

}

.copyright {
  color: var(--mainWhite);
  text-align: center;
}

.social-icons {
  height: 100px;
  padding: 0;
  text-align: center;
  margin: 0;
}

li.color {
  margin-top: 25px;
  display: inline-block;
  padding: 20px 80px 40px 80px;
  font-size: 1.5rem;
  align-content: space-between;

}

a.icons {
  color: white;
  transition: all 0.5s ease-in-out;
}

a.icons:hover {
  color: var(--mainRed);
}

/*End Of Footer*/
@media only screen and (max-width: 1400px) and (orientation : landscape) {
    .address {
    margin-left: 30px;
}
    .navbar-center {
    padding: 0 1.5rem;
}
    
    .logo-side {
    font-size: 20px;
}
    
    .gallery {
    grid-template-columns: 1fr;
    height: 1400px;
  }

  .note {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
  }

  .gallery-current {
    grid-template-columns: repeat(2, 1fr);
  }

  .img-container-services {
    height: 200px;
    width: 300px;
  }

  .img-container-services img {
    width: 100%;
    height: 100%;
  }

  .info-right-services {
    width: 300px;
  }

}

@media only screen and (max-width: 1100px) and (orientation : portrait) {
     .gallery {
    grid-template-columns: 1fr;
    height: 1400px;
  }

  .note {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
  }

  .gallery-current {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .navbar-brand {
    width: 50px;
    height: 50px;
  }

  .navbar-brand {
    margin-left: 2px;
    margin-right: 2px;
  }

  .navbar-nav {
    display: none;

  }

  .nav-icon {
    display: block !important;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 2;
    color: white;
  }

  .fas.fa-bars {
    display: block !important;
    cursor: pointer !important;

  }

  .navigation {
    display: none !important;

  }

   .staff-container {
    grid-template-columns: repeat(2, 1fr);
  }
  



}



@media only screen and (max-width: 950px) and (orientation : landscape) {
     .gallery {
    grid-template-columns: 1fr;
    height: 1400px;
  }

 .gallery-current {
    grid-template-columns: repeat(2, 1fr);
  }
  .address {
    display: none;
  }

  .staff-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .info-right-ul {
    display: flex;
    margin: auto;
    justify-content: center;
  }

  #info-container {
    margin-top: 20px;
  }

  .img-container-services {
    margin: auto;
    height: 200px;
    width: 300px;
  }

  .img-container-services img {
    width: 100%;
    height: 100%;
  }

  .info-services {
    grid-template-columns: 1fr;
  }

  .info-right-services {
    margin: auto;
  }

  .header-banner-title {
    font-size: 50px;

  }

  .info-about {
    flex-direction: column;
    margin-left: 50px;
    margin-right: 50px;
    align-items: center;
  }

  .banner-left img {
    width: 565px;
  }

  .info-right {
    margin: .5rem;
    justify-content: flex-start;
    width: 575px;
  }

  .info {
    flex-direction: column;
  }

  .navbar-brand {
    width: 50px;
    height: 50px;
  }

  .navbar-brand {
    margin-left: 2px;
    margin-right: 2px;
  }

  .intro-banner {
    flex-direction: column;
  }

  .banner-left {
    width: 600px;
    height: 350px;
    margin: 1.5rem;
  }

  .banner-right {
    margin: 1.5rem;
    font-size: 15px;
  }

  .side-nav a {
    font-size: 20px;
  }


  .side-nav a {
    padding: 10px 10px 1px 10px;


  }

  li.color {
    padding: 10px 20px 10px 20px;
    font-size: 1.25rem;
  }



  li.color {
    padding: 10px 20px 10px 20px;
    font-size: 1.25rem;
  }



  .navbar-nav {
    display: none;

  }

  .nav-icon {
    display: block !important;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 2;
    color: white;
  }

  .fas.fa-bars {
    display: block !important;
    cursor: pointer !important;

  }

  .navigation {
    display: none !important;

  }

}

@media only screen and (max-width: 800px) and (orientation : portrait) {
     .gallery {
    grid-template-columns: 1fr;
    height: 1400px;
  }

  .note {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
  }

  .gallery-current {
    grid-template-columns: 1fr;
  }
  .img-container {
    width: 400px;
    height: 300px;
  }

  .img-container img {
    width: 100%;
    height: 100%;
  }

  .info-about {
    flex-direction: column;
  }

  .logo-side {
    display: none;
  }

  .info-right {
    margin: auto;


  }

  .info {
    flex-direction: column;
  }

  .logo-side {
    font-size: 20px;
  }

  .navbar-brand {
    width: 50px;
    height: 50px;
  }

  .navbar-brand {
    margin-left: 2px;
    margin-right: 2px;
  }

  .intro-banner {
    flex-direction: column;
  }

  .banner-left {
    margin: 1.5rem;
  }

  .banner-right {
    margin: 1.5rem;
    font-size: 15px;
  }

  .side-nav a {
    font-size: 20px;
  }


  .side-nav a {
    padding: 10px 10px 1px 10px;


  }

  li.color {
    padding: 10px 20px 10px 20px;
    font-size: 1.25rem;
  }

  .navbar-brand {
    margin-left: 5px;
    margin-right: 5px;
  }



  li.color {
    padding: 10px 20px 10px 20px;
    font-size: 1.25rem;
  }



  .navbar-nav {
    display: none;

  }

  .nav-icon {
    display: block !important;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 2;
    color: white;
  }

  .fas.fa-bars {
    display: block !important;
    cursor: pointer !important;

  }

  .navigation {
    display: none !important;

  }

  .img-container-services {
    height: 200px;
    width: 300px;
  }

  .img-container-services img {
    width: 100%;
    height: 100%;
  }

  .info-right-services {
    width: 300px;
  }
  
   .staff-container {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media screen and (max-width: 600px) {
  .info-resources {
    margin-left: 60px;
    margin-right: 40px;
  }

  table {
    border: 0;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: left;
  }



}


@media only screen and (max-width: 480px) and (orientation : portrait) {
     .nav-icon {
    display: block !important;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 2;
    color: white;
  }
  
     .navbar-nav {
    display: none;

  }
  
  
    .fas.fa-bars {
        display: block !important;
        cursor: pointer !important;
    }
     .gallery {
    grid-template-columns: 1fr;
    height: 1200px;
  }

  .note {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-img-container {
    width: 350px;
    height: 400px;
    margin: auto;
  }

  .gallery-headline {
    margin-top: 10px;
  }

  .gallery-headline h1 {
    font-size: 1rem;
  }

  .gallery-img-container p {
    width: 350px;
  }

  .gallery-current {
    grid-template-columns: 1fr;
  }

  .intro-banner {
    margin-top: -91px;

  }

  .info-title {
    margin-top: 50px;
  }

  .intro-banner {
    margin-top: -1px;
    flex-direction: column;
  }

  .info-services {
    grid-template-columns: 1fr;
  }

  .header-banner {
    width: 400px;
  }

  .header-banner-title {
    font-size: 50px;
  }

  .banner-left img {
    width: 400px;
    height: 210px;
  }

  .img-container {
    margin: auto;
    width: 300px;
    height: 200px;
  }

  .img-container img {
    width: 100%;
    height: 100%;
  }

  .info-about {
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px;
  }

  .info-right {
    margin: auto;


  }

  .info {
    flex-direction: column;
  }

  .banner-left {
    margin-top: 90px;
    width: 400px;
    min-height: 250px;
  }



  .info-right-services {
    width: 350px;
  }

  .banner-right {
    width: 100%;
    margin: 1.5rem;
    font-size: 20px;
  }

  .banner-right p {
    margin: 10px;
  }

  .intro {
    width: 100%;
  }

  .email-container {
    flex-direction: column;
  }

  .location {
    text-align: center;
  }

  .staff-container {
    grid-template-columns: 1fr;

  }



}