/*** Typography ***/

body {
	font: 16px/1.5 "Roboto", sans-serif;
}

.header-text {
	width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    text-align: center;
    margin-bottom: 150px;
    margin-top: 200px;
}

/*** Layout ***/
html {
	background: #ecebf0;
	overflow: hidden;
}

body {
	margin: 0 auto;
    box-sizing: border-box;
    background-image: url("../images/bg-fad.jpg") !important;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1600px) {
    body {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
    }
}

a {
    height: 100px;
	width: 180px;
	text-decoration: none;
	display: inline-block;
}

.wrapper {
    background-color: rgba(255,255,255, 0.9);
    height: 100%;
    width: 100%;
    position:fixed;
    top:0;
    bottom:0;
}

.wrapper2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.centered {
    width: 1000px;
    height:400px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.item-wrapper {
    background-color: white;
	height: 100px;
    width: 180px;
    margin-left: 5%;
    margin-bottom: 0;
    margin-top: 0;
}

.item-img {
    margin: auto;
    margin-top: 18%;
    display: block;
    max-width: 82%;
    max-height: 82%;
}

.item-img-cosmetic {
    margin: auto;
    margin-top: 5%;
    display: block;
    max-width: 84%;
    max-height: 84%;
}

.site-item {
    background-color: #125088;
    border-top: 10px solid #f5a300;
    height: 100px;
    width: 180px;
    margin-right: 30px;
    margin-top: 0;
    text-align: center;
    vertical-align: middle;
    box-shadow: -1px 1px 7px 0px grey;
}

.item-wrapper:hover > .site-item {
    background-color: white;
}

.cosmetic-wrapper:hover > .site-item > a > .item-img-cosmetic {
    display: none;
}

.cosmetic-wrapper:hover > .site-item {
    background: url(../images/cosmetic-factory-noir.png);
    background-color: white;
    background-size: 85% 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.gap_20 {
	margin-bottom: 20px;
}

.disabled {
    background-color: rgba(255,255,255, 0.9);
    height: 110px;
    width: 180px;
    top:0;
    bottom:0;
    cursor: not-allowed;
    filter: grayscale(80%);
}

.disabled > div > a {
    background-color: white;
    cursor: not-allowed;
    pointer-events: none;
    filter: opacity(0.6);
}

.disabled > div {
    background-color: white;
    cursor: not-allowed;
    pointer-events: none;
   filter: opacity(0.5);
}

div.item-wrapper.cosmetic-wrapper.disabled > .site-item {
    background: url(../images/cosmetic-factory-noir.png);
    background-color: white;
    background-size: 85% 80%;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    filter: opacity(0.2);
}
