body {
	background-color: #f2f2f2;
	color: #233642;
	font-family: 'Poppins', 'sans-serif';
	margin: 0;
	background-image: url(/assets/img/logo-ghost.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

strong {
	font-weight: 600;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover { 
	color: #fff; 
}


/* HEADER STYLE */

header {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
	margin: 0;
	padding: 18px 40px;
	height: 44px;
	position: fixed;
	right: 0;
	left: 0;
	top:0;
	z-index: 1;
}

header .logo {
	background-image: url(../img/logo-small.png);
	background-size: contain;
	background-position: center left;
	background-repeat: no-repeat;
	width: 250px;
    height: 44px;
	float: left;
	cursor: pointer;
}

header .menu {
	float: right;
	color: #233642;
	line-height: 44px;
	font-size: 14px;
}

header .menu a { 
	color: #233642;
	margin-left: 32px;
	font-weight: 600;
}

header .menu a:hover { 
	color: #a9a9a9;
}


/* GALLERY STYLE */

.alert {
    border-width: 1px;
}
.display-hide, .display-none {
    display: none;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;

}
.alert-success .close {
	display: none;
}
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert {
    margin-top: 30px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.close {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat!important;
    text-indent: -10000px;
    outline: 0;
    background-image: url(../img/remove-icon-small.png)!important;
}
.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.alert .alert-link, .close {
    font-weight: 600;
}



.container {
    margin: 128px auto;
    width: 75%;
}

@media only screen and (max-width: 640px) {
	header .menu .greeting, header .menu .logout, header .hide-on-mobile {
		display: none;
	}
	header .logo {
		width: 240px;
	}
}