


/* defaults so we can see what we're doing */
/* #foreground { background: rgba(0,255,0,0.2); }*/
/* #background { background: rgba(0,0,255,0.2); }*/


/* elegantly fade in our content once everything has loaded */
/*body { background: black; }*/



/* ----------------------------------------
	Global Styles
---------------------------------------- */




/* ----------------------------------------
	Page 01
---------------------------------------- */
body{
	background-color: #C7DBF4;
}

div.container{
	width: 100%;
}

header{
	clear: left;
    text-align: center;
    padding: 1em;
    font-family: didot;
    font-size: 80px;
    font-weight: bold;
    color: #232877;
}

nav {
    float: left;
    max-width: 160px;
    margin: 0;
    padding: 1em;
}


#prompt {
	background-color: magenta;
    border: none;
    color: #232877;
    padding: 15px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    left: 5%;
    top: 70%;
}

button {
  outline: none; // this one
}



p{
	font-family: sans-serif;
	position: absolute;
	top: 30%;
	left: 7%;
	font-size: 35px;
	color: #232877;
	font-style: italic;
}

.icecream{
	width: 213px;
	height: 213px;
	background: magenta;
	-moz-border-radius: 113px;
	-webkit-border-radius: 113px;
	border-radius: 113px;
	position: absolute;
	top: 60%;
	left: 43px;
}

.cone{
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 200px solid orange;
	position: absolute;
	top: 80%;
	left: 50px;
}

.icecream2{
	width: 213px;
	height: 213px;
	background: #B2007D;
	-moz-border-radius: 113px;
	-webkit-border-radius: 113px;
	border-radius: 113px;
	position: absolute;
	top: 60%;
	left: 391px;
}

.cone2{
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 180px solid orange;
	position: absolute;
	top: 80%;
	left: 397px;
}

#txt_name{
	position: absolute;
	top: 60%;
	left: 50%;
	width: 600px;
	height: 300px;
	font-size: 30px;
	text-align: center;
	color: #232877;
}


#audio{
	width: 0px;
}





















