:root {
	--nc-ac-1: #00ecb8;
}

h1,h2,h3 {
	border-bottom:0;
}
input,select,area{
    background: white;
    color: var(--nc-tx-2);
    border: 3px solid #ccc;
    height:40px;
	
}
select {
    width:100%;
}

header:before {content: '';background: linear-gradient(transparent, rgb(0 0 0 / 70%));width: 100%;height: 300px;position: absolute;left: 0;bottom: 0;z-index: -1;}

header {
    background:url(gutenberg-bg.jpg);
    background-position:center 20%;
    background-size:cover;
    height:300px;
    position: relative;
    z-index: 0;
}

/*header::after {
    content: '';
    background: url(math.png) center center / cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: invert(1);
    opacity: .4;
    z-index: -1;
}*/

header a {
    color:white;
	text-decoration:none;
}
header a:hover {
    color:var(--nc-ac-1);
}
header h1 {
    color:white;
    font-size: 3.5em;
}
header p {
    color:white;
    font-size: 22px;
}

header > div {
    display: flex;
    align-items: flex-end;
    align-self: end;
    height: 100%;
}

.flex-row {
    display: flex;
    flex-flow: row;
    gap:15px;
}

.flex-row div {
    width:100%;
}
.bold {
    font-weight: 800;
}
.greenish {
    color:var(--nc-ac-1);
}
span.icon {
    font-family:'Line Awesome';
}

.w-auto {
    width: auto!important;
    align-self: center;
    margin-left: -0.65em;
    margin-right: -0.45em;
    z-index: 1;
}
.arrow {
    font-size:96px;
    color:var(--nc-ac-1);
    text-shadow:-3px 3px 0px rgb(79 236 184 / 40%);
}

#pxinput {
    width:100%;
    position:relative;
    border-radius:10px;
    box-shadow: 1px 1px 10px #a7a7a7;
    border: 3px solid #ccc;
}
#mminput {
    position:relative;
    box-shadow: 1px 1px 10px #a7a7a7;
    border-radius:10px;
    width:100%;
    border: 3px solid #ccc;    
}

.wrapper {
    padding: 1.2em 1.5em;
}

.upload-box {
    border: 4px dashed rgb(204, 204, 204);
    border-radius: 10px;
    padding: 1em;
    margin-bottom: 1.3em;
    margin-top: 2em;
    margin-left: -1em;
    width: auto;
    max-width:250px;
    display:block;
}

.custom-drop input[type=file] {
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.custom-drop {
    position:relative;
    cursor:pointer;
}

.custom-drop:hover {
    border:3px solid #ccc;
    transition:300ms ease-in-out;
    box-shadow:1px 1px 10px #ccc;
}

.border-success {
    border:3px solid var(--nc-ac-1);
}

.listed-file {
    list-style-type:none;
    padding:0;
}

.listed-file li {
    text-decoration:underline;
}

.listed-file li:before {
    content: '\f1c5';
    font-family: 'Line Awesome Free';
    font-weight: 900;
}


hr {
    margin-top:2em;
}
.upload-icon {
    display: flex;
    position: absolute;
    width: auto!important;
    right: -10px;
    top: -20px;
    background: white;
    border-radius: 50%;
    align-items: center;
}
.upload-icon:hover::before {
    content:'\f00d';
    font-family:'Line Awesome Free';
    font-weight: 800;
    position:absolute;
}


@media (max-width:768px) {
	.flex-row {
	    display:flex;
	    flex-flow:column;
	    justify-content:flex-start;
	    align-items:flex-start
	}
    #pxinput {
        margin-bottom: 4.5em;
    }
    .arrow {
        width:0;
        height:auto;
        margin-top:-1em;
        margin-bottom:-.25em;
        padding:0;
        transform: rotate(90deg);
        }
	html {
    	width: 100%;
   		overflow-x: hidden;
	}
}
@media (max-width:480px) {
    body {
        padding: 1em;
    }
    #pxinput {
        margin-left:-.25em;
    }
    #uploadfiles {
        width:auto;
        margin-right:2em
    }
    header h1 {
        font-size:2.4em;
    }
}


/* Preview in folio */
.folio {
    border: 1px solid #b9b9b9;
    width: 210px!important;
    height: 297px;
    box-shadow: 5px 5px 0 #6e6e6e;
    margin-top: 1em;
    padding: 5px;
}

img.printed-img {
    max-width: none;
}
