@charset "utf-8";
/* CSS Document */


#page-content:first-of-type{
    margin-top: 1.5rem;
}

/* HR STYLES */

.hrOrange{
    border-bottom: 2px solid #ae6042;
    
}

.hrBlue{
    border-bottom: 2px solid #4e738a;
    
}


.hrGray{
    border-bottom: 2px solid #76777a;
}

/*  END HR STYLES */