/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Finlandica:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Oswald:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&family=Roboto+Condensed:ital,wght@0,300;0,400;1,300&display=swap');

 btn {
	font-family: 'Oswald', sans-serif;
	font-weight:500;
}

BODY{
	font-family: 'Raleway', sans-serif;
	
}
P, btn-link, li {
	font-family: 'Roboto+Condensed', sans-serif;
	font-weight:300;
	font-size: 1.3rem;
	line-height: 150%;
}

#welcome-1 {
	
}
.btn-orange {
	background-color: #ea4c28;
	color:#FFF;
}

.text-orange {
	color: #ea4c28;
}

.text-dkpurple{
	color: #421c81 ;
}

.bg-dkpurple{
	background-color: #421c81 !important;
}
#header-brand-logo {
	max-width: 120px;
	height: auto;
	margin-left: 0rem;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.9));
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.9));
}
H1, H2, H3, H4, H5, H5 {
  font-family: "Oswald";
  font-weight: 600;
}
nav {
	-webkit-filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.9));
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.9));
}
.bg-purple {
	background-color:#C5BDCC;background-blend-mode: color-burn(0.5)"
}

.bg-lightgrey{
	background-color:#DEDEDE;
}

#bgA {
	background-color:#000;
	background-image: url("../img/bgA.jpg");
	 background-repeat: no-repeat;
  background-size: 100% 100%;
	margin-top: 30px;
	
}

#bgB {
	background-color:#000;
	background-image: url("../img/bgB.png");
	 background-repeat: no-repeat;
  background-size: 100% 100%;
	margin-top: 30px;
	
}

#bgC {
	background-color:#000;
	background-image: url("../img/bgC.png");
	 background-repeat: no-repeat;
  background-size: 100% 100%;
	margin-top: 30px;
	
}

FOOTER  {
	background-color: #421c81 !important;
	color:#FFF;
	
}

FOOTER A {
	text-decoration: underline;
	color:#FFF;
}

#bgA H1,
#bgA H2,
#bgA H3,
#bgA H4,
#bgA H5,
#bgA P,
#bgA span,
#bgB H1,
#bgB H2,
#bgB H3,
#bgB H4,
#bgB H5,
#bgB P,
#bgB span{
	color:#F8601C;
	font-family: 'Oswald', sans-serif;
	text-shadow: 3px 3px 1px #000000;
}


hr.divider {
  max-width: 3.75rem;
  border-width: 0.7rem;
  border-color: #ea4c28;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
}

.box-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
}


hr.divider {
  max-width: 3.75rem;
  border-width: 0.6rem;
  border-color: #ea4c28;
}
.box-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.75);
}
#welcome-1 H1,
#welcome-1 H2,
#welcome-1 H3{
	
}
.text-white-shadow {
	text-shadow: 4px 4px 4px #000;
	text-shadow: -1px -3px 3px #000;
}
.ucase-off {
	text-transform:  none !important;
	font-family: 'Oswald', sans-serif;
}
