/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	margin-top: 50px;
	margin-bottom: 50px;
	background: none;
}

.full {
  background:
  url(../images/bg_sky.jpg) repeat-y center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width:100%;
  height:100%;
}

.girlgod2 img {
max-width:100%;
max-height:100%;
position:absolute;
bottom:0;
}

.talkbubble {
  width:100%;
  position:absolute;
  bottom:0;
  left:0;
    color: white;
    height: 100%;
    font-weight: bolder;
}

.talkbubble img {
    width: 255px;
}

#girlname {
    font-weight: bold;
    color: orange;
}

#girlname,.message {
	width: 80%;
	margin:7px auto;
}

.message {
	font-size:18px;
}

button {
	width: 250px;
}