html {
  height: 100%;
}

body {
  margin-left: 35px;
  margin-right: 35px;
  height: auto;
  background-color: #5AA7D080;
  color: #2a2a2a;
  font-family: Verdana, Geneva, sans-serif;
}

.background {
  background-color: #FDA50f85;
}

.flex-test {
  display: flex;
  padding: 10px 50px 0 0 !important;
}

@media screen and (max-width: 1000px) {
  .flex-test {
    flex-direction: column-reverse;
  }
}

.padding-right-index {
  padding: 0 0 0 50px;
}
@media screen and (max-width: 1000px) {
  .padding-right-index {
  padding: 0 0 0 0px;
  }
}

.nav-pad {
  margin-top: 10px;
}

.corner-logo {
  height: 150px;
  width: 300px;
  float: left;
  margin: -20px 0;
  position: absolute;
  z-index: 10;
}

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

@media screen and (max-width: 1000px) {
  #topnav a {
  display: block;
  text-align: center;
  margin: 0 0 0 0;
  border: none;
  padding: 0 0 20px 0;
  width: 100%;
  font-size: 32px;
  }
}

.testing {
  display: inline-block;
}

.top-navigation {
  text-align: center;
  padding: 20px 0px 40px 0px;
  margin: -8px -35px 0 -35px;
}

.background .headings {
  color: #17177d;
}

.nav-button {
  margin: 0px 30px 0px 30px;
  font-size: 36px;
  text-decoration: none;
  letter-spacing: 4px;
  color: #2a2a2a;
}

a.nav-button:active {
  position: relative;
  top: 2px;
}

#backtotop:hover {
  background-color: #2a2a2a;
}

a.nav-button:hover {
  border-bottom: 3px solid #2a2a2a;
  padding-bottom: 15px;
}

.selected {
  border-bottom: 3px solid #2a2a2a;
  padding-bottom: 15px;
}

a.nav-button:visited {
  color: #2a2a2a;
}

a:visited {
  color: blue;
}

.backtotop {
  background: #898989;
  font-size: 20px;
  border-radius: 3px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  opacity: 0.5;
  visibility: visible;
  line-height: 40px;
  text-align: center;
  z-index: 10;
  color: white;
  display:none;
}

.float-right {
  float: left;
  width: 66%;
  padding: 0px 0 0 0;
}

.float-left {
  float: left;
  width: 33%;
  border-right: 3px solid #2a2a2a;
  padding: 14px 0 50px 0;
}

@media screen and (max-width: 1000px) {
  #media {
  float: none;
  width: 100%;
  padding: 0 0 50px 0;
  }
}

@media screen and (max-width: 1300px) {
  #contact {
    border-right: 0px; 
  }
}

@media screen and (max-width: 1000px) {
  #contact {
    display: block;
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
  #contact-div {
    padding: 0 0 0 80px;
  }
  #one {
    padding: 100px 0 0 0;
  }
  .background .headings {
    font-size: 70px;
  }
}

.about-page-layout-left {
  float: left;
  width: 48%;
}

.about-page-layout-right {
  float: right;
  width: 48%;
}

.about-page-div-layout {
  padding: 10px 0px 435px 0px;
  width: 100%;
}

.picture {
  max-width: 100%; 
  max-height: 80%;
  border-radius: 15px;
  box-shadow: 0px 0px 25px rgba(147,147,147,1);
}

.page-center {
  text-align: center !important;
  width: 100%;
}

.page-center img {
  max-height: 500px;
}

/*
.client-image-properties {
  width: 360px;
  height: 150px;
  padding: 40px 80px 40px 80px;
  box-shadow: 0px 0px 25px rgba(147,147,147,1);
}
*/
.logo {
  width: 50%;
  height: auto;
}

.logo-div {
  width: 100%;
  height: 100%;
}

.padding-top-pictures {
  padding-top: 67px;
  text-align: center;
}

.justified-text {
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 16px;
}

.text-spacing {
  letter-spacing: 2px;
  line-height: 1.5;
  font-size: 16px;
}

.right-text {
  text-align: right;
}

.thin-border-bottom {
  border-bottom: 1px solid;
  text-align: center;
}
.thin-border-bottom-inline {
  border-bottom: 1px solid;
  text-align: center;
  display: inline-block;
}

.contact-padding {
  padding: 0 0 0 150px;
}

.headings {
  font-weight: normal;
  word-spacing: 2px;
  letter-spacing: 3px;
  font-size: 36px;
}
.headings-smaller {
  font-weight: normal;
  word-spacing: 2px;
  letter-spacing: 3px;
  font-size: 20px;
}

#underline {
  display: inline-block;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 1px;
  width: 250px;
}

.padding-right {
  padding-right: 232px;
}

.headings-underline {
  border-bottom: 1px solid #2a2a2a;
  width: 260px;
}

.primary-button {
  width: 242px;
  color: white;
  height: 30px;
  background-color: #0E4D92CC;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 0px;
  font-size: 18px;
  font-weight: normal;
  word-spacing: 2px;
  letter-spacing: 2px;
  cursor: pointer;
}

.primary-button:hover {
  background-color: #0E4D92;
}
.primary-button:active {
  background-color: #0E4D92;
  position: relative;
  top: 2px;
}

.team-pictures-div {
  padding-top: 130px;
  text-align: center;
  margin: auto;
}

.team-pictures img {
  height: 400px;
  width: 300px;
}

.team-pictures {
  padding: 100px 100px 100px 100px;
}

.team-pictures-subdiv {
}

.ty-form-headings {
  text-align: center;
  font-weight: normal;
  font-size: 25px;
  word-spacing: 2px;
  letter-spacing: 3px;
  text-decoration: underline;
}
