
/* General Styling */

body {
  background-image: url("../assets/jscpatterntexture3.png");
  background-size: 1600px;
  background-attachment: fixed;
  text-align: center;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 1.2em;
  letter-spacing: .8em;
  line-height: 2;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.6vw;
  text-decoration: none;
}

h3 {
  font-size: 3.0em;
}

p {
  font-size: 1.6em;
}




/* Top Bar Section */

#title {
  background-color: rgba(65, 255, 255, 0.1);
  padding: 20px;
}

.logo-image {
  width: 270px;
}

.topText {
  font-size: 1.7em;
}

.propmanex {
  padding: 30px;
  text-align: center;
}

.navbar-toggler-icon {
  color: black;
}

.navbar-collapse {
  text-align: right;
}


/* About Us Section */

#about-us-section {
  padding-top: 100px;
}

.about-us-header-text {
  letter-spacing: .3em;
  margin-bottom: 30px;
}

.propmanex {
  padding: 30px;
  text-align: center;
  /* margin-bottom: 30px; */
}

.about-us-body-text {
  width: 60%;
  text-align: justify;
  margin: auto;
  padding: 15px;
}

@media (max-width: 850px) {
  .about-us-body-text {
    width: 80%;
  }
}


/* Locations Section */

#locations-section {
  margin-top: 100px;
  padding: 100px;
  background-color: rgba(65, 255, 255, 0.1);
}


.location-image {
  width: 300px;
  height: 240px;
  margin-bottom: 50px;
}

.locations-header-text {
  letter-spacing: .3em;
  margin-bottom: 50px;
}

.location-carousel-next,
.location-carousel-prev {
  color: black;
}

.samesizebutton {
  width: 160px;
}

.fa-chevron-left,
.fa-chevron-right {
  font-size: 3em;
}

.carousel .carousel-indicators li {
  width: 50px;
  height: 12px;
  background-color: black;
}

.carousel-control-prev {
  left: -50px;
}

.carousel-control-next {
  right: -50px;
}

.carousel-indicators {
  margin-top: 20px;
  position: relative;
}

.carousel-item {
  padding: 30px 15%;
}

@media (max-width: 630px) {
  .location-image {
    width: 225px;
    height: 180px;
  }
}

@media (max-width: 525px) {
  .location-image {
    width: 215px;
    height: 172px;
  }
}

/* Contact Us Section */

#contact-section {
  padding: 100px;
}

.contact-us-header-text {
  letter-spacing: .3em;
}

.profpic {
  width: 250px;
  height: 250px;
  padding: 30px;
  border-radius: 100%;
  margin-top: 50px;
}

.contactus {
  font-size: 2em;
}

.fas {
  margin-right: 10px;
}

.btn {
  margin-bottom: 20px;
}


/* Address Section */

#address-section {
  font-family: 'Roboto', sans-serif;
  letter-spacing: .1em;
  padding: 70px;
  background-color: rgba(65, 255, 255, 0.1);
}

.address-phone {
  font-size: 1.5em;
}
