/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Share+Tech');

* {
	box-sizing: border-box;
}

/* Headlines
----------------------------------*/
.title{
	font-size: 2rem;
	padding: 0.5em;
	background: rgba(48,184,255,0.45);
}

.subtitle{
	
}


/* Colors
----------------------------------*/
.malibu{
	color: #30b8ff;
}
.white{
	color: white;
	text-shadow: 0 0 5px black;
}

.malibu:hover,
.malibu:focus{
	background: rgba(48,184,255,0.45);
	
}

/* Buttons
----------------------------------*/
.buttonbig{
	display: inline-block;
	font-size: 1.15rem;
	text-decoration: none;
	text-transform: lowercase;
	border-width: 2px;
	border-style: solid;
	padding: .5em 1.5em;
	background: rgba(0,0,0,0.55);
	border-radius: .5em;
}


body {
	margin: 0;
	font-family: 'Share Tech', sans-serif;
	text-align: center;
	background-image: url("/img/fbban_se.png");
	background-repeat: repeat;
	background-attachment: fixed;
	
}

header {
	position: absolute;
	margin-top: 1em;
	left: 0;
	right: 0;
}

img {
	
}

.logo{
	display: inline-block;
	box-sizing: border-box;
	width: 10em;
}

.textbox{
	text-align: justify;
	width: 100%;
	background-color: white;
	padding: 1em;
}

.home-lander{
	display: block;
	width: 100%;
	padding: 5em 0 2em 0;	
}

.home-about{
	display: block;
	padding: 1em;
	background-color: white;
}

.home-articles{
	
}


