	
@font-face{
	font-family: 'CF_Sophia_Rg';
    src: url('fonts/CF Sophia Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family: 'Arial-narrow';
    src: url('fonts/Arialn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'verlagtext-light';
  src: url('fonts/verlagtext-light-webfont.eot'),
       url('fonts/verlagtext-bold-webfont.woff') format('woff'),
       url('fonts/verlagtext-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
	background-color:#fff;
	overflow: hidden;
	text-align:center;
}

body,
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	overflow: auto;
	font-family: 'Arial-narrow';
}

.svg-container{
	height: 50vh;
	position: relative;
}
.mainSVG{
	width:100%;
	height:calc(100vh - 228px);	
  	visibility:hidden;
	position: absolute;
	left: 50%;
	top: 0;
	transform-origin: top center;
	transform: translateX(-50%);
}

.sparkle{
  /* mix-blend-mode:luminosity */
}

.title{
	color: #1a667a;
	font-family: 'verlagtext-light';
}

.title .year{
	font-size: 26px;
}

.mottos{
	color: #1a667a;
	padding-bottom: 20px;
	font-family: 'CF_Sophia_Rg';
	font-size: 16px;
	opacity: 0;
}



.mottos span{
	display: inline-table;
	padding: 0 30px;
	position: relative;
}

.mottos span::after{
	position: absolute;
    content: "•";
    color: #1a667a;
    top: 0;
    font-size: 1em;
    line-height: 1;
    left: -3px;
}

.mottos span:first-child::after{
	display: none;
}
@media (max-width: 767px){
	.mottos{
		padding-bottom: 10px;
		font-size: 14px;
	}
	
	.mottos span{
		padding: 0 15px;
	}
}

@media (max-width: 480px){
	.mottos{
		font-size: 13px;
	}
	
	.mottos span{
		padding: 0 10px;
	}
}
.logo{
	margin-top: 30px;
	margin-bottom: 30px;
}

.wishes{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
	opacity: 0;
}
.wishes p{
	padding:0 15px;
}

.signatures {    
    font-size: 16px;
    opacity: 0;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
   
}
.signature-item{
	display: inline-block;
	padding: 0 50px;
}
.line-signatures{	
	 padding: 0 15px 25px;
}
@media (max-width: 991px){
	.signatures {
		font-size: 14px;
	}
	.signature-item{		
		padding: 0 30px;
	}
}
@media (max-width: 767px){
	.signatures {
		font-size: 12px;
	}
	.signature-item{		
		padding: 0 20px;
	}
	.line-signatures{	
		 padding: 0 0 15px;
	}
	
	.wishes{
		font-size: 16px;
	}
}

.signatures svg{
	width: 70px;
	height: 50px;
}

.office-info{
	font-size: 14px;
	padding-bottom: 15px;
}


