@charset "utf-8";


@font-face {
	font-family: 'Conv_goodbylullaby';
	src: url('goodbylullaby.eot'); /* IE9 Compat Modes */
	src: url('goodbylullaby.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
		 url('goodbylullaby.woff') format('woff'), /* Pretty Modern Browsers */ 
		 url('goodbylullaby.ttf') format('truetype'), /* Safari, Android, iOS */ 
		 url('goodbylullaby.svg#Conv_goodbylullaby') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Frutiger-Light';
    src: url('Frutiger-Light.eot');
    src: url('Frutiger-Light.eot?#iefix') format('embedded-opentype'), 
    	 url('Frutiger-Light.woff') format('woff'), 
    	 url('Frutiger-Light.ttf') format('truetype'), 
    	 url('Frutiger-Light.svg#Frutiger-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger-Bold';
    src: url('Frutiger-Bold.eot');
    src: url('Frutiger-Bold.eot?#iefix') format('embedded-opentype'), 
    	 url('Frutiger-Bold.woff') format('woff'), 
    	 url('Frutiger-Bold.ttf') format('truetype'), 
    	 url('Frutiger-Bold.svg#Frutiger-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}



* {
	border: 0;
	margin: 0; 
	padding: 0; 
	outline: none;
	text-decoration: none;
}

html {
	height: 100%;
}

body {
	font-family: "Frutiger-Light", sans-serif;
    height: 100%;  
	background-color: #f6f6f6;
	-webkit-font-smoothing: antialiased;
	float: left;
    width: 100%;
}

body.bckg {
	background-image: url("offline.jpg"); /* The image used */
	background-color: #f6f6f6; /* Used if the image is unavailable */
	height: 500px; /* You must set a specified height */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

b, 
strong,
h1,
h2, 
h3,
h4,
h5,
h6 {
	font-family: "Frutiger-Bold", sans-serif;
}

.text-wrap {
	margin-top: 15%;
	text-align: center;
}

.text-box {
	padding: 10px;
    width: 50%;
    max-width: 500px;
    margin: 0 auto;
}

.text-box.pink {
	background-color: #bf1c6b;
    color: #ffffff;
    border-radius: 3px;
}

.text-box.slate {
	background-color: #284b4b;
    color: #ffffff;
    border-radius: 3px;
}