html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,

time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

img {
    position:relative;
    vertical-align:baseline;
}

a{
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    cursor:pointer;
    font-weight:400;
    color:dodgerblue;
}
a {text-decoration: none; text-underline-position:under;}
a:hover{text-decoration:underline;}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:2px;
    margin:2.5% 5%;    
    width:90%;
    color:gray;
    border-bottom:0;
    border-left:0;
    border-right:0;
}

label {
    color:#4f4f4f;
    font-size:1.0em;
    padding-right:20px;
    user-select:none;
}

input[type=text], input[type=password], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 6px;
    resize: vertical;
    font-size:1.0em;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=checkbox]
{
  -ms-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  padding:10px;
}

button {
    background-color:var(--Blue_Color);
    padding:15px;
    letter-spacing:0.03em;
    color:white;
    user-select:none;
    border:solid 1px gray;
    border-radius: 5px;
    cursor: pointer;
    font-size:1.0em;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-variant:small-caps;
}

button:hover {
    
    text-decoration:underline;
}

button:active {
    background-color: #4475cc;
    text-decoration:underline;
}

button:disabled {
    filter:saturate(15%) brightness(5.0)
}

button:disabled:hover {
    cursor:default;
    text-decoration:none;
}

/********************************* END OF RESET ****************************/


@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
}


@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 100
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 100
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}


@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: bold;
}

:root {
    --TheMainFont: 'Open Sans';
    --Blue_Color: #182c9c;
    --Highlighted_Blue_Color: #03A9F4;
    --Orange_Color: #ff8100;
}

.none
{
    display: none;
}

html
{
    position:relative;
}

body {
    color: #4f4f4f;
    background-color:white;
    font-family:var(--TheMainFont);
    font-size: 18px;
    position: relative;
    margin: 0 auto;
    min-height:600px;
}

.page_body {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align:center;
    min-width:600px;
}

.main_background {
    position: relative;
    animation: animate_intro 10.0s ease-in-out forwards, opening_opacity_anim 0.75s ease-in-out forwards;
    margin-top:50px;
    
}

.work_page_background{
    position: relative;
    margin-top: 50px;
}


.deb_name {
    line-height:2.0em;
    margin-left:0.5em;
}

.deb_name a {
    margin-top: 2vh;
    animation: letter_spacing_anim 5.0s linear forwards, opening_opacity_anim 2.0s ease-in-out forwards;
    user-select: none;
    font-weight: 100;
    display: inline-block;
    font-size: 1.25em;
    color: black;

}

.deb_name a:hover {
    text-decoration: none;
}

.deb_name a:hover:after {
    content: '';
    border-bottom: 1px solid black;
    display: block;
    position: relative;
    left:-0.5em;
    bottom:7px;
    margin-bottom:-1px;
}

.deb_name_inactive a{
cursor:default;
}

.deb_name_inactive a:hover:after{
left:0;
content:none;
border-bottom:none;
}


#main_img {
    max-height: 78vh;
    height:78vh;
    width:100vw;
    min-width:600px;
    display: inline-block;
    position:relative;

    display:table-cell;
    vertical-align:middle;
    text-align:center;
    left:-13px;
}

#main_img img {
    user-select: none;
    max-height: 100%;
}

@keyframes shrink_main_img{

    0% {
        height: 78vh;
    }

    90%
    {
        opacity:1;
    }

    100% {
        height: 10vh;
        opacity: 0;
    }
}

.sub_page_header_img {
    width: 100%;
    display: inline-block;
}

.sub_page_header_img img {
    user-select: none;
    max-height: 100%;
    transition: all 0.25s ease-in-out;
}

.sub_page_header_img img:hover {

transform:scale(1.05);

}

.selected_menu_item {
    color:var(--Orange_Color) !important;
    font-weight:bold;
    text-decoration:underline;
}

.no_select_div {
    user-select: none;
}

.deb_menu {
    display: inline-block;
    margin-top: 5px;
    animation: opening_opacity_anim 1.0s ease-in-out forwards;
    line-height: 2.0em;
    user-select: none;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.deb_menu div{
    display:inline-block;
    text-align:center;
}

.deb_menu div a {
    font-weight: 400;
    margin: 0px 38px;
    color: #19319d;
    font-size: 0.85em;
}

.deb_menu div a:hover {
    color: var(--Orange_Color);
    text-decoration:none;
}

    @keyframes closing_opacity_linear {
        0% {
        opacity:1;
    }

    100% {
        opacity:0;
    }
}


@keyframes closing_opacity_anim {

    0% {
        opacity: 1.0;
    }

    25% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
    }
}


