/*
Theme Name: UHY Sothertons Adelaide
*/
body {
 /*/ background-color: #f9f9f9;*/
  font-family: 'Open Sans', sans-serif; }


h1, h3 {
  color: #1d3660; }
  
 h3 {
 color: #1d3660;
 font-size:22px;
 }
  
#large {
font-size:18px;
}
img {
  max-width: 100%;
  height: auto; }

.logo {
  max-width: 24rem;
  width: 100%;
  height: auto; }
.logo2 {
  max-width: 17rem;
  width: 100%;
  height: auto; }
ul.menu {
  background-color: #1d3660;
  padding-left: 0;
  margin-bottom: 0; }

ul.menu li, ul.menu li a {
  color: white;
  list-style-type: none;
  font-size: 1.3rem;
  margin: 0 .4rem; }

.menu-curve {
  height: 39.2px;
  width: 39.2px;
  background-color: #1d3660;
  border-top-left-radius: 70%; }

.banner-wrap {
  /*background: #ccc;*/
  position: relative;
  z-index: 2; }

.standard-shadow {
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }

.carousel-image {
  height: 0px;
  padding-bottom:26%; } /*35%*/

.background-cover {
  background-size: cover;
  background-repeat: no-repeat; }

.page-width {
  max-width: 1370px; }

footer {
  background: #ccc;
  overflow: hidden; }

.page-inner {
  background-color: white;
  padding: 5rem;
  padding-top:2rem;
  padding-bottom:2rem;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }

.partner-image {
  max-height: 6rem; }

.login-wrap {
  border: 3px solid #1d3660;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }

.standard-button {
  border: none;
  border-radius: 10px;
  box-shadow: none;
  background: #1d3660;
  color: white;
  cursor: pointer; }

.map-wrap {
  position: relative;
  height: 0;
  padding-bottom: 40%; }

.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.people-img {
  -webkit-filter: saturate(0%);
  filter: saturate(0%); }

a:hover .people-img {
  -webkit-filter: saturate(100%);
  filter: saturate(100%); }

.plain-link, .plain-link:hover {
  color: inherit;
  text-decoration: none; }

.social-icons {
  max-width: 48px; }

.phone-icon {
  max-width: 1.5rem; }

/* bootstrap carousel */
.carousel-inner .carousel-item {
  transition: -webkit-transform 1200ms;
  transition: transform 1200ms;
  transition: transform 1200ms, -webkit-transform 1200ms; }

@media screen and (max-width: 767px) {
  .page-inner {
    padding: 1.5rem; }

  .map-wrap {
    padding-bottom: 80%; } }

/*# sourceMappingURL=style.css.map */
