*{
    margin: 0;
    padding: 0;
}

body, html {
    font-family:sans-serif;
    width: 100%;
    height: 100%;
}

body {
    font-size: 14px;
    background-color: #000000;
	background-image: url('../images/album_back1.jpg');
    background-size: 100% 100%;
	-webkit-transition: background 1s ease-in-out;
	-moz-transition: background 1s ease-in-out;
	-o-transition: background 1s ease-in-out;
	transition: background 1s;
}
 
#feedback-container{
    background-size: 100% 100%;
	-webkit-transition: background 1s ease-in-out;
	-moz-transition: background 1s ease-in-out;
	-o-transition: background 1s ease-in-out;
	transition: background 1s;
}

#bottom  {
    position: absolute;
    bottom: 20px;
    right: 20px;
	color:aliceblue;
}

#feedback-container:-webkit-full-screen	{ width: 100%;height:100% }
#feedback-container:-moz-full-screen	{ width: 100%;height:100% }
#feedback-container:-ms-full-screen		{ width: 100%;height:100% }
#feedback-container:-o-full-screen		{ width: 100%;height:100% }
#feedback-container:full-screen			{ width: 100%;height:100% }
#bottom :-webkit-full-screen {bottom: -20px;}
#bottom :full-screen {bottom: -20px;}

#title-bar {
    width: 100%;
    height: 150px;
    background-color:#2196F3;
    text-align : center;
}

#title-bar h2 {
    color : #FFC107;
    padding-top: 10px;
	margin-top:0px;
	font-size:37px;
}

#title-bar img{
	max-height:120px;
}

#container .selfie img {
    display: block;
    margin-left: auto;
    margin-right: auto;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

img.shadow{
    border: 1px solid #fff;
    box-shadow: 0 0 5px rgba(255, 255, 255, 100);
}

#container .home-image figcaption{
	height:50px;
	font-size:60px;
	color : #FFC107;
}

img{
    max-height:100%;
    max-width:100%;
}

#hf-fullscreen i {
    position: absolute;
    top: 30px;
    right: 30px;
	color:#555;
}

#loadSpinner {
    display: block;
    margin: auto;
    margin-top: 20%;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    border: 8px solid #28dddd;
    border-color: #ccc;
    border-right-color: transparent;
    -webkit-animation: spin 0.45s infinite linear;
    z-index: 999;
}

@-webkit-keyframes spin {
    0%   { -webkit-transform: rotate(0deg); opacity: 1; }
    50%  { -webkit-transform: rotate(180deg); opacity: 0.1; }
    100% { -webkit-transform: rotate(360deg); opacity: 1; }
}

.v-center {
    display:table !important;
}

.content {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
	padding:20px;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}

.form_status p{
	font-size:18px;
}