body{
  color: black;
  margin: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;

}

header.masthead {
  padding-top: 5rem;
  padding-bottom: 4rem;
  text-align: center;
  color: black;
  background-image: url("../images/studio-pic.JPG");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

@media (min-width:) {
  header.masthead {
    padding-top: 17rem;
    padding-bottom: 12.5rem;
  }
  header.masthead .masthead-subheading {
    font-size: 2.25rem;
    font-style: italic;
    line-height: 2.25rem;
    margin-bottom: 2rem;
  }
  header.masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
  }
}
.container{
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
.btn{
  margin: 20px;
  color: white;
}
.T3-item{
  margin: auto;
}
.Grape-Nuts{
    font-family: "Grape Nuts";
}

.page-section {
  padding: 2rem 0;
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 2rem;
}
#pic {
  background-color: #E6DDC4;
  color: #678983
}
.circel_pic{
  position: relative;
  width: 200px;
  margin: 20px 20px 50px;
}
.first-logo{
  height: 15rem;
  position: relative;
  top:0;
}

section#contact form#contactForm .form-group {
  margin-bottom: 1.5rem;
}
section#contact form#contactForm .form-group input,
section#contact form#contactForm .form-group textarea {
  padding: 1.25rem;
}
section#contact form#contactForm .form-group input.form-control {
  height: auto;
}
section#contact form#contactForm .form-group-textarea {
  height: 100%;
}
section#contact form#contactForm .form-group-textarea textarea {
  height: 100%;
  min-height: 10rem;
}
.bottom-container{
  margin-top: 100px;
  background-color: #678983;
  padding: 50px 0 20px;
  text-align: center;
}
.footer-link{
  color: #EAF6F6;
}
.coppyright{
  color: #EAF6F6;
  font-size: 0.75rem;
  padding: 20px 0;
}
a{
font-family: 'Montserrat', sans-serif;
margin: 10px 20px;
text-decoration: none;

}
.nav-link{
  color: white;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}
