/* ===================================================================
 *  14. download - (_layout.scss)
 *
 * ------------------------------------------------------------------- */

.container {
    text-align: center;
    //background: #2e0000;
    border-radius: 0px;
    padding: 10px
}



#submenu {
   // background: #fff;
    opacity: 50%;
}

.main {
   // background: #2e0000;
    background: transparent;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 12rem;
    text-align: center;
    border-bottom: 1px solid white;
}

.main h3 {
    color: #ffffff;
    font-size: 2em;
    font-weight: 700
}

.main h3::before {
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main .generic-form {
    border: none;
    border-radius: 5px;
    max-width: 50%;
    margin-top: 25px;
    display: block;
    background-color: black;
    opacity: 80%;

}

.main .generic-form p {
    color: grey;
    margin: 0px 25px 0px 25px;
    text-align: left;
    font-size: 1em;
    line-height: 25px;
}

.main .input-group {
    margin: 25px;
    border: 1px solid;	
    border-color: #767676;
    border-radius: 5px;
}


.main .lead {
    color: #fff;
    margin-top: 4.8rem;
}

.main .row {
    max-width: 100%;
    text-align: center;
}


.red {
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #ffffff;
    background-color: #f40808;
    border-radius: 5px;
}



#search-database {
    position: fixed;
    z-index: 1000;
    top: 20%;
    right: 0%;
    width: 240px;
    display: flex;
    flex-direction: column;

}

#search-database .monster-search {
    height: 60px;
    border: 1px;
    margin-bottom: 2px;
    background: url("../images/monster-search.png") no-repeat left;
    transform: translate(178px, 0px);
    opacity: 30%;

}

#search-database .item-search {
    height: 60px;
    border: 1px;
    margin-bottom: 2px;
    background: url("../images/item-search.png") no-repeat left;
    transform: translate(178px, 0px);
    opacity: 30%;

}

#search-database .item-search:hover,
#search-database .monster-search:hover {
    transform: translate(0px, 0px);
    transition: all 0.5s;
    opacity: 100%;
}

#search-database .input {
    margin-left: 60px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px;
    background-color: #a89fb1;
    border-radius: 0px;

}

#search-database input {
    height: 40px;

}

#ParallaxVideo { 
    background-position: top center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -9999;

}
@media (max-width: 360px){
	#home {
		height: 100vh;
	}
}
@media (min-aspect-ration: 16/9){
	#ParallaxVideo { 
		with: 100%;
		height: auto;
	}

}
@media (max-aspect-ration: 16/9) {
	#ParallaxVideo { 
		with: auto;
		height: 100%;
	}

}
@media (max-width: 740px){
	#ParallaxVideo { 
		display: none;
	}
	.home-image-right {
		display: none;
	}

}
.database h2 {
	color: white;	
}
.jump_to_page {
	vertical-align: middle;
}
.database-table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;	
	opacity: 90%;
}
.database-table tr
.database-table td {
	vertical-align: middle;
}
.database-table th {
	padding: 5px 10px;
	background-color: #eee;
}
.database-table td {
	padding: 5px 10px;
	background-color: #fff;
}
.database-table th, .database-table td {
	font-size: 9pt;
	border: 1px solid #ddd;
}

.cart-sub-total {
	color: #f0eaea;
}

.shop-table {
	width: 100%;
	color: #000;
	border-spacing: 0 10px;
	border-collapse: separate;
	opacity: 90%;
}
.info-text {
	opacity: 90%;
}


    .item-container {
        padding: 0px;
        margin: 10px;
        box-shadow: 0px 0px 3px 1px white;
        height: 163px;
        width: 280px;
        text-align: center;
        background-image: url('../images/itembox.png');
        background-size: cover;
        background-color: white;
        text-align: left;
    }

    .item-image {
        padding: 0px;
        margin: 16px 12px 0px 12px;
        height: 100px;
        width: 71px;
        position: relative;
        display: inline-block;
        float: left;
    }

    .item-name {
        padding-top: 6px;
        padding-bottom: 0px;
        margin: 0px;
        text-align: left;
        display: inline-block;
    }

    .item-name h1 {
        font-size: 14px;
        margin: 0px;

    }

    .item-desc {
        margin-top: 10px;
        text-align: left;
        overflow: hidden;
        height: 85px;
        width: 180px;
        font-size: 12px;
        line-height: 12px;

    }

    .item-slot {
        clear: both;
        margin-top: 5px;
        padding-left: 10px;
    }

/* ------------------------------------------------------------------- 
 * responsive:
 * download
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 768px) {
    .main p {
        line-height: 2rem;
        margin-bottom: 2rem;
    }

    .main .generic-form {
        max-width: 100%;
    }

    .main .generic-form p {
        text-align: center;
    }

    .main .input-group {
        margin: 10px;
    }
}
