html {
    height: 100%;
    overflow: hidden;
}
body {
    background-color: #000000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
div#outer {
    display: table;
    height: 100%;
    width: 100%;
}
div#container {
	display: table-cell;
    text-align: center;
    vertical-align: top;
}
#paragraph {
    background: rgb(23, 22, 30); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(23, 22, 30, .5);
    opacity: 1;
    padding: 30px 30px 30px 30px;
    margin: 0 auto;
    text-align: left;
    width: 560px;
    display: inline-block;
    vertical-align: top;
}

p{
    color: #ffffff;
    font-size: 11pt;
    font-weight: lighter;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 30px;
    opacity: 1;
    text-align: center;
}

.img_wrapper img{
    position: absolute;
    width: 103%;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    transition: opacity 1s;
}

#imagebox {
    text-align: center;
    width: 560px;
    display: inline-block;
    vertical-align: bottom;
    }
#imagebox > div {
    width: 100px; /* Declare your value. Can be in relative units. */
    display: inline-block;
    vertical-align: top;

    /* IE fix. */
    *display: inline;
    zoom: 1;
    }
#imagebox:after {
    content: "";
    width: 100%;
    display: inline-block;
    }

.img_wrapper.loaded img{
    opacity: 1;
}

a{
    color: #689D99;
    text-decoration: none;
}

a:visited{
    color: #689D99;
    text-decoration: none;
}

.icon{
    opacity: .5;
}

.icon:hover{
    opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

h1{
    font-size: 7em;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
}
