*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    background-color: #fff;
    font-family: 'Roboto Mono';
}

/** Font Neucha **/
.neuch{
    font-family: 'Neucha';
    color: purple;
    font-size: 200px;
}

/** Banner img**/

.banner{
    background: url("../assets/house9.jpg");
    height: 700px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner h1{
    position: absolute;
    color: orange;
    font-size: 110px;
    top: 43%;
    left: 15.5%;
    font-family: 'Neucha';
}

.banner h3{
    position: absolute;
    color: white;
    top: 54%;
    left: 15.5%;
    font-size: 23px;
    font-weight: 400;
}

/** Definitions **/


.container{
    margin: 0 auto;
    width: 90%;
    max-width: 1280px;
}

.top-depth {
    box-shadow: 0 2px 6px -3px black;
    }

.bottom-depth{
    box-shadow: 2px 0 4px 0px black;
}


/*** Backgrounds **/
.bg-primary {
    background-color: purple
}
.bg-white {
    background-color: #fff;
}


/*** Font Colours **/
.fg-primary{
    color: purple
}


/** Utilities **/
.padding-30{
    padding: 30px;
}                           
.padding-30-top-bottom{
    padding:50px 0px 50px 0px;
}
.margin-top {
    margin-top: 50px;
}

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


/**** Header **/

.about h1{
    margin-top: 40px;
    font-size: 60px;
}

h3{
    word-spacing: 2px;
    line-height: 40px;
    font-size: 30px;
    font-family:'permanent marker';
}

p{
    word-spacing: 2px;
    line-height: 40px;
    font-size: 25px;
    font-family:'Neucha';
    font-weight: 200;
}

h2{
    font-family: 'permanent marker';
    color: purple;
    font-size: 40px;
}

.wrapper {
    width: 100%;
    height: 100px;
    padding: 0px;
}

.wrapper ul .logo{
    line-height:100px;
    font-size: 30px;
    text-decoration: none;
    font-family: 'permanent marker';
    font-size: 40px;
}
.wrapper ul li{
    float: right;
    list-style: none;
    line-height: 56px;
    margin-left: 20px;
    padding:22px;
}
.wrapper ul li.active{
    background: purple;
    color: white;
}
.wrapper ul li.active a{
    color: white;
}
.wrapper ul li  a{
    text-decoration: none;
}

.form-headings{
    position: absolute;
    font-size: 60px;
    top: 24%;
    margin-left: 45%;
    color: purple;
    font-family: 'Neucha';

}




/** Card design **/
  .card-container {
    width: 300px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 3px;
    transition: all .2s;
  }
  
  .card-container:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  
  .card-image img {
    width: 100%
  }
  
  .card-body {
    position: relative;
    padding: 25px 35px;
    text-align: center;
    min-height: 105px;
  }
  
  .card-body-heading {
    font-weight: 200;
    color: #5f6368;
    font-size: .95rem;
    line-height: 25px;
    padding: 15px 5px;
  }

  .card-body-heading-link{
      margin-left: 40%;
  }

  .card-body-heading-back-link{
     margin-right: 60%;
  }

  .card-body a{
    text-decoration: none;
  }

  .card-body h3{
      font-weight: 100;
      font-size: 15px;
  }


  /*** GRID ***/
  .flex {
    display: flex;
    justify-content: space-evenly;      
  }


/** login and signup **/

.login-container,
.signup-container{
    margin: 0 auto;
    width: 30%;
    max-width: 1280px;
    margin-top: 10%;
}

input[type=text],
input[type=password],
input[type=text]{
    width: 100%;
    padding: 12px 20px;
    margin: 12px 0;
    display: inline-block;
    border: 1px solid black;
    box-sizing: border-box;
}


button{
    width: 100%;
    background-color: purple;
    padding: 12px 20px;
    margin: 12px 0;
}

.signup-container a,
.login-container a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto Mono', monospace;
}


/** Update page **/

.update-card,
.update-edit{
    width: 30%;
    height: 20%;
}

.update-card{
    margin-top: 3%;
    margin-bottom: 10%;
}

.update-container{
    display: flex;
    flex-direction: row;
}

.update-edit button{
    color: white;
    padding: 20px 200px;
    font-size: 20px;
}


/** Agent-font **/

.agent-font a{
    color: purple;
}
.agent-font a span{
    color: white;
}

.banner-tag h1{
    position: absolute;
    left: 50%;
    top: 50%;
    color: white;
    font-size: 5rem;
    font-family: 'permanent marker';
    opacity: rgba(39, 37, 37, 0.3)
}

/** Listings **/

.listings-update ol li{
    word-spacing: 2px;
    margin: 30px;
    font-family: 'Roboto mono';
    font-size: 17px;
}

/** footer **/

.footer p{
    font-size: 16px;
}

/** Icons **/
.card-body i{
    color: black;
    font-size: 23px;
    padding: 12px;
}