/*
Simple Responsive Template v 1.2


primary styles 
   Add your own styles to customize the project.



BASE (MOBILE) SIZE
	These are the mobile styles. It's what people see on their phones.
	Remember, keep it light: Speed is Important.
*/

/* typography */


.dancing-script-<uniquifier> {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body{
  color:#293133;
  font-family: 'dancing-script', Georgia, serif;
  font-size:1em;
  line-height:1.4em; 
  font-weight:normal;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'dancing-script', serif;
  font-weight: 700; /* Use the bold weight we imported */
  line-height:1.5em;
  margin:.45em 0;
  padding:0;
  color:#293133;
} 

.fissintrotext{
  font-family: 'Merriweather', Georgia, serif;
	font-size: 40px;
    color:#293133;
	font-style: normal;
	line-height: 50px;
	font-weight: normal;
}

.fisswhitedisplay{
  font-family: "Dancing Script", cursive;
	font-size: 36px;
    color:#FFFFFF;
	font-style: normal;
	line-height: 48px;
	font-weight: normal;
}

.fissheadings{
  font-family: "Dancing Script", cursive;
	font-size: 40px;
    color:#293133;
	font-style: normal;
	line-height: 48px;
    font-weight: 700; /* For a bold variant, if desired and imported */
}

.fisssmalltext{
  font-family: 'Merriweather', Georgia, serif;
	font-size: 18px;
    color:#293133;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
}


.fissblueintrotext{
  font-family: 'Merriweather', Georgia, serif;
	font-size: 20px;
    color:#003440;
	font-style: normal;
	line-height: 36px;
	font-weight: normal;
}
.fissbluewidecontenttext{
  font-family: 'Merriweather', Georgia, serif;
	font-size: 20px;
    color:#003440;
	font-style: normal;
	line-height: 36px;
	font-weight: normal;
}

.fissblueintrotextbold{
  font-family: 'Merriweather', Georgia, serif;
	font-size: 40px;
    color:#FFFFFF;
	font-style: normal;
	line-height: 48px;
    font-weight: 700; /* For a bold variant, if desired and imported */
}
.fissblueheadings{
  font-family: 'Merriweather', Georgia, serif;
	font-size: 30px;
    color:#FFFFFF;
	font-style: normal;
	line-height: 38px;
    font-weight: 700; /* For a bold variant, if desired and imported */
}

.fissbluesmalltext{
  font-family: 'Merriweather', Georgia, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
    color:#FFFFFF;
}

