/*-----------------------------------------------------------------------------------*/
/* GENERAL BEGIN
/*-----------------------------------------------------------------------------------*/

body {
	margin: 0;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
    height: 100%;
	font-size: 1.4em;
}

body.disableScroll {
	position: fixed !important;
	overflow: hidden !important;
	overflow-y:hidden !important;
}

html {
	height: 100%;
	margin:0;
	padding:0;
	font-size: 62.5% !important;
  background-color: #181818;
}

html, body {
   margin: 0 !important; padding: 0 !important;
}

.dev-colors {
	background-color: red;
}

h1, h2, h3, h4, p, a, li, ul, .task-completed-info, label, tr, td, th, button, input, textarea, .alert, label, select, span {
	font-family: 'Roboto', sans-serif;
    margin: 0;
	text-decoration: none;
}

#wrapper {
    max-width: 2560px;
    margin: 0 auto;
}

#container {
    width: 960px;
    max-width: 90%;
    margin: 0 auto;
}

#content {
    width: 100%;
}

#content-inner {
	padding: 2em 0;
}

.clearfix {
	clear: both;
}


#home {

}

#home #album-col {
	display: block;
    height: 75%;
    width: 100%;
    background: #171717;
    position: relative;
    overflow: hidden;
}

#home #album-col:last-child{
	border-bottom: 0px;
}

#home #album-col #album-col-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

#home #album-col #album-bg {
	background-size: 130%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(100px);
    background-position: center center;
    opacity: 0.2;
}

#home #album-col #album-col-inner #col {
	vertical-align: middle;
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
	position: relative;
}

#home #album-col #album-col-inner #col:nth-child(2) {
	margin-left: 4.5%;
}

#home #album-col #album-col-inner #col:last-child {
	margin-left: 4.5%;
}

#home #album-col #album-col-inner #col:first-child img {
	max-width: 100%;
	border-radius: 3px;
}

#home #album-col #album-col-inner #col h1, h2 {
	color: white;
}

#home #album-col #album-col-inner #col h1 {
	font-size: 2.5em;
	font-weight: 400;
}

#home #album-col #album-col-inner #col h2 {
	margin-top: -0.7em;
	font-size: 2em;
	font-weight: 300;
}

#home #album-col #album-col-inner #col button {
	-webkit-appearance: none;
    border: 0;
    font-size: 1.5em;
    padding: 0.7em 0;
    color: white;
    width: 50%;
    background: #bd0000;
    border-radius: 3px;
    margin-left: 50%;
}

#home #album-col #album-col-inner #col a {
	color: white;
    background: indianred;
    text-align: center;
    padding: 1em;
    font-size: 1.2em;
    border-radius: 50px;
	-webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

#home #album-col #album-col-inner #col a:hover {
	background: rgba(189, 0, 0, 1.0);
}

#home #album-col #album-col-inner #col span#info {
	width: 1.5em;
    height: 1.5em;
    background-image: url(../images/info.svg);
    background-repeat: no-repeat;
    background-size: 1.5em;
    display: block;
    margin: 0 auto;
    margin-top: 1em;
    opacity: 0.5;
	-webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

#home #album-col #album-col-inner #col span#info:hover {
	cursor: pointer;
	opacity: 1.0;
}

#home #album-col #album-col-inner #col #information {
	background: whitesmoke;
    padding: 1em;
    position: absolute;
    margin-top: 1em;
    border-radius: 3px;
    text-align: center;
    font-weight: 300;
	bottom: 3em;
}

#purchase {
	width: 100%;
}

#purchase #purchase-inner {
	margin-top: 20% !important;
	display: block;
	margin: 0 auto;
	width: 50%;
	text-align: center;
}

#purchase #purchase-inner h2 {
	font-weight: 100;
    font-size: 1.5em;
    margin-top: 1.5em;
}

#purchase #purchase-inner p {
    color: white;
    font-weight: 100;
    margin-top: 1em;
	margin-bottom: 3em;
}

#purchase #purchase-inner a {
	color: white;
    background: indianred;
    padding: 1em 3em;
    border-radius: 50px;
	-webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

#purchase #purchase-inner a:hover {
	opacity: 0.5;
}

#purchase #purchase-inner a#back {
	color: white;
    display: block;
    background: transparent;
    padding-top: 3em;
    font-size: 0.9em;
}

#purchase #purchase-inner span#checkmark {
	width: 5em;
	height: 5em;
	display: block;
	margin: 0 auto;
	background-size: 5em;
	background-image: url('../images/checkmark.svg');
	background-repeat: no-repeat;
}

#purchase #purchase-inner span#error {
	width: 5em;
	height: 5em;
	display: block;
	margin: 0 auto;
	background-size: 5em;
	background-image: url('../images/error.svg');
	background-repeat: no-repeat;
}

#footer {
	background: #181818;
}

#footer-inner {
	padding: 2em 0;
	text-align: center;
}

#footer-inner p, h2 {
	color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 300 !important;
}

#footer-inner #col:first-child {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
}

#footer-inner #col:last-child {
	display: inline-block;
	vertical-align: middle;
	width: 69%;
	text-align: right;
}

#footer-inner h2 {
	font-size: 1em;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 1em;
}

#footer-inner a {
	color: white;
}
