.hr_bordercolor_blue{
    border-color:rgb(10,60,115);
}

.hr_textcolor_blue{
    color:rgb(10,60,115);
}

.hr_bgcolor_blue
{
    background-color: rgb(10,60,115);
}

.shadow
{
    box-shadow: 0px 15px 10px -5px rgba(50,90,165,0.75);
    border: 2px inset white;
}

.shadow:hover
{
    box-shadow: 0px 15px 10px -5px rgba(80, 141, 79,0.75);
}

.click_boxes:hover
{
    animation-name: pulse;
    animation-duration: 0.5s;
}

.width_80{
    width: 80%;
}

.icon_dropshadow{
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
}

h1,h2,li{line-height: normal;}

.text-underline{
    text-decoration: underline;
    text-decoration-color: rgb(10,60,115);
}

a:hover{color:#48bb78;}

@media screen and (min-width: 1024px)
{
    .border-line
    {
        border-bottom:solid 1px black;
    }
}
