body{
    font-family: 'Raleway', sans-serif;
    font-size: 100%;
    color: black;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Eater', cursive;*/
    font-family: 'Raleway', serif;
    /*font-family: 'Acme', sans-serif;*/
    /*font-family: 'Abril Fatface', cursive;*/
    font-weight: 100;
    line-height: 1.2;
    margin: 0 0 10px;
    text-rendering: optimizeLegibility;
}

h1.banner-heading{
    font-family: 'Slabo 27px', serif;
    letter-spacing: 10px;
    color: black;
}

.welcome-background p.welcome-description{
	font-family: 'Raleway', sans-serif;
	/*font-size: 5vw;*/
    /*letter-spacing: .16em;*/
    line-height: 1.7em;
    font-size: 18px !important;
}

.brief-about-head{
    font-family: 'Slabo 27px', serif;
    letter-spacing: 10px;
    color: #ff0000;
    text-transform: uppercase;
}

p.brief-about { font-size: 18px !important; }

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
/*@media screen and (min-width: 601px) {
  p.welcome-description { font-size: 1.4vw; }
  h1.banner-heading{ font-size: 2.3vw; }
  p.brief-about { font-size: 1.2vw; }
  h1.brief-about-head{font-size: 2.3vw;}
}*/

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
/*@media screen and (max-width: 600px) {
  p.welcome-description { font-size: 4.5vw; }
  h1.banner-heading{ font-size: 7vw; }
  p.brief-about { font-size: 4vw; }
  h1.brief-about-head{font-size: 7vw;}
}*/

.alternative-font-size{
    font-size: 17px;
}

.bold{
  font-weight: bold;
}