/*!
**      Company: Utilize Design
**      Website: utilizedesign.com | website
**      Author Name: Sean Mitchell
*/
/************************************************/
/*      Fonts                                   */
/************************************************/
@font-face { font-family: 'Roboto'; src:  url('../fonts/Roboto/Roboto-Regular.ttf') format('ttf'); }
/************************************************/
/*      Global Styles                           */
/************************************************/
html, body{ min-height: 100%; height: auto !important; height: 100%; margin: 0; }
body { color: #000000; font-family: 'Roboto', sans-serif !important; transition: all .3s ease-in; background-color: #F7F7F7 !important; }
img { max-width: 100%; height: auto }
h2,h3,h4,h5,h6 { font-size: 21px; line-height: 36px; color: #333; font-weight: 300; transition: color .3s ease-in }
h2 { margin: 1px 0 0 0; color: #333; font-family: 'Open Sans',sans-serif; }
h2 span { background: #FFF; padding: 0 20px }
p { margin: 0 0 5px 0; color: #5f5f5f; font-size: 16px; line-height: 32px; font-family: 'Roboto',sans-serif; font-weight: 300 }
a { color: #454545; text-decoration: none }
.temp-text { padding: 15px; font-size: 16px; font-family: 'Roboto',sans-serif; font-weight: 300 }

