/**

RFR Color Codes:
green: #98cb00;
orange: #cc6733;
blue: #3398cc;
brown: #986665;
dark-gray: #676767;
light-gray: #999999;
text-gray: #6b6b6b;

T R B L

*/

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #6b6b6b;
  overflow-x: hidden;
}

a,
button {
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
}

.container-fluid {
  max-width: 1200px;
}

.pw-bg-black-transparent {
  background-color: rgba(0, 0, 0, 0.5);
}

.pw-bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 5px 0 5px 0;
}

.pw-bg-green {
  background-color: #98cb00;
}

.pw-bg-orange {
  background-color: #cc6733;
}

.pw-bg-blue {
  background-color: #3398cc;
}

.pw-bg-dark-gray {
  background-color: #676767;
}

										/*
										  Welcome section
										*/

#pwWelcome {
  position: relative;
  display: flex;
  align-items: center;
}

.pw-brand-container-outer {
  margin-top: -400px;
}

.pw-brand-container-inner {
  max-width: 580px;
  width: 100%;
}

.pw-brand-container-logo {
  padding: 2% 2% 2% 2%; 
  width: 100%;
}

.pw-brand-container {
  padding: 8px 8px 4px 8px;
}

/*
.pw-brand-container {
  padding: 75px 110px;
}
*/

.pw-brand-name {
  font-size: 3.8rem;
}

.pw-brand-tmark {
  font-size: 0.5rem;
  vertical-align: super;
}

.pw-brand-description {
  font-size: 1.4rem;
}

.parallax-window {
  min-height: 1100px;
  background: transparent;
}

#pwContact {
  min-height: 1197px;
}

.pw-welcome-container {
  min-height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
}

.pw-welcome-title {
  margin-bottom: 40px;
}

.pw-welcome-left {
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.pw-welcome-left-col {
  display: flex;
  align-items: center;
}

.pw-welcome-right {
  color: white;
  /* background-color: #986665; */
  padding: 6px 6px 6px 6px;
  /* padding: 4%; */
  height: 100%;
  text-align: center;
}

.pw-welcome-icon {
  margin-bottom: 50px;
  display: block;
  text-align: center;
}

										/*
										  Main section
										*/

#pwMain {
  padding-top: 80px;
}

.pw-main-item {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.pw-main-name {
  width: 330px;
  height: 220px;
  font-size: 2rem;
  padding: 70px 95px;
  display: flex;
  align-items: center;
  text-align: center;
}

.pw-main-description {
  width: calc(100% - 330px);
  padding: 20px 45px;
}

.pw-main-description h3 {
  margin-bottom: 5px;
}

.pw-text-green {
  color: #98cb00;
}

.pw-text-orange {
  color: #cc6733;
}

.pw-text-blue {
  color: #3398cc;
}

.pw-text-dark-gray {
  color: #676767;
}

.pw-title-small {
  font-size: 1.3rem;
}

.pw-sold {
  color: #d9d9d9 !important;
  font-style: italic !important;
}

.pw-italic {
  font-size: 1rem;
  font-style: italic;
}

.pw-image {
  width: 98%;
}

p {
  line-height: 1.5;
}

										/*
										  Contact section
										*/

#pwContact {
  padding-top: 95px;
}

.pw-contact-item {
  width: 33.3334%;
  max-width: 345px;
  height: auto;
  min-height: 420px;
  margin-right: 35px;
  background-color: white;
  padding: 54px 34px 44px;
}

.pw-contact-item:last-child {
  margin-right: 0;
}

.pw-contact-items-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}

.pw-contact-item-icon {
  margin-bottom: 45px;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pw-contact-item-icon-green {
  margin-top: 15px;
  color: #98cb00;
}

.pw-contact-item-icon-orange {
  margin-top: 15px;
  color: #cc6733;
}

.pw-contact-item-icon-blue {
  margin-top: 15px;
  color: #3398cc;
}

#pwContactForm {
  width: 100%;
  max-width: 680px;
  padding: 45px 45px 30px;
  margin-bottom: 95px;
}

.form-group {
  max-width: 355px;
}

.form-control {
  background: transparent;
  border-color: #999999;
  padding: 15px 10px;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.pw-btn-submit {
  background-color: #999999;
  padding: 12px 30px;
  font-size: 1.2rem;
}

.pw-btn-submit:focus,
.pw-btn-submit:hover {
  background-color: #676767;
}

.pw-radio-marg {
  margin-right: 0.9em;
}

.pw-copyright-text {
  margin-bottom: 6px;
  color: #000;
  font-size: 1rem;
}

.pw-copyright-italic {
  font-style: italic;
  color: #000;
}

.pw-copyright-marg {
  margin-right: 22px;
}

.pw-copyright-bg {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

.pw-link {
  color: #676767;
}

.paa {
  white-space: nowrap;
}

										/*
										  PW Design ;) Hi.
										*/

.pwme {
  font-family: "Revalia", "Courier New", monospace;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: white;
  text-shadow: 1px 1px 4px #000, 0 0 15px #0000FF, 0 0 3px #00008B;
}

.pwme:hover {
  text-shadow: 1px 1px 4px #000, 0 0 15px #FFC0CB, 0 0 3px #FF1493;
}

										/*
										  Responsive
										*/

@media (max-width: 1054px) {
  .pw-contact-item-icon {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .pw-contact-items-container {
    flex-direction: column;
  }

  .pw-contact-item {
    width: auto;
    max-width: 680px;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .pw-contact-item:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }

  #pwContactForm {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 730px) {
  .pw-main-item {
    flex-direction: column;
  }

  .pw-main-name {
    justify-content: center;
  }

  .pw-main-name,
  .pw-main-description {
    width: 100%;
  }

  .pw-main-description {
    padding: 20px 30px;
  }
}

@media (max-width: 572px) {
  .pw-brand-container {
    padding: 5px;
  }
}

@media (max-width: 443px) {
  .pw-brand-name {
    font-size: 3rem;
  }

  .pw-brand-container {
    padding: 5px;
  }
}
