/* colour reference: http://colorlib.com/etc/metro-colors#m-purple 

General stuff near the top
more specific stuff near the bottom please

*/


/*
EmojiSymbols Font (c)blockworks - Kenichi Kaneko
http://emojisymbols.com/
*/
@font-face {
  font-family: "EmojiSymbols";
  src: url('/incl/EmojiSymbols-Regular.woff') format('woff');
  text-decoration: none;
  font-style: normal;
}

body {
    color: #fff;
    background-color: #2b5797;
    font-family: "Avenir", "Nunito", "Helvetica", "Arial", sans-serif;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
Add transition to containers so they can push in and out.
*/
#layout,
#menu,
.menu-link {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*
This is the parent `<div>` that contains the menu and the content area.
*/
#layout {
    position: relative;
    padding-left: 0;
}

.appstore { text-align: center; }
.appstore a { padding: 50px 20px; display: inline-block; margin: 0 auto; }
.closing a { text-decoration: underline !important; }

.closing { text-align: center; font: 14px Georgia; width: 500px; padding: 20px; margin: 0 auto; background-color: #333; text-align: left; line-height: 150%; }
h2 { font-family: "Avenir", "Nunito", "Helvetica", "Arial", sans-serif; text-align: left; }

.pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=color], .pure-form select, .pure-form textarea
{
	border-color: #ade !important;
	border-radius: 0px !important;
	background-color: #eff4ff;	
}

.pure-button-primary
{
	background-color: #2d89ef;
  padding: 5px 20px;
}

.sm { padding: 2px; font-size: 70%; }

.emoji, span .emoji
{
	text-shadow: none !important;
	text-decoration: none !important;
    font-weight: normal !important;
    font-family: "Helvetica", "Arial", "AppleColorEmoji", "Apple Color Emoji", "AndroidEmoji", "EmojiSymbols", "Segoe UI Symbol" !important; 
}

.emoji a { 
	text-shadow: 0 !important;
	text-decoration: none !important;
  	font-weight: normal !important;
}

a
{
	color: #eff4ff;
	text-decoration: none;
	font-weight: 500;
	text-shadow: 2px 2px 2px #005;
}
a .emoji
{
	text-decoration: none !important;
}

a:hover
{
	text-shadow: -1px -1px 2px #000;

}

/*
The content `<div>` is where all your content goes.
*/
.content {
    margin: 0 auto;
    padding: 0 1em;
    max-width: 600px;
    margin-bottom: 50px;
    line-height: 1.6em;
    background-color: #2b5797;
}

.header {
     margin: 0;
     color: #fff;
     text-align: center;
     padding: 1em;
     background-color: #1d1d1d; //#7e3878;
}

    .header h1 {
        margin: 0em 0 0 0;
        font-size: 4em;
        font-weight: bold;
		text-shadow: -2px -2px #000;
    }
    .header h2 {
     	font-size:1.3em;
        font-weight: bold;
        color: #fff;
        padding: 0;
        margin-top: 0;
        text-shadow: -2px -2px #000;
        text-align: center;
    }
    .header h3 {
     	font-size:0.9em;
        font-weight: normal;
        color: #fff;
        padding: 0;
        margin-top: 0;
        text-shadow: -1px -1px #000;
    }

.footer
{
	margin: 0;
    color: #fff;
    text-align: center;
    padding: 1em;
/*	background-color: #7e3878;*/
}    

.terms { padding: 0 50px; width: 640px; margin: auto; }

.content-subhead {
    margin: 30px 0 0 0;
    font-weight: 300;
    color: #fff;
}

h2.content-subhead + p
{
	margin: 0.4em 0;
}

iframe, iframe *
{
	border:none;
}
.wait { padding: 100px; }

.small {font-size: 0.8em;}
.error { padding: 10px 0; margin: 10px 0; background-color: #000; text-align: center; display: none; }
.panel { display: none; text-align: center; }
.ua { display: none; }
#intro { display: block; }
#wait { padding: 50px; }
#share_url { text-align: center; }
.invite { display: none; }
#video 
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 2em 0 0 0;
}
#video iframe, #video object, #video embed 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#details-container {margin-bottom:3em;}


/* -- Responsive Styles (Media Queries) ------------------------------------- */

/*
Hides the menu at `48em`, but modify this based on your app's needs.
*/
@media (min-width: 48em) {

    .header,
    .content {
        padding-left: 2em;
        padding-right: 2em;
    }

    #layout {
        left: 0;
    }
}
