body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

.fullBackground {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.caption {
  font-size: 30pt;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.caption:after {
  content:"\A";
  width:10px;
  height:10px;
  border-radius:50%;
  background: #00bbeb;
  display: inline-block;
  margin: 0 0 -2px;
}


/*error message*/
.bottomright { position: absolute; bottom: 8px; right: 16px;font-size: 18px;}
.error-message { background-color: #fce4e4; border: 1px solid #fcc2c3; float: left; padding: 20px 30px; position: fixed;}
.error-text { color: #cc0033;font-family: Helvetica, Arial, sans-serif; font-size: 13px; font-weight: bold;line-height: 20px;text-shadow: 1px 1px rgba(250,250,250,.3);}


/*Image title style for new image*/

@import url(https://fonts.googleapis.com/css?family=Dancing+Script);
.line-1
{ 
  position: relative;
  width: 90%;
  margin: 0 auto;
  font-size: 180%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  top: 80%;
  font-size: calc(10px + 5vh);
  line-height: calc(10px + 10vh);
  text-shadow: 0 0 5px #ffa500, 0 0 5px #ffa500, 0 0 2px #ffa500, 0 0 4px #ffa500, 0 0 6px #f00, 0 0 10px #ff8d00, 0 0 8px #f00;
  color: #000;
  
  /*font-family: "Sacramento", cursive;*/
  font-family: 'Dancing Script';
  font-style: italic;

  animation: blink 12s infinite;
  -webkit-animation: blink 12s infinite;
  }

@media screen and (max-width: 768px) 
{
	.line-1
	{font-size: calc(10px + 4vw);}
}

/* Animation */
/*.anim-typewriter{
  animation: typewriter 10s steps(44) 1s 1 normal both,
             blinkTextCursor 1000ms steps(44) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 90%;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}*/

