/*body a:hover{*/
/*    cursor:url('../images/fish.png'), auto;*/
/*}*/
h3.section-title {
    margin: 30px 0 30px 0 !important;
}
span.comic-text {
    font-family: 'Lora', serif !important;
}

e
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lora', serif !important;
}
.navbar-fixed-top {
    background-color: #ffffff !important;
    /* transition: background-color 1s ease 0s; */
}
#navbar-collapse-02 li.selected a {
    color: #46aff3 !important;
}
#navbar-collapse-02 li.selected a:hover {
    color: white !important;
    cursor: url(../images/fish.png), auto;
    background-color: #46aff3;
}
.navbar-default .navbar-nav > li > a:hover {
    /* color: #46aff3 !important; */
    color: white !important;
    cursor: url(../images/fish.png), auto;
    background-color: #46aff3;
    cursor:url('../images/fish.png'), auto;
}
ul.footer-list > li  a:hover {
    /* color: #46aff3 !important; */
    color: white !important;
    cursor: url(../images/white-fish.png), auto;
    /*background-color: #46aff3;*/
    cursor:url('../images/white-fish.png'), auto;
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px !important;
    border: 1px solid #888;
    width: 100%;
}
.item2{
    margin: 24px !important;
}
.btn-primary:hover {
    background-color: #00BECC !important;
    border-color: #00BECC !important;
}
h5 a:hover{
    color: blue !important;
}
ul.footer-list li a:hover {
    color: #46aff3 !important;
}
.navbar-default .navbar-nav > li.social > a:hover i {
    color: white !important;
}
/* blink css */
/* .navbar-light .navbar-nav .nav-link {
    color: white;
} */
 /*#blink {*/
 /*  font-weight: bold;*/
 /*  transition: 0.2s;*/
 /*}*/
#blink {
   animation: 5s linear infinite condemned_blink_effect;
   color: red;
   /*background-color: #46aff3;*/
   padding:10px;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 40px;
    border: 1px solid #888;
    /* width: 60%; */
    /*border-radius: 40px;*/
    /*box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;*/
}