.logo-container-left {
    left: 30px;
    position: absolute;
    top: 20px;
    z-index: 3;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}
.logo-container-right {
    right: 30px;
    position: absolute;
    top: 20px;
    z-index: 3;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}

body {
	background: #777;
	padding: 0;
    margin: 0;
    margin-top:60px;
    overflow: hidden;
    width:100%;
    background-image: url(../images/b4_blur.png);
    /* Image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Image doesn't repeat */
    background-repeat: no-repeat;
    /* Makes the image fixed in the viewport so that it doesn't move when 
       the content height is greater than the image height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based on its container's size */
    background-size: cover;
    /* Pick a solid background color that will be displayed while the background image is loading */
    background-color:#464646;
}

a {
	color: #871311;
}
h1 {
    text-align: center;
    color:#fff;
    font-family: 'Frijole', cursive;
    display: block;
    text-shadow:#253e45 -1px 1px 0,
    #253e45 -2px 2px 0,
    #d45848 -3px 3px 0,
    #d45848 -4px 4px 0;
    margin: 5% auto 5%;
}

  #subtitle {
    text-align: center;
    color:#fff;
    font-family: 'arial';
    font-size: 22px;
    display: block;
    margin-left:30px; margin-right:30px;
}

  .animatedline .word {
    display: inline-block;
    line-height: 1em;
  }
