@font-face {
    font-family: 'sanr';
    src: url('fonts/regularfont.ttf');
}

@font-face {
    font-family: 'cabin';
    src: url('fonts/Oxygen-Regular.ttf');
}

@font-face {
    font-family: 'JuliusSans';
    src: url('JuliusSansOne-Regular.ttf');
}

@font-face {
    font-family: 'open';
    src: url('fonts/open.ttf');
}

body {
    border-bottom: solid 15px rgb(218, 200, 168) !important;
    margin: 0;
    font-weight: 400;
    text-align: left;
    background: url("gray_paper_background_40.jpg");
    background-repeat: repeat, repeat;
    font-family: 'cabin', sans-serif !important;
    font-size: 17px;
    line-height: 1.43;
    color: #2D2D2D;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

a {
    text-decoration: none !important;
    text-underline: none !important;
}

#maincentercontainer {
    margin: 0 auto;
    border-style: solid;
    margin-top: 10px;
    border-width: 0 15px 25px 15px;
    border-color: rgba(255, 255, 255, 0.15) !important;
    padding-bottom: 30px;
    margin-top: 10px;
    border-top: rgba(255, 255, 255, 0.15) !important;
    max-width: 1100px;
}

.navigationlink {
    padding: 10px;
    font-size: 1em;
    color: rgb(93, 92, 86) !important;
    font-family: 'open', sans-serif !important;
    /*border-left: solid 1px rgba(216, 216, 216, 0.6);*/
    border-left: none;
    margin-left: 0;
    margin-right: 0;
    text-underline: none !important;
    font-family: 'JuliusSans', sans-serif !important;
    font-weight: bold;
}

.navigationlink:hover {
    background-color: rgb(208 172 9 / 52%);
    color: rgb(255 255 255) !important;
    text-decoration: none !important;
    text-underline: none !important;
    border-color: transparent;
}

#pictures-demo {
    display: block !important;
    width: 100%;
    opacity: 1;
    margin-top: 5px;
    margin-bottom: 5px !important;
}

a.sociallinks {
    color: #5d5a4b !important;
    padding: 5px;
    border-bottom: dotted 1px #cdc8b5;
    display: block;
    font-family: 'cabin' !important;
    padding-bottom: 6px;
}

a.sociallinks:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom: solid 2px;
    -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
}


.contactformlabel {
    background-color: white;
    display: block;
    color: #949494;
    font-size: 0.8em;
    padding-left: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: dotted 1px #d0d0d0;
}

img.logoimg {
    margin-top: 50px;
    opacity: 0.55;
    width: 310px;
    margin-left: 18px;
    margin-bottom: 12px;
}

img.artpicthumb {
    width: 350px;
    height: 350px;
    padding: 3px;
    border: 2px solid #EEF2F1;
}

.pageheader {
    padding-top: 20px !important;
    margin-bottom: 5px;
    color: #4f4f4f;
    padding-bottom: 2px;
    padding-top: 20px;
    padding-left: 7px;
    font-family: 'JuliusSans', sans-serif !important;
    font-size: 2.3em;
}

h2.sectionheader {
    margin-top: 20px !important;
    color: #6e6e6e;
    border-top: solid 3px #e4e4e4;
    padding-bottom: 10px;
    padding-top: 30px;
    padding-left: 7px;
    font-family: 'JuliusSans', sans-serif !important;
    font-size: 1.7em;
}

h3.footerheader {
    margin-top: 20px !important;
    color: #5d5a57;
    border-bottom: solid 3px #D8D8D8;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 7px;
    font-family: 'JuliusSans', sans-serif !important;
    font-size: 1.5em;
}

#navigationbar {
    border-top: solid 2px rgb(216, 216, 216);
    border-bottom: solid 2px rgba(216, 216, 216, 0.6);
    padding-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: 'open' !important;
}

#pictures-demo {
    display: block !important;
    width: 100%;
    opacity: 1;
    margin-top: 5px;
    margin-bottom: 5px !important;
}

a {
    font-family: 'ad' !important;
}

.footerRow {
    display: flex;
    flex-direction: row;
}

.footerRow > a {
    width: 200px;
    margin-left: 10px;
    font-size: 0.8em;
    background-color: rgba(0, 0, 0, 0.03);
}

.copyrightfooter {
    text-align: left;
    color: #2D2D2D;
    padding: 20px;
    padding-top: 25px;
    text-align: center;
    border-radius: 0px 0px 15px 0px;
    opacity: 0.9;
    font-size: 0.9em;
}

.obiform {
    border-bottom: solid 3px #D8D8D8 !important;
    border-width: 0px 0px 3px 0px !important;
    font-size: 1.2em;
}

.sendbutton {
    font-family: 'open', sans-serif;
    background-color: #DFC02F;
    color: white;
    border: none;
    font-size: 1.2em;
    border-radius: 10px 10px 10px 10px !important;
    margin-top: 10px;
}

#messagesendingresponse {
    border-bottom: solid 7px #DFC02F;
    background-color: rgba(255, 255, 255, 0.67);
    color: black;
    padding: 20px;
    font-size: 1.1em;
    margin-left: 14px;
    max-width: 670px;
    display: none;
}

.portrait-prices {
    max-width: 800px;
    opacity: 0.7;
    margin-top: 15px;
}


/* FIRST BREAKPOINT */
@media all and (max-width: 600px) {

    .navigationlink {
        display: block;
    }

    .artpicthumb {
        width: 40vw;
        height: 40vw;
    }

}
