/* Erin and Sam's wedding
dark brown 1D140B
cream DACBBB
font-family: 'Montserrat', sans-serif;
font-family: 'Esteban', serif; (Didot)
*/


body {
    line-height: 1.6em;
    font-size: 1.5em;
}

p {
    font-family: 'Montserrat', sans-serif;
    color: #474747;
    font-weight: 100;
}

h1, h2, h3, small {
    font-family: 'Esteban', serif;
    color: #474747;
}

.myMenu {
    text-align:center;
    padding: 30px 0;
    font-weight:100;
}

.smallText {
    font-size: 70%;
    line-height: 1.4rem;
}
.medText {
    font-size: 80%;
    line-height: 1.5rem;
}

.heading2 {
    font-size: 90%;
    
    font-weight: 300;
}

.heading1 {
    text-align:center;
    padding: 70px 30px;
}

.myForm {
    font-family: 'Montserrat', sans-serif;
    color: #474747;
    font-weight: 200;
}

.icon1 {
    padding:20px 0;
}

.iconSm {
    height: 130px;
    margin: 80px 0;
}

/* CARD */
.card {
    border:#fff 1px solid;
}
.card-img-overlay p {
	text-shadow: 1px 1px 5px #232323;
    text-align: center;
}
.card-img-overlay h2 {
    text-shadow: 1px 1px 5px #232323;
}
.card-img {
     border-top-left-radius:0;
     border-top-right-radius: 0;
}

.idLinks a, a:hover {
    text-decoration: none;
    color: inherit;
    
}

#b1, #b2, #b3, #b4, #b5, #b6, #b7, #b8, #b9 {
    transition: all 0.8s ease-in-out;    
    }
#b1:hover, #b2:hover, #b3:hover, #b4:hover, #b5:hover, #b6:hover, #b7:hover, #b8:hover, #b9:hover {
    transform: scale(0.95);
}

footer {
    margin-top: 100px;
    background-color:#BB886B; /* For browsers that do not support gradients */
    background-image: linear-gradient(to top, #BB886B , #E0B39C , #FDDFCC, #E0B39C);
    text-align:center;
}
footer small {
    color:#fff;
}

/* MEDIA QUERIES */

@media screen and (min-width:768px) {
body {
    line-height: 1.9em;
    font-size: 1.8em;
}
}