@charset "UTF-8";
/*==================     Fonts    ======================*/
/*==================     Text colors     ======================*/
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url(//fonts.googleapis.com/css?family=Merriweather:300,400,400italic,700,700italic,900);
@import url(//fonts.googleapis.com/css?family=Raleway:700);
/*========================================================
                      Main Styles
=========================================================*/
html { 
  background: url(images/Retirement.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}