/* It is recommended to place all your extra/additional CSS rules here */

.bigger-header {
    font-size: 3.5em !important;
}

.custom-font {
    /*font-family: 'Mrs Saint Delafield', cursive;*/
    /*font-family: 'Meddon', cursive;*/
    font-family: 'Mrs Saint Delafield', cursive;
}

a:focus, a:hover, a:visited {
    text-decoration: none;
    color: #ffffff;
}

#main-content .carousel .icon {
    margin:0 auto 30px auto;
    width:auto;
    height: auto;
    max-height: 440px;
}

.img-container {
    width: 100%;
}

.img-container img {
    width: 80%;
    height: 80%;
}

.max-height {
    height: auto;
}