@keyframes opening_opacity_anim {

    0% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes letter_spacing_anim {

    0% {
        letter-spacing: 0.85em;
    }

    100% {
        letter-spacing: 1.0em;
    }
}

@keyframes animate_intro {

    0% {
        filter:saturate(5%);
    }

    100% {
        filter: saturate(100%);
    }
}



.sticky {
    position: fixed;
    top: -250px;
    width: 100%;
}


.sticky + .content {
    padding-top: -202px;
}

.subcategory_div {
    margin: 50px auto;
    padding-bottom: 15px;
    max-width: 65%;
    padding-top: 15px;

    letter-spacing: 0.05em;
    font-weight: 100;
    user-select: none;
    animation: opening_opacity_anim 0.75s ease-in-out forwards;
    vertical-align: middle;
    color: #888ca3;
}

.subcategory_div span {
    font-variant:small-caps;
    position:relative;
    margin: 0 10px;
}

.subcategory_div a {
    color: white;
    background-color: #19319d;
    padding: 20px;
    margin:20px;
    border-radius: 30px;
    font-weight: 100;
    font-size: 1.0em;
    transition: background-color 0.15s ease-in-out;
    animation: round_to_square 2.0s ease-in-out forwards;
    display:inline-flex;
}

@keyframes round_to_square
{
    0% {
        border-radius:30px;
    }
    100% {
        border-radius: 5px;
    }
}





.highlighted_subcategory {
    background-color: #03A9F4 !important;
    font-weight: bold !important;
    font-style: italic;
    text-decoration: underline;
    text-transform: uppercase;
}

.workpiece_info {
    margin: 5px auto !important;
    display: block !important;
    font-weight:100;
    color:black;
}
.page_info {
    margin: 50px auto;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 1.0em;
    font-weight: 100;
    user-select: none;
    color: #797979;
    background-color: #f9f9f9;
    animation: opening_opacity_anim 0.75s ease-in-out forwards;
    vertical-align: middle;
}

.page_info h1{

    font-weight:100;
    font-size:1.25em;
    color:black;
    max-width:75%;
    margin:20px auto 50px auto;

}

.page_info span{
    font-size:1.75em;
    position:relative;
    
}

.page_info i
{
	font-weight:400;
}

.page_info p {
    font-size: 1.5em;
    font-weight: 100;
    position: relative;
    display: block;
    width: 75%;
    max-width: 850px;
    margin: 0 auto;
}



.subscribe_to_mailing_list_section {
    margin:100px auto;
}


.success_subscribe {
}

.success_subscribe p {
    margin:5px;
    padding:5px;
}

.large_images_list {
    text-align: center;
    display: inline-block;
    width: 75%;
    min-width:1024px;
}

.large_images_list img {
    border-radius: 3px;
    max-width: 960px;
    width: 60vw;   
}

.large_images_list div {
    display:inline-block;
    position:relative;
}

.image_display {
    color: gray;
    display: block;
    width: 100%;
    letter-spacing: 0.05em;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    animation: opening_opacity_anim 0.5s ease-in-out forwards;
}

.image_display h1 {
    color: black;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing:0.1em;
}

.image_display p {
    padding: 0 15px;
    display: inline-block;
}

.image_display p1 {
    display: inline-block;
    
    min-width:125px;
}

.image_display p2 {
    display: inline;
    position: relative;
    display: inline-block;
    font-weight: 100;
    color: dimgray;
}

.image_display p3 {
    display: inline-block;
    color: darkred;
    font-style:italic;
    font-size:0.8em;
    font-weight:100;
    margin-left:15px;
}

.image_display p3:hover
{
    text-decoration:underline;
}


.image_display span {
    color: red;
    content: "\2022";
    display:inline-block;
    position:relative;
    transform:scale(3.0);
    top:0px;
    padding-right:3px;
    
}

.image_display div{
    margin: 50px auto 0px auto;
    display: inline-block;
    max-width: 960px;
}

.image_display div:nth-child(2) {
    line-height: 1.5em;
    margin-left: 35px;
    text-align: center;
    color:gray;
    display:block;
    margin:25px auto 100px auto;
}

.image_display img {
    cursor: pointer;
    max-height:90vh;
    max-width:90%;
    width:90%;
    transition:opacity 1.0s ease-in-out;
}

.overlay_image {
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    box-shadow: none !important;
}

.overlay_image img {
    border:none;
    outline:none;
}

.click_work_p {
    font-size: 1.0em;
    font-weight: 100;
    font-style: italic;
    user-select: none;
    margin: 15px auto !important;
    color: var(--Blue_Color);
}


@keyframes animate_width_opening {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(5%);
    }
}

@keyframes animate_width_closing{
    0% {
        transform: translateX(5%);
    }

    100% {
        transform: translateX(-100%);
    }
}




.exhibitions_list {
    font-weight: 100;
    margin: 0 auto;
    display: inline-block;
    margin-top:50px;
    margin-bottom: 75px;
    animation: opening_opacity_anim 1.0s ease-in-out forwards;
}

.exhibitions_list p {
    text-align: left;
}

.exhibitions_list li {
    margin: 13px auto;
    text-align: left;
    margin-left: 5vw;
    
}

.hovered_butt {
    background-color: var(--Highlighted_Blue_Color);
    color: white;
    text-decoration: underline;
    letter-spacing: 0.03em;
}

.about_deb {
    margin: 50px auto;
    font-weight: 100;
    max-width: 650px !important;
    display: block !important;
}

.about_deb p
{
margin: 50px auto;
text-align:left;
}

