/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*
Note: any .css or .scss files included in the 'styles' directory
will be correctly compiled during `gulp serve` and `gulp`
 */


html, body {
  font-family: 'Gotham Book', 'Helvetica', sans-serif;
  font-size: 21px;
  font-weight: 100;
  font-style: normal;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
.img_bg {
    min-width: 450px;
    min-height: 400px;
    background-color: #cacaca;
    display: inline-block;
}
input {
  border-radius: 0px;
}

#google_map {
  min-width: 100%;
  min-height: 360px;
}
#map {
  height: 200px;
}
#google_map.google_map_contact {
  min-width: 100%;
  min-height: 740px;
}
.banner__resources-condo #google_map {
  min-width: 100%;
  min-height: 460px;
}

@media (max-width: 991px) {
  #google_map.google_map_contact {
      min-width: 100%;
      min-height: 400px;
    }
}

@media (max-width: 768px) {
    #google_map {
      min-width: 100%;
      min-height: 230px;
    }
    #google_map.google_map_contact {
      min-width: 100%;
      min-height: 230px;
    }
}