/***** Menu *****/
h1 {font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif; font-size: 14px; color: #b2b2b2; text-align: left; letter-spacing: 0.5px;}
h1 a:link {color: #b2b2b2; text-decoration: none;}
h1 a:visited {color: #b2b2b2; text-decoration: none;}
h1 a:hover {color: #FFF; text-decoration: none;}
h1::selection {background: #ff7f00; color: #FFF;}
h1::-moz-selection {background: #ff7f00; color: #FFF;}

/***** Title *****/
h2 {font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif; font-size: 28px; color: #cccccc; text-align: left; letter-spacing: 1.5px;}
h2 a:link {color: #cccccc; text-decoration: none;}
h2 a:visited {color: #cccccc; text-decoration: none;}
h2 a:hover {color: #FFF; text-decoration: none;}
h2::selection {background: #ff7f00; color: #FFF;}
h2::-moz-selection {background: #ff7f00; color: #FFF;}

/***** Content *****/
p {font-family: arial, arial; font-size: 15px; color: #666666; text-decoration: none; text-align: justify; line-height: 1.5;}
p a:link {color: #666666; text-decoration: none; font-weight: bold;}
p a:visited {color: #666666; text-decoration: none;}
p a:hover {color: #FFF; text-decoration: none;}
p::selection {background: #ff7f00; color: #FFF;}
p::-moz-selection {background: #ff7f00; color: #FFF;}

/***** Bullet Point *****/
p.bullet {font-family: arial, arial; font-size: 15px; color: #8c8c8c; text-decoration: none; text-align: left; line-height: 1.5;}
p.bullet a:link {color: #8c8c8c; text-decoration: none; font-weight: bold;}
p.bullet a:visited {color: #8c8c8c; text-decoration: none;}
p.bullet a:hover {color: #FFF; text-decoration: none;}
p.bullet::selection {background: #ff7f00; color: #FFF;}
p.bullet::-moz-selection {background: #ff7f00; color: #FFF;}

@media only screen and (max-width: 1100px) {
h2 {font-size: 24px;}
p {font-size: 14px;}
}