@import url("https://fonts.googleapis.com/css?family=Josefin+Sans");

* {
  box-sizing: border-box;
}
.search-cta {
  text-align: right;
  margin: 35px;
  color: gray;
  font-family: roboto;
  font-weight: 200;
}

nav {
  text-align: left;
  background-color: #2b2b2b;
  font-size: x-large;
  height: 85px;
  line-height: 3.5;
  font-weight: 300;
  padding-left: 2.5%;
  color: #90ee90b8;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  text-shadow: black 1.5px 0.25px 0.25px;
}
li {
  margin: 0;
  display: inline;
}
.nav-right {
  position: absolute;
  top: 0px;
  right: 15px;
  display: none;
  line-height: 3.35;
}
button {
  background: transparent;
  border: none;
  color: white;
  font-size: medium;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #459649;
}
.overlay span {
  width: 100%;
}
.container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.container {
  position: relative;
  width: 50%;
  background-image: url("https://maps.googleapis.com/maps/api/streetview?channel=rdc-ldp-streetview&client=gme-movesalesinc&location=3911+Meda+Pass%2CFort+Wayne%2CIN%2C46809&size=640x480&signature=lpQJqGuUDzID_XxT-YT6LNZz1Ss=");
  background-size: 100%;
}
.container img {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0px;
}
body {
  margin: 0;
  font-weight: 500;
  font-family: "roboto";
}
.landing {
  /*margin-top: -85px;*/
  background: url("https://images.pexels.com/photos/210617/pexels-photo-210617.jpeg");
  background-size: 100%;
  /*background-position-y: -215px;*/
  height: 87.5vh;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
}
section {
  width: 100%;
  padding: 0 0%;
  padding-right: 0%;
  display: table;
  margin: 0;
  max-width: none;
  background-color: #373b44;
  height: 102.5vh;
}
section:nth-of-type(2n) {
  background-color: #f4f7f8;
}

.content {
  display: table-cell;
  vertical-align: middle;
  z-index: 9999;
}
.brand-head,
.brand-sub {
  /*background-color: #4caf50cf;*/
  width: 75.5%;
 /* padding: 1.5%;*/
 /* box-shadow: #111d1273 0.5px 0.5px 1px 0.5px;*/
  margin-bottom: 10px;
  text-align: right;
  color: white;
  /*margin-left:-3.5%;border-radius:.5px;*/
  font-family: "Josefin Sans", sans-serif;
}
.landing-overlay {
  width: 100%;
  height: 100%;
  background-color: #6160609e;
}
h1 {
  font-size: 4em;
  display: block;
  color: white;
  font-weight: 300;
}

p {
  font-size: 1.5em;
  font-weight: 500;
  color: #c3cad9;
}

a {
  font-weight: 700;
  color: #373b44;
  position: relative;
}
a:hover {
  opacity: 0.8;
}
a:active {
  top: 1px;
}

footer {
  padding: 1.75%;
  text-align: center;
  background-color: #2b2b2b;
  color: lightgreen;
}
footer h1 {
  text-align: center;
  color: lightgreen;
  font-weight: 200;
  text-decoration: none;
  font-size: medium;
}
.content,
p {
  text-align: center;
}
.column {
  float: left;
  width: 50%;
}
.row {
  /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #f6f8f9 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #f5f7f9 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #f6f8f9 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #f5f7f9 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #f6f8f9 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #f5f7f9 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#f6f8f9",
      endColorstr="#f5f7f9",
      GradientType=1
    ); /* IE6-9 fallback on horizontal gradient */
background-size:100%;height:100%;}
.col1 {
  text-align: left;
  padding: 0.75%;
  width: 60%;
}
.col1 h2 {
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.col2 {
  text-align: right;
  width: 35%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
}
.flex div {
  flex-wrap: wrap;
  padding: 50px;
  width: 250px;
  background-color: transparent;
  margin: 7.5px;
}
.column h2 {
  padding-top: 7.5%;
  font-size: 25px;
  font-weight: 300;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  line-height: 30px;
  color: #777;
  background: #4caf50;
}
.submit-btn{ background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;}

.card_container {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #f9f9f9;
  padding: 50px;
  margin: 50px 0;

  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4caf50;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43a047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
iframe {
  z-index: 0;
}
@media only screen and (max-width: 728px) {
  /* For mobile phones: */
  [class*="column"] {
    width: 100%;
  }
  .landing{height:45vh;}
  .flex div {    width: 100%;
    height: 290px;}
}