
* {
  font-family: 'Helvetica';
  font-weight: normal;
  letter-spacing: 1px;
  color: #353535;
}

html, body {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0;
}

nav, .interested {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 10px 0;
}

h1.main-title  {
  margin: 0;
  font-size: 20px;
  padding: 20px 0;
  text-transform: uppercase;
}

h1.main-title  b {
  font-weight: bold;
  font-size: 24px;
}

.content {
  width: 1060px;
  height: 100%;
  display: inline-block;
  background-image: linear-gradient(#f7f7f7, #ffffff);
  padding: 0 30px;
}

header {
  width: 100%;
}

main {
  height: calc(100% - 205px);
  overflow: auto;
  padding: 14px 0;
  box-sizing: border-box;
}

footer {
  width: 100%;
}

nav ul {
  margin: 0;
  padding: 0;
  display:flex;
  justify-content: space-between;
  font-size: 14px;
  text-transform: uppercase;
}

nav li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
}

.image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-container > img {
  width: 100%;
}

.image-container > h1, .image-container > h2 {
  position: absolute;
  left: 20px;
  color: white;
}

.image-container > h1 {
  top: 45px;
}

.image-container > h2 {
  top: 95px;
}

.email, .phone, .location {
  display: inline-block;
}

.profile-image-container {
  display: inline-block;
  width: 30%;
  margin: 24px 0 5px 0;
}

.profile-image-container img {
  width: 100%;
}

.profile-text {
  display: inline-block;
  width: 69%;
  vertical-align: top;
  text-align: left;
  padding-right: 30px;
  box-sizing: border-box;
  letter-spacing: 0.9px;
  font-size: 17px;
  padding-right: 140px;
}

.profile-text p {
  line-height: 24px;
}

h1 {
  margin: 15px 0 5px 0;
  text-align: left;
}

h2 {
  margin: 12px 0;
  text-align: left;
}

.interested {
  width: 100%;
  margin-bottom: 15px;
  color: #6d6c6c;
}

.contacts {
  line-height: 25px;
  width: 100%;
  color: #6d6c6c;
  display:flex;
  justify-content: space-between;
  font-size: 14px;
}

a {
  color: #6d6c6c;
  text-decoration: none;
}

a > i {
  margin-right: 5px;
}

a.active, a:hover {
  color: black;
  font-weight: bold;
}

.text-without-image {
  text-align: left;
}

.privacy-policy-end {
  margin-top: 50px;
}

.contact-details, .contact-map {
  display: inline-block;
  width: 50%;
}

.contact-map {
  height: 380px;
}

.contact-details {
  vertical-align: top;
  text-align: left;
}

.contact-details .fa-map-marker-alt {
  margin-top: 50px;
  vertical-align: top;
}

.contact-details .fas {
  margin-right: 15px;
  font-size: 18px;
}

.contact-details-address {
  display: inline-block;
}