/* your styles go here */
/* side nav */

.side {
  position: fixed;
  top: 30%;
  /* Stay at the top */
  transform: translateY(-50);
  z-index: 1;
  /* Stay on top */
  opacity: 0.7;
}

.side a {

  background: black;
  color: white;
  font-size: 22px;
  display: block;
  width: 180px;
  padding: 12px;
  text-decoration: none;
  margin: 8px 0;
  border-radius: 16px;
  margin-left: -130px;
  transition: 0.6s all;
  text-align: right;
}

.side a:hover {
  margin-left: 0;
}

.bgumrealestate {
  background-color: white;
}

.imgrealestate {
  padding-top: 30px;
  display: block;
  margin-left: -200px;
  margin-right: 0px;
}




/* video */
.banner {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: inherit;
}



.banner .vidcontent {
  position: absolute;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.banner .vidcontent h1 {
  margin: o;
  padding-right: 700px;
  font-size: 6em;
  text-transform: uppercase;
  color: white;
  float: left;
  text-align: left;

}


/* modal */
.wrapper modal {
  width: 100%;
}


.h5 .modal-title-center {
  text-align: center;
  padding-right: -150px;
  position: fixed;
}

.imglogopop {
  text-align: center;
  /* padding-right: 130px; */
}

span.mypopbutton:hover {
  color: blue;
}





/* form overlay */
.formcontainer {
  position: fixed;
  float: right;
  max-width: 600px;
  padding: 10px;
  margin-left: 430px;
  background-color: black;
  height: 530px;
  bottom: 270px;
  opacity: 0.7;
  color: white;
  top: 30%;
  /* Stay at the top */
  transform: translateY(-50);
  z-index: 1;
  /* Stay on top */
}

/* Full-width input fields */
.formcontainer input[type=text] {
  width: 100%;
  padding: 6px;
  margin: 0px 0 3px 0;
  border: none;
  background: #f1f1f1;
}

/*.formcontainer input[type=text]:focus {
  background-color: blue;
} */

.formcontainer input[type=email] {
  width: 100%;
  padding: 6px;
  margin: 0px 0 3px 0;
  border: none;
  background: #f1f1f1;
}

.popform-control {
  width: 100%;
  padding: 6px;
  margin: 0px 0 3px 0;
  border: none;
  background: #f1f1f1;
}

.popsubmit-btn {
  width: 100%;
  padding: 6px;
  margin: 0px 0 3px 0;
  border: none;
  background-color: blue;
  color: white;
}

/* footer */
.footformcontainer {
  position: absolute;
  float: right;
  max-width: 430px;
  padding: 10px;
  margin-left: 100px;
  background-color: #2b90d9;
  height: 600px;
  bottom: -90px;
  opacity: 0.7;
  color: white;
}

.footformcontainer input[type=text] {
  width: 100%;
  padding: 6px;
  margin: 0px 0 3px 0;
  border: none;
  background: #f1f1f1;
}

.footformcontainer input[type=email] {
  width: 100%;
  padding: 6px;
  margin: 0px 0 3px 0;
  border: none;
  background: #f1f1f1;
}

.footform-control {
  width: 100%;
  padding: 6px;
  margin: 0px 0 3px 0;
  border: none;
  background: #f1f1f1;
}

.footsubmit-btn {
  width: 100%;
  padding: 6px;
  margin: 0px 0 3px 0;
  border: none;
  background-color: black;
  color: white;
}

.umfooter {
  height: 630px;
  background-color: #111111;
  position: relative;
}

/* TaylorMadeIT */
.umfooter .taylormadeit {
  height: 60px;
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 100%;
  background-color: #0c0c0c !important;
}

/* contact form */
/* .contactformcontainer 
{
  
} */

.contactformcontainer input[type=text] {
  width: 100%;
  padding: 6px;
  margin: 0px 0 3px 0;
  border: 1px solid lightgray;
  background: white;
  color: black;
}

.contactformcontainer input[type=text]:focus {
  border: 3px solid lightblue;
  outline-color: #2b90d9;
}

.contactformcontainer input[type=email] {
  width: 100%;
  padding: 6px;
  margin: 0px 0 3px 0;
  border: 1px solid lightgray;
  background: white;
  color: black;
}

.contactformcontainer input[type=email]:focus {
  border: 3px solid lightblue;
  outline-color: #2b90d9;
}

.contactform-control {
  width: 100%;
  padding: 6px;
  margin: 0px 0 3px 0;
  border: 1px solid lightgray;
  background: white;
  color: black;
  outline-color: #2b90d9;
}


.contactsubmit-btn {
  width: 100%;
  padding: 6px;
  margin: 0px 0 3px 0;
  border: none;
  background-color: black;
  color: white;
}

/* checklist 
.checklistitem
 {
  width: 200px;
  height: 200px;
  margin: 6px;
  position: relative;
}*/

.checklistitem p {
  padding-right: 160px;
  width: 200px;
  height: 200px;
  margin: 6px;
  position: relative;
}

.checklistbutton {
  border: 1px solid white;
  background: #111;
  width: 100%;
  height: 200px;
  padding: 10px;
  border-radius: 3px;
  color: #2b90d9;
  transition: background 0.5s ease;
}

.checklistbutton:hover {
  background: #2b90d9;
  color: white;
  font-weight: normal;
}

.checklistbutton:hover i {
  color: white;
}

.checklistbutton i {
  color: #2b90d9;
  margin-left: 20px;
}

.arrow2 {
  animation: slide2 1s ease-in-out infinite;
}

@keyframes slide2 {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 10px);
  }

  100% {
    transform: translate(0, 0);
  }
}

/**** Meet Our Staff ***/

/* Three columns side by side */
.staffcolumn {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .staffcolumn {
    width: 100%;
    display: block;
  }
}

/* Add some shadows to create a card effect */
.staffcard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Some left and right padding inside the container */
.staffcontainer {
  padding: 0 16px;
}

/* Clear floats */
.staffcontainer::after,
.row::after {
  content: "";
  clear: both;
  display: table;
}

.stafftitle {
  color: grey;
}

.staffbutton {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.staffbutton:hover {
  background-color: #555;
}

/* Testimonial */

.testcontainer {
  /* border: 2px solid black; */
  /* background-color: dodgerblue; */
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0
}

.testcontainer::after {
  /* content: ""; */
  clear: both;
  display: table;
}

.testcontainer span {
  font-size: 20px;
  margin-right: 15px;
}

@media (max-width: 500px) {
  .container {
    text-align: center;
  }

  .contact-map {
    width: auto;

  }
}

/* PayPal */
.blob {
  background: black;
  border-radius: 60%;
  margin: auto;
  height: auto;
  width: auto;
}

.blob.blue {
  background: rgba(1, 48, 255, 0.774);
  box-shadow: 0 0 0 0 rgba(1, 48, 255, 0.774);
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(1, 48, 255, 0.774);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(1, 48, 255, 0.774);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(1, 48, 255, 0.774);
  }
}



.btn-send {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}


.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}