/* Gap heights */
.gap-h0 { height: 0; }
.gap-h5 { height: 5px; }
.gap-h40 { height: 40px; }
.gap-h120 { height: 120px; }

/* Solid line styles */
.solid-h1 { height: 1px; }

/* Contact info styles */
.contact-name,
.contact-title {
    margin-right: 30px;
}

/* Image styles */
.full-width-img {
    width: 100%;
}

/* Mail link cursor */
.mail_link {
    cursor: pointer;
}

/* Clickable elements cursor */
.top_navbar_home,
#go-top {
    cursor: pointer;
}