 

@import url('https://fonts.googleapis.com/css?family=Roboto-Condensed');

 body {
	font-family: 'Roboto Condensed', sans-serif;
 	font-weight: lighter;
 	background-color: white;
	margin: 0px;
	position: relative;
	scroll-behavior: smooth;
  }

  br {
    margin-top: 5px;
} 
/*
h1 {
	font-weight: bolder;
	font-size: 30pt;
}

h2 {
	font-weight: bold;
	font-size: 30px;
}

h3 {
	font-size: 21px;

}

h4 {
	font-size: 21px;
	text-align: left;
	margin: 0;
	font-weight: normal;
}*/

p {
	margin: 0px;
	font-size: 18px;
}

a {
text-decoration: none;

}

/*a:hover {
  color: #efaece;
}*/

.bold {
  font-weight: bold;
}

.normal {
	font-weight: normal;
}

.cover {
	display: block;
	min-height: 550px;
	padding-top: 200px;
	text-align: center;	
}

.cover-deko-left {
z-index: -100;
position: absolute;
left: 0;
top: 550px;
}

.cover-deko-right {
	z-index: -100;
	position: absolute;
	right: 0;
	top: 20px;
}

.title-link {
	font-weight: bold;
	color: #2a2151;
}

.title-link:hover {
	color: #55BDEE;
}

 .section {
 	width: 100%;
 	margin-top: 0px;
 	box-sizing: border-box;
 	margin-bottom: 30px;
 	padding-top: 30px;
 	padding-bottom: 30px;
 	padding-left: 20px;
 	padding-right: 20px;

 } 

 .section-header {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;  
  margin-bottom: 20px;  
}

 .flexbox {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}


.txtwhite {color: white;}
.txtblue {color: #55BDEE;}
.txtpurple {color: #2a2151;}
.txtpink { color: #efaece; }

.txtlight {font-weight: lighter;}

.bgpurple {background-color: #4b3a90; }
.bgpink {background-color: #efaece;}
.bgblue {background-color: #55BDEE;}
.bgshock {background-color: #e84888;}
.bgred {background-color: #e83f36;}



.footer {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
	background-color: #2a2151;
	color: white;
	box-sizing: border-box;
	height: 60px;
	padding: 15px;
	margin: 0px;
	width: 100%;
	font-weight: lighter;
}

.footeritem {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.footerlink {
  color: white;
}
.footerlink:hover {
  color: #efaece;
  font-weight: bold;
}

