﻿body {
    touch-action: manipulation;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-align: center;
}

h2 { /* used for dialogue box*/
    background-color: #ededed;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}


button {
    border-radius: 5px;
    font-family: 'Franklin Gothic';
    border: none;
    padding: 8px;
    width: 60px;
    box-shadow: 0 2px 2px lightgrey;
}

.container {
    position: relative;
    display: flex;
    flex-direction: row;
}

.label {
    margin-bottom: 10px;
    text-align: center;
    z-index: 20;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
}

ul {
    list-style-type: none;
    display: inline;
}

li {
    display: block;
    padding: 8px;
    cursor: grab;
}

#allLabels {
    float: left;
    padding: 10px;
    align-content: center;
    width: 120px;
    background-color: #ededed;
    border-radius: 5px;
    box-shadow: 0 2px 2px lightgrey;
}

#interface {
    padding: 10px;
}


#allParts {
    position: relative;
}

.dropzone {
    position: absolute;
    z-index: 10;
    background-color: '';
    display: inline-block;
    height: 30px;
    width: 80px;
}

.hover {
    background-color: lightsteelblue;
    filter: blur(8px);
    opacity: 0.6;
}



#blank1 {
   
    top: 370px;
    left: 370px;
}

#blank2 {
    top: 390px;
    left: -50px;
}

#blank3 {
    top: 450px;
    left: 410px;
}

#blank4 {
    top: 475px;
    left: -50px;
}