html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
/*    overflow: hidden;*/
}

container {
    max-width: 100%;
    height: 100%;
}

img {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: inherit;
    color: inherit;
    
}

a:active, a:focus {
    outline: none;
}

canvas:focus { outline: none;}

header {
    width: 100%;
    height: 17.5%; //???
    background-image: url(../img/header-bg.svg);
}

#logo {
    width: 300px;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 60%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
}

.content { height: 660px }

#content-pink { background-color: #FFB4E6; }
#content-orange { background-color: #FF9628; }
#content-yellow { background-color: #FAE632; }
#content-purple { background-color: #AA4696; }
#content-cyan { background-color: #64C8BE; }
#content-green { background-color: #B4B41E; }

.tab {
    width: 110px;
    height: 110px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#menu-bg {
    position: absolute;
    z-index: 1;
    width: 110px;
    height: 660px;
    padding: 0;
    margin: 0;
    float: left;
    background-color: #fff;
}

#menu-form {
    position:relative;
    padding: 0;
    //margin: 0 0 0 92.36111111111111%;
    width: 110px;
    height: 660px;
    float: right;
}

/*.inactive-menu-form { opacity: 0.6; }*/
.inactive-menu-form-bg { opacity: 0.6; }
.active-menu-form { background-color: #fff; }

#canvas-container, .canvas-container {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: auto;
    cursor: auto;
}

.hidden {display: none;}

canvas, .default-img {
    width: 660px;
    height: 660px;
    position: relative;
    left: 50%;
    margin-left: -330px;
    float: left;
    cursor: none;
}

.default-img { cursor: auto; }

.canvas-preview {
    width: 660px;
    height: 660px;
    position: relative;
    left: 50%;
    margin-left: -330px;
    float: left;
}
