
@font-face {
    font-family: 'Museo Rounded 100';
    src: url('../fonts/MuseoSans-100.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Rounded 300';
    src: url('../fonts/MuseoSans-300.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Rounded 500';
    src: url('../fonts/MuseoSans_500.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Museo Rounded', sans-serif, serif;
    color: #262626;
}

.container {
    width: 1380px;
    padding-bottom: 200px;
}

.background-alt {
    background-color: #7A9DB1;
    color: white;
}

.background-canvas-app {
    background-color: #0093A2;
    color: white;
}

.background-alt .site-wrapper,
.background-canvas-app .site-wrapper {
    background-color: transparent;
}

.canvas-hero {
    background-image: url('/client/canvas/headers/Canvas_Creator_Headers_MULTIPLE.png');
    height: 200px;
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.header-image-single .canvas-hero {
    background-image: url('/client/canvas/headers/Canvas_Creator_Headers_SINGLE.png');
}

.header-image-collage .canvas-hero {
    background-image: url('/client/canvas/headers/Canvas_Creator_Headers_COLLAGE.png');
}

.header-image-border .canvas-hero {
    background-image: url('/client/canvas/headers/Canvas_Creator_Headers_BORDERS.png');
}

.choice-columns {
    margin-top: 70px;
    font-size: 45px;
}

.choice-columns img {
    max-width: 80%;
    height: 360px;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
}

.border-loading-area {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 1);
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    display: none;
}

.border-loading-area img {
    margin-top: 100px;
}

.link-button, .link-button:active, .link-button:hover {
    background-color: #BA2E39;
    color: white;
    text-transform: lowercase;
    font-size: 40px;
    padding: 20px 25px;
    border-radius: 8px;
    display: inline-block;
}

.choice-columns .link-button {
    margin-top: 35px;
}

.standard-top-padding {
    padding-top: 55px;
}

.canvas-title {
    font-size: 45px;
}

.canvas-paragraph {
    font-family: 'Museo Rounded 100';
    font-size: 20px;
    line-height: 160%;
}

.canvas-paragraph.margin-top {
    margin-top: 40px;
}

.round-button-wrapper {
    display: block;
    margin: 0 auto;
    width: 170px;
    padding-top: 40px;
}

.round-button {
    font-family: 'Museo Rounded 500';
    background-color: white;
    border-radius: 50%;
    display: table-cell;
    color: #0093A2;
    height: 170px;
    width: 170px;
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 140%;
    margin: 0 auto;
}

.round-button .fa {
    font-size: 50px;
}

.info-box {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #99B5C6;
}

.info-box .box-title {
    padding: 20px;
    font-size: 24px;
    text-align: center;
}

.info-box .box-text {
    font-family: 'Museo Rounded 300';
    text-align: center;
    font-size: 20px;
    padding: 0px 20px 20px 20px;
    line-height: 140%;
}

.img-max-100 {
    max-width: 100%;
}

.img-footer {
    width: 100%;
    object-fit: contain;
}

.step-title {
    text-align: center;
    font-size: 45px;
    max-width: 560px;
    margin: 0 auto;
    line-height: 130%;
}

.step-button-wrapper {
    display: block;
    margin: 0 auto;
    width: 90px;
    padding-top: 60px;
}

.step-button-wrapper.inline {
    display: inline-block;
    width: auto;
}

.step-button-wrapper.auto-width {
    width: auto;
    display: inline-block;
}

.step-button-wrapper.no-padding-top {
    padding-top: 0px;
}

.step-button-wrapper.spacing-right {
    margin-right: 20px;
}

.step-button {
    font-family: 'Museo Rounded 500';
    background-color: transparent;
    border-radius: 50%;
    display: table-cell;
    color: white;
    height: 90px;
    width: 90px;
    font-size: 35px;
    text-align: center;
    vertical-align: middle;
    line-height: 140%;
    margin: 0 auto;
    border: 1px solid white;
}

.step-button.smaller-font {
    font-size: 19px;
}

.step-button-wrapper.small-font .step-button{
    font-size: 20px;
}

.step-button-wrapper.non-rounded .step-button {
    border-radius: initial;
    width: auto;
}

.step-button-wrapper.size-box .step-button{
    height: 70px;
    width: 120px;
}

.step-button-wrapper:hover .step-button,
.step-button-wrapper.active .step-button {
    background-color: white;
    color: #0093A2;
}

.back-next-button {
    font-family: 'Museo Rounded 500';
    border: 1px solid white;
    font-size: 25px;
    color: white;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 140px;
}

.back-next-button:hover,
.back-next-button.active {
    color: #0093A2;
    background-color: white;
}

.adjustment-tools {
    font-family: 'Museo Rounded 500';
    padding: 20px;
    margin: 0 auto;
    background-color: white;
    width: 100%;
    max-width: 500px;
}

.adjustment-tools p {
    font-family: 'Museo Rounded 500';
    color: #414141;
    font-size: 16px;
}

.adjustment-tools hr {
    background-color: #0093A2;
    height: 1px;
    border: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.adjustment-button {
    background-color: #0093A2;
    padding: 12px 18px;
    color: white;
    display: inline-block;
    font-family: 'Museo Rounded 500';
}

.adjustment-button.small {
    padding: 6px 18px;
}

.adjustment-button:hover {
    color: white;
}

.adjustment-button .fa {
    margin-left: 10px;
}

.adjustment-tools .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 1px;
    background: #0093A2;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.adjustment-tools .slider:hover {
    opacity: 1;
}

.adjustment-tools .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #0093A2;
    cursor: pointer;
    border-radius: 50%;
}

.adjustment-tools .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #0093A2;
    cursor: pointer;
    border-radius: 50%;
}

.slider-wrapper {
    color: #414141;
}

.link-color {
    color: #0093A2;
}

.rotate-icons {
    font-size: 30px;
    color: #0093A2;
}

.slider-wrapper .slider-left {
    display: inline-block;
    width: 20px;
    text-align: left;
    font-size: 15px;
    height: 30px;
    line-height: 23px;
    vertical-align: middle;
}

.slider-wrapper .slider-middle {
    display: inline-block;
    width: calc(100% - 65px);
    height: 30px;
}

.slider-wrapper .slider-right {
    display: inline-block;
    width: 35px;
    text-align: right;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
}

.adjustment-button-option {
    background-color: #0093A2;
    padding: 12px 18px;
    color: white;
    width: 48%;
    display: inline-block;
    font-family: 'Museo Rounded 300';
    text-align: center;
}

.adjustment-button-option:hover {
    color: white;
}

.adjustment-button-option .fa {
    margin-right: 8px;
}

.green-bg[data-value="off"] {
    background-color: #a6b8ba;
}

.green-bg[data-value="on"] {
    background-color: #0093A2 !important;
}

.black-bg[data-value="off"] {
    background-color: rgba(26, 26, 26, 0.50);
}

.black-bg[data-value="on"] {
    background-color: #1a1a1a !important;
}

.sepia-bg[data-value="off"] {
    background-color: rgba(199, 178, 153, 0.5);
}

.sepia-bg[data-value="on"] {
    background-color: #C7B299;
}

progress[value] {
    margin-top: 20px;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
}

progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 2px;
    box-shadow: none;
}

[data-container="uploaded-images"] {
    margin-right: -16px;
}

.uploaded-photo-preview {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-top: 20px;
    margin-right: 16px;
    cursor: pointer;
}

#konva-container {
    margin: 0 auto;
    display: inline-block;
}

.info-button {
    display: inline-block;
    background-color: rgb(59, 141, 209);
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
    font-size: 17px;
    cursor: pointer;
}

.information-popup {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    font-family: 'Museo Rounded 500';
    color: #414141;
    font-size: 16px;
    width: 740px;
    -webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.21);
    padding: 25px;
}

.information-popup .information-close-button {
    position: absolute;
    background-color: rgb(221, 23, 23);
    right: -17px;
    top: -17px;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    color: white;
    cursor: pointer;
}

.information-popup .information-title {
    font-size: 22px;
    margin-bottom: 20px;
    color: #0093A2;
}

.information-popup .information-content {
    font-family: 'Museo Rounded 300';
    line-height: 150%;
}

.information-popup .canvas-image {
    text-align: center;
    margin-top: 30px;
}

.information-popup .canvas-image img {
    width: 470px;
}
