
body{
  background-color: #6699FF;
}

.header{
  justify-content: center;
}

.bg-img {
  min-height: 380px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ptext{
    margin: auto;
    text-align: center;
    padding-top: 15%;
    font-weight: 500;
    font-size: 80px;
    color: white;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #522232;
}

.pimg2{
  opacity: 0.90;
  min-height: 650px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Position the navbar container inside the image */


.ptext{
  margin:  auto;
  width: 70%;
}

.topnav a{
  margin-left: 10%;
  display: flex;
}

@media only screen and (max-width:  1200px){
  .topnav a{
  margin: auto;
  text-align: center;
  display: flex;
}
  }
/* The navbar */
.topnav {
  overflow: hidden;
  background-color: #522232;
}

.ccol{
  padding-top: 30px;
}

/* Navbar links */
.topnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #522232;
  color: white;
}


.usercontainer{
  margin: auto;
  width: 90%;
}

.profile-area{
  padding: 5px;

}

.profile-area h2{
  font-family: "Lucida Console", "Courier New", monospace;
  margin: 70px auto;
  text-align: center;
  font-weight: 800px;
}

.card{
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  border-radius: 15px;
  height: 100%;
}

.img1 img{
  height: 200px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  width: 100%;
}

.img2 img{
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 6px solid hsla(0,0%,100%,.5);
  margin-top: -80px;
}

.card:hover .img2 img{
  border-color: #522232;
  transition: .7s;
}

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

.main-text h2{
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  margin: 0 0 20px;
}

.main-text p{
  color: black;
  font-size: 16px;
  padding: 0 35px;
}

.footer{
margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  min-height: 100vh;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

.contact-form{
  width: 85%;
  max-width: 500px;
  background: #f1f1f1;
  position: absolute;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 20px #000000b3;
  font-family: "Montserrat", sans-serif;

}

.contact-form h1{
  margin-top: 0;
  font-weight: 200;
}

.txtb{
  border: 1px solid gray;
  margin: 8px 0;
  padding: 12px 18px;
  border-radius: 8px;
}

.txtb label{
  display: block;
  text-align: left;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
}

.txtb input, .txtb textarea{
  width: 100%;
  border: none;
  background: none;
  outline: none;
  font-size: 18px;
  margin-top: 6px;
}

.btn{
  display: block;
  background: #522232;
  color: white;
  padding: 14px 0;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 8px;
  width: 100%;
}

.parallax-container {
  position: relative;
  height: 500px;
}

.parallax {
  position: absolute;
  height: 200%;
  width: 100%;
  z-index: -1;
}

.gallery{
  padding: 10px;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #522232;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
}

.tgallery{
  font-family: "Lucida Console", "Courier New", monospace;
  margin: 70px auto;
  text-align: center;
  font-weight: 800px;
}

.v-stretch{
  grid-row: span 2;
}

.h-stretch{
  grid-column: span 2;
}

.big-stretch{
  grid-row:  span 2;
  grid-column: span 2;
}

.gallery div img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width: 560px)
{
  .v-stretch{
    grid-row: span 1;
  }

  .h-stretch{
    grid-column: span 1;
  }

  .big-stretch{
    grid-column: span 1;
    grid-row: span 1;
  }
}





.section{
  text-align: center;
  padding: 50px 80px;
}

.section p{
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  margin-top: 40px;

}

.sectiom h2{
  font-family: "Lucida Console", "Courier New", monospace;
  text-align: center;
  font-weight: 800px;


}

.pimg1{
  margin-top: 60px;
  min-height: 400px;
  position: relative;
  opacity: 0.70;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


  