/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

@font-face {
    font-family: 'peaches-and-cream-regular-w00';
    src: url('../fonts/peaches and cream regular w00.ttf') format('truetype');
}

/*@font-face {
    font-family: 'peaches-and-cream-regular-w00';
    src: url('./peaches and cream regular w00.ttf') format('truetype');
}*/
/*@font-face {
    font-family: 'peaches-and-cream-regular-w00';
    src: url('../fonts/peaches and cream regular w00.eot');
    src: url('../fonts/peaches and cream regular w00.eot?#iefix') format('embedded-opentype'), url('../fonts/peaches and cream regular w00.woff') format('woff'), url('../fonts/peaches and cream regular w00.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}*/

.font_6 {
    font: normal normal normal 58px/2.25em peaches-and-cream-regular-w00,sans-serif;
    color: #655773;
} 
.font_7 {
    font: normal normal normal 24px/1.46em futura-lt-w01-book,sans-serif;
}
.font_8 {
    font: normal normal normal 20px/1.4em futura-lt-w01-book,sans-serif;
    color: #000000;
}
.font_9 {
    font: normal normal normal 16px/1.55em futura-lt-w01-book,sans-serif;
    color: #655773;
} 
.style-jsv3dp4glabel{
    color:black;
}
.style-jsv3dp4glabel:hover {
    color: white;
}
.btn-primary{
    height:70px;
    line-height:70px;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
            display: none;
        }
    }