.about_deb span{
    font-weight: 400;
    font-style: italic;
    color: inherit;
    font-size: 1.0em;
    content: none;
    display: inline;
}


.social_links {
    top:25px;
    right:25px;
    z-index:10;
    position:absolute;
}

.social_links a {
    display: block;
    margin-bottom:2px;
}

.social_links a:hover{
}
.social_links a:active {
}

.social_links img {
    animation: opening_opacity_anim 2.0s ease-in-out forwards;
    max-width: 32px;
}

.social_links img:hover{
    transform:scale(1.1);
}

.social_links_at_bottom {
    top: 10px;
}

.footer {
    height: 6vh;
    color: white;
    font-size: 14pt;
    background-color: #6d92a9;
    position: absolute;
    width: 100%;
    text-align: left;
}

.footer a {
    float: right;
    font-size: 1.15em;
    transform: translate(-15px, 100%);
    color: white;
}

.footer p {
    display: inline-block;
    transform:translate(15px, 100%);
}



.back_to_top_section {
    margin-bottom:100px;
    display:block !important;
    text-align:left;
    user-select:none;
}
.back_to_top_section img {
    max-height: 200px;
}

.back_to_top_section a {
    
    padding: 7px 12px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border-radius: 5px;
    margin:8px auto;
    font-size:1.25em;
    font-weight:400;
    white-space:nowrap;
}


.newsletter_form {
    max-width:500px !important;
}


.contact_form_div {
    margin: 25px auto 50px auto;
    padding: 0 25px 25px 25px;
    border-radius: 3px;
    display: block;
    min-width: 500px;
    max-width: 720px;
    width: 75%;
    position: relative;
}

.contact_form_div h1 {
    font-size: 1.25em;
    letter-spacing:0.05em;
    font-weight:100;
    text-transform:uppercase;
}

.contact_form_div h2 {
    font-weight:400;
    margin:2px auto;
}

.contact_form_div input {
    font-size: 1.0em;
    display: block;
    margin: 15px auto;
    padding:10px;
    padding:5px 0 5px 10px;
    width: 98%;
    border-radius:15px;
    border:solid 1px lightgray;
}


@media all and (device-width: 768px) and (orientation:landscape) {
    .image_display img {
        max-height:unset;
        max-width: 60vw;
    }
}
@media all and (device-width: 1024px) and (orientation:landscape) {
    .image_display img {
        max-height: unset;
        max-width: 60vw;
    }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (min-device-pixel-ratio: 2) and (orientation:landscape) {
    .image_display img {
        max-height: unset;
        max-width: 60vw;
    }
}
@media only screen and (min-device-pixel-ratio: 2) and (orientation:landscape) {
    .image_display img {
        max-height: unset;
        max-width: 60vw;
    }
}


@media all and (device-width: 768px) and (orientation:portrait) {
    .image_display img {
        max-height: unset;
        max-width: 65vw;
    }
}

@media all and (device-width: 1024px) and (orientation:portrait) {
    .image_display img {
        max-height: unset;
        max-width: 65vw;
    }
}

@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (min-device-pixel-ratio: 2) and (orientation:portrait) {
    .image_display img {
        max-height: unset;
        max-width: 65vw;
    }
}

@media only screen and (min-device-pixel-ratio: 2) and (orientation:portrait) {
    .image_display img {
        max-height: unset;
        max-width: 65vw;
    }
}




@media only screen and (max-width: 820px)
{
    .deb_menu {
        display: block;
    }
    .deb_menu div {
        
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

    .main_background
    {
        margin-top:0;
    }

    #main_img {
        transform: scale(1.5)
    }
    .click_work_p {
        margin-top:150px;
    }
    .page_body {
    margin-bottom: 0px;
    font-size:1.75em;
    }
    .page_info {
        margin: 100px auto;
        padding: 50px 0;
        color: #585858;
    }
    .about_deb {
        margin: 50px 50px;
    }

    .deb_menu {
        display: block;
        margin-bottom:5px;
    }

    .deb_menu div {
        
    }

    .deb_menu div a {
       font-size:1.25em;
    }
    .back_to_top_section a
    {
        font-weight:400;
        padding:10px 20px;
    }
    .back_to_top_section img{
        max-height:100px;
    }

    .sub_page_header_img img {
        min-height: 300px;
    }
    .social_links_at_bottom
    {
        top:auto;
        bottom:auto;
        right:auto;
        position:relative !important;
        display:block;
    }
    .subcategory_div {
        margin:100px auto;
    }
           
    .social_links img {
        min-height: 50px;
        max-width:64px;

    }
    .exhibitions_list li {
        margin:40px auto;
        font-size:0.65em;
        font-weight:400;        
    }

    .contact_form_div {
        margin-top: 200px;
        font-size: 1.2em;
    }

    .contact_form_div button{
        margin-top: 50px;
    }

    .deb_name a {
        margin-top: 1vh;
        margin-bottom: 2vh;
        letter-spacing: 0.8em !important;
    }

    .newsletter_form {
        max-width: 750px !important;
    }

}

