/*
*
* ===  TYPOGRAPHY  ===
*
*/

body { font-family: 'Open Sans', sans-serif; font-size: 14px; }

h1, h2, h3, h4, h5 { font-family: 'Open Sans Condensed', sans-serif; }

h1 { font-size: 40px; line-height: 50px; }
h2 { font-size: 30px; line-height: 40px; }
h3 { font-size: 20px; line-height: 30px; }
h4 { font-size: 16px; line-height: 30px; }
h5 { font-size: 14px; line-height: 30px; }

#admin_panel .welcome { color: white; padding: 20px 20px 10px 20px; font-family: 'Open Sans', sans-serif; font-weight: normal; line-height: 20px; }
#admin_panel .logout .fa { transition: 0.5s; color: #8e2a2a; }
#admin_panel .logout:hover .fa { transition: 0.5s; color: #f92d2d; text-shadow: 0px 0px 20px #f92d2d; }

p { font-size: 14px; line-height: 22px; font-family: 'Open Sans', sans-serif; padding-bottom: 10px; }

a { text-decoration: none; color: #4d555a; }
a:hover { text-decoration: underline; }

em { font-style: italic; }
strong { font-weight: 700; }

th { font-size: 18px; }

form input, form textarea { font-family: 'Open Sans', sans-serif; }

blockquote { font-style: italic; color: #999; padding: 0; }

::-moz-selection { color: #fff; background: #4e74b1; }
::selection { color: #fff; background: #4e74b1; }

header #top #logo { font-size: 30px; }
header #top nav ul a { font-size: 16px; font-family: 'Open Sans'; }