.parallax-container{
    height: 670px;
  }
.logo{
    height: 60px;
    
} 
.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: teal;
    font-weight: bold;
    margin-right: 30px;
    text-decoration: underline;
    transition: color .3s ease;
    text-transform: uppercase;
}



nav{
    z-index:2000;
}
html, body{
    height:100%;
}
.container-about{
    /*background-color: #ffca28;*/
    background-color:#ef9a9a;
    padding: 20px;
    color: ivory;
    font-size: 20px;
    padding-top:80px;
    
}
.container-projects{
    background-color: #624152;
    color: #bbb2bd;
    padding: 20px 0;
    margin: 0;
    padding-top:80px;



}

.container-pricing{
    background-color: teal;
    font-size: 18px;
    color:ivory;
    padding: 20px 0px;
    margin: 0;
    padding-top:80px;


   
}
.container-contact{
    background-color:ivory;
    color: white;
    padding: 20px 0;
    margin: 0;
    padding-top:80px;

}

.page-footer{
    text-align: center;
    color: #bbb2bd;
    
}
.logo-img{
    height: 3em;
}
h1{
    color: #bbb2bd;
    border-bottom-style: solid;
    border-bottom-color: #ffdb58;
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 50px;
    margin-top: 0
}

#contact-head{
    color: teal;
}

footer{
    font-family: 'Playfair Display', serif;
}

.large{
    font-size: 2em;
}

.section-heading{
    margin: 0;
    /*scolor: #bbb2bd;*/
    color: ivory;
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 50px;
    display: inline-block;

}

.row{
    margin-top: 20px;
}


.heading-container{
    text-align: center;
}
.input-field label {
    font-size: 27px;
  }
.submit-button{
    background-color:teal;
    color: ivory;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
  }

.submit-button[type=submit]:hover{
    background-color: #ffdb58;

    }
   
#your-message-space{
    height: 250px;
}
  .form-message{
      font-size: 25px;
  }

/*#subject{
    height: 250px;
  }*/

form{
      margin: 0;
      padding: 0;
  }

.about-sub{
     color: teal;
  }

#actual-table{
    margin-top: 80px;
    margin-bottom: 80px;
    
}
.highlight{
    background-color: #bbb2bd;
}

.package{
    font-size: 30px;
    color:#624152;
    font-weight: bold;
    /*text-decoration: underline;
    text-decoration-color: #ffdb58;*/
}

.about-sub{
    margin-top: 60px;
   
    
}

.cost{
    color: teal;
    font-size: 31px;
    
}

.pics{
    width: 100%;
    

}

.card .card-image img {
    display: block;
    border-radius: 2px 2px 2px 2px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: -7px;
    width: 100%;
    height: -webkit-fill-available;
}

    


@media only screen and (max-width: 812px) {
    /* ADD CSS RULES FOR IPHONE */
/* EXAMPLE */
    .get-money-table {
        margin: 0;
        width:100%;
    }
    .get-money-table p {
        padding-left: 5%;
    }

    #actual-table {
        margin-top: 80px;
        margin-bottom: 19px;
    }

    .onward{
        display: inline-block;
    }
    .package{
    font-size: 20px;
    color:#624152;
    font-weight: bold;
    /*text-decoration: underline;
    text-decoration-color: #ffdb58;*/
    }
    
    .cost {
    color: teal;
    font-size: 20px;
    }
    .web{
        /* display: inline-block; */
        /* margin-top: -4000px; */
        position: relative;
        top: 16px;
    }

    li {
       font-size: 16px; 
    }
    .sidenav{
    top: 50px;
    padding-top: 20px;
    }



  }