/* Set Font style */
html, body, div, li, ul, strong, 
h1, h2, h3, h4, h5, h6, h7, h8, p, blockquote, ol {
	font-family: 'Kalam', cursive; 
}

/* Set Font size */
html, body, div, li, ul, strong, 
p, blockquote, ol {
	font-size: inherit;    
}

/* selected fonts
	font-family: 'IBM Plex Sans', sans-serif;
*/

#caption span, h1 {
    font-size: 28px;
	font-family: 'Architects Daughter', cursive;
}

h2 {
	font-size: 28px; 
	font-family: 'Architects Daughter', cursive;
}

h3 {
	font-size: 16px; 
	font-family: 'Architects Daughter', cursive;
}

h4 {
	font-size: 14px;
	font-family: 'Architects Daughter', cursive;
}

p {
	font-size: 12px;
	margin-bottom: 20px;
}

a {
    text-decoration: none;
    color: inherit;
}

#nav li a{
	font-size: 20px !important;
	font-stretch: ultra-condensed;
}

p a {
    text-decoration: underline;
    color: inherit;
}

#logo h1 {
	margin: 0;
	font-family: 'Sacramento', cursive;
	font-size: 55px !important;
	font-weight: normal;
}

#tagline #tag1{
	text-shadow: 2px 2px 30px #000000;
	font-size: 80px;
	font-stretch: ultra-condensed;
}

#tagline #tag2{
	font-size: 120px;
	font-family: 'Sacramento', cursive;
}

#caption h1 {
	margin: 0;
	font-size: 20px !important;
	font-weight: bold;
}

#fullblock p {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 10% 3% 10%;
}

#page h2 {
	font-size: 75px;
	font-stretch: ultra-condensed;
	font-weight: normal;
}

#page1 h2 {
	font-size: 75px;
	font-stretch: ultra-condensed;
	font-weight: normal;
}


h3 {
	font-size: 40px;
	font-weight: bold;
	font-stretch: ultra-condensed;
}

#onImage {
	font-size: 1.5vw;
	font-family: 'Sacramento', cursive;
	font-weight: bold;
}

#belowImage {
	font-size: 30px;
	font-weight: bold;
}

#main h2{
	font-size: 50px;
	font-style: bold;
}

.section_banner h2 {
	font-size: 40px;
	font-weight: normal;
}

#main3 #halfblock p{
	font-size: 20px;
	font-weight: normal;
}

#main4 #halfblock h3 {
	font-size: 75px;
	font-stretch: ultra-condensed;
	font-weight: normal;
}

#footer h2 {
font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
}

#feedback p{
	font-size: 25px;
}

#feedback {
	font-size: 30px;
}

#feedback span {
	font-weight: bold;
}

#readMore {
	font-size: 30px;
	font-weight: bold;
}



/* text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.7); */