/*----------------------------------------------------------------------------------------
  File:       contactUs.css
  Author:     Sebastian Morgan
  Custodian:  Sebastian Morgan (sm@enpira.io)
  Date Added: 2019-03-17
  Purpose:    Provides style markup for the contact-us page.
  Notes:      -
----------------------------------------------------------------------------------------*/

html {
  background: #323232;
}

body,
p {
  font-family: "lato", Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  color: #333;
  overflow-x: hidden;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.button {
  font-family: "lato", Times, "Times New Roman", serif !important;
  font-style: normal;
  font-weight: 400;
}

.container-fluid {
  padding: 0px;
  width: 100%;
}

.pageTitle {
  background: #3e5aa8;
  height: 90px;
  text-align: center;
}

#contactContainer {
  background: #f5f6f7;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}

.enpira-blue {
  color: #3d5ba9 !important;
}

.centeredHeader {
  text-align: center;
  width: 50%;
}

.megaPad {
  padding-top: 45px;
  padding-bottom: 45px;
}

.container,
#contactForm {
  display: block;
  position: relative;
  margin: 0 auto;
}

#contactForm input,
#contactForm select,
.placeholder,
textarea {
  width: 100%;
  font-weight: normal;
  text-align: left;
}

textarea {
  height: 6em;
}

.submitMssgBtn {
  color: #fff !important;
  background-color: #3d5ba9 !important;
  border: none;
  text-transform: uppercase;
}

.submitMssgBtn:hover,
.submitMssgBtn:focus {
  background-color: #4263b7 !important;
}

.submitMssgBtn:active {
  background-color: #283578 !important;
}
