/* Style Sheet: wilardy.com --- Author: Billy Hardy - capecodwebsitedesign.com */
body {
    background: #fff;
    color: #555;
    font: normal 16px 'ralewayregular', arial, helvetica, sans-serif;
    text-align: center;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('raleway-regular-webfont.eot');
    src: url('raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('raleway-regular-webfont.woff') format('woff'),
        url('raleway-regular-webfont.ttf') format('truetype'),
        url('raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

p {
    text-align: center;
    color: #000080;
    font-family: 'ralewayregular';
    line-height: 1.5;
}

h1.index {
    color: #fef500;
    font: normal 30px 'ralewayregular', sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

h2.index {
    color: #ee3d11;
    font: normal 25px 'ralewayregular', sans-serif;
    margin: 0;
    text-align: center;
}

h3.index {
    color: #ee3d11;
    font: normal 25px ralewayregular, helvetica, sans-serif;
    text-align: center;
}

h3 {
    color: #ee3d11;
    font: normal 17px ralewayregular, helvetica, sans-serif;
    text-align: center;
}

.footer {
    background-color: #000080;
    color: #fef500;
    text-align: center;
}

a.design {
    font-family: 'ralewayregular', sans-serif;
    color: #fef500;
    font-weight: normal;
    font-size: 16px;
}

a.design:link {
    color: rgb(254, 245, 0);
    font-family: 'ralewayregular', sans-serif;
    text-decoration: none;
}

a.design:active {
    color: #ee3d11;
    font-family: 'ralewayregular', sans-serif;
    text-decoration: none;
}

a.design:visited {
    color: #fffc08;
    font-family: 'ralewayregular', sans-serif;
    text-decoration: none;
}

a.design:hover {
    color: rgba(254, 245, 0, 0.7);
    font-family: 'ralewayregular', sans-serif;
    text-decoration: none;
    font-size: 1em;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

.drkblu {
    background-color: #000080;
}

.just {
    text-align: justify;
}

.navbar-custom {
    border-bottom: 1px solid #fef500;
    background-color: #000080;
}

.navbar-custom .navbar-brand {
    color: rgb(254, 245, 0);
}

.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:hover {
    color: rgb(254, 245, 0, 0.7);
}

.navbar-custom .navbar-nav .nav-link {
    color: rgb(254, 245, 0);
    font-size: 18px;
    font-family: ralewayregular;
    margin: 7px;
}

.navbar-custom .navbar-nav .nav-link:focus,
.navbar-custom .navbar-nav .nav-link:hover {
    color: rgba(254, 245, 0, 0.5);
    font-size: 18px;

}

.navbar-custom .navbar-nav .show > .nav-link,
.navbar-custom .navbar-nav .active > .nav-link,
.navbar-custom .navbar-nav .nav-link.show,
.navbar-custom .navbar-nav .nav-link.active {
    color: rgba(254, 245, 0, 0.6);
}

.navbar-custom .navbar-toggler {
    color: rgb(254, 245, 0);
    border-color: rgba(255, 252, 0.8);
}

.navbar-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(254, 245, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-custom .navbar-text {
    color: #fef500;
    font-family: 'ralewayregular';
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.collapsing.width {
    -webkit-transition-property: width, visibility;
    transition-property: width, visibility;
    width: 0;
    height: auto;
}


.accordion-body {
    text-align: left;
    padding: 1rem 1.25rem;
    color: #0c63e4;
    background-color: #f6f6f6;
    border: 0;
    text-align: justify;
}

.accordion-header {
    margin: 0 auto;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #ee3d11;
    background-color: transparent;
    border: 1px solid rgba(27, 82, 116, 0.12);
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-button.collapsed {
    border-bottom-width: 0;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #f6f6f6;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 1px;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 1px;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-button:not(.collapsed)::after {
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);*/
    background-image: none;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");*/
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}

.burns > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}
