/* CSS Document */

@font-face {
    font-family: Fugue;
    src: url("../../fonts/Fugue-Regular.otf") format("opentype");
}

body
{
	background-color: #1c1d1f;
	color: #ffffff;
}

#TextContainer
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Fugue;
	line-height: normal;
}


#TextContainer:after
{
	content: "Thanks for joining!\a Please find and download your photo here.";
	white-space: pre;
}

@media(min-width:768px){
	#TextContainer:after{
         font-size:4.0vh;
    }	
}

@media(max-width:768px){
    #TextContainer:after{
         font-size:4.0vw;
    }
}