/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2021
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2021 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    font-family: Helvetica, sans-serif;
    line-height: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: Helvetica, sans-serif;
    color: #000;
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1
}

a {
    text-decoration-skip-ink: auto
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

h2 {
    font-size: .75rem !important;
    padding: 0.20em 0 !important;
}

h3 {
    font-size: .6rem !important;
}

.ex-detail h2 {
    font-size: .75rem !important;
    font-weight: bold;
}

.ex-detail h3 {
    font-size: .75rem !important;
    padding-bottom: 2em;
}

.ex-detail b {
    font-size: .75rem !important;
}

.ex-detail P {
    margin-top: .5em !important;
}

button {
    outline: 0
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type="search"] {
    -webkit-appearance: textfield
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td {
    padding: 2px
}

dt {
    font-weight: bold
}

address,
cite,
var {
    font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

img {
    width: 100%;
}

figcaption {
    color: #212529;
    float: left;
    font-size: .75rem;
    line-height: 16px;
    font-style: italic;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
    word-break: normal
}

.screen-reader-text:focus {
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

p {
    float: left;
    font-size: .75rem;
    line-height: 16px;
}

a:link {
    color: black;
    font-style: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    color: #505050;
    text-decoration: none;
}

a:active {
    color: black;
    text-decoration: none;
}

.rightNav ul {
    display: inline;
    list-style-type: none;
    margin: 0px;
    text-align: right;
}

.rightNav ul li img {
    width: 20px !important;
}


/* 
.rightNav ul li {
    margin-top: 1px !important;
} */

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


/* Style the header */

.header {
    padding: 20px 16px;
    background: #fff;
    color: #000;
    min-height: 70px;
    display: flex;
    z-index: 1000;
}


/* Page content */

.content {
    padding: 16px;
}


/* The sticky class is added to the header with JS when it reaches its scroll position */

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}


/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */

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

.header h1 {
    margin-top: 20px;
    float: left;
    font-weight: bold;
    font-size: 18px;
    font-family: Helvetica, sans-serif;
}

.header h1 a:hover {
    color: black;
}

.rightNav {
    text-align: right;
}

.rightNav ul {
    display: inline-flex;
    /*position: relative;
    top: -3px; */
    text-align: right;
    vertical-align: middle;
    float: none;
    margin-top: -14px;
}

.rightNav ul li:nth-child(1) img {
    width: 20px !important;
    margin-right: 6px;
    margin-top: 0 !important;
}

.scroller-status {
    /*display: none; /* hidden by default */
    padding-top: 30px;
    padding-bottom: 5px;
    text-align: center;
    color: #777;
}


/* Dropdown Button */

.dropbtn {
    text-align: right;
    background-image: "../img/menuicon.svg";
    background-color: white;
    color: black;
    font-weight: bold;
    padding: 2px;
    border: none;
    white-space: nowrap;
    padding-left: 0;
    margin-left: -5px;
}


/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    border: none !important;
    min-width: auto;
}


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white !important;
    z-index: 1;
    left: auto;
    right: 0;
    margin-right: -10px;
    white-space: nowrap;
    font-size: 12px !important;
    padding-top: 1em;
}


/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 2px 11px;
    text-decoration: none;
    text-align: right;
    display: block;
    font-weight: normal;
    white-space: nowrap;
    text-transform: lowercase;
}


/* Change color of dropdown links on hover */

.dropdown-content a:active,
.dropdown-content a:hover,
.nav-link.active {
    color: black !important;
    font-weight: bold !important;
}


/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
}

.deatil-info {
    padding-bottom: 8% !important;
    font-family: Helvetica, sans-serif !important;
    margin-left: 6%;
}

.deatil-info h3 {
    padding-bottom: 0 !important;
    font-family: Helvetica, sans-serif !important;
}

.deatil-info p {
    clear: both;
    margin-left: 0 !important;
}

.main-deatils {
    margin-top: 4em;
}

.carouselExampleDark {
    width: 70%;
    margin: auto;
}

.carousel-control-prev {
    left: -10%;
    width: auto;
}

.carousel-control-next {
    right: -10%;
    width: auto;
}

.text-muted {
    text-align: center;
    width: 100%;
}

.card-body {
    padding: 1.5rem 0;
    text-align: left;
}

.card-title {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 1;
    letter-spacing: .03em !important;
    font-size: 0.80rem;
    clear: both;
    float: none;
}

.card-text {
    margin: 0 auto 10px auto;
    margin-bottom: 10px;
    padding-bottom: 15px;
    float: none;
    text-decoration: underline;
    font-weight: normal;
    line-height: 1;
    letter-spacing: .03em !important;
    font-size: 0.80rem;
    clear: both;
}

#selcted img {
    vertical-align: middle;
    width: 100%;
    height: calc(100vh - 5rem);
    object-fit: cover;
}

#selcted a {
    text-decoration: none !important;
}

.ExhibitionImg {
    max-width: 100%;
    max-height: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    -o-object-fit: contain;
    object-fit: contain;
}


/* #selectedExh .row-cols-md-3>* {
        width: 25% !important;
        margin: 4%;
    } */

address {
    text-align: center;
    padding: 20%;
    font-style: normal !important;
    font-size: .8rem !important;
}

address a {
    font-size: .8rem !important;
}

.ex-detail span {
    display: block;
    font-size: .8em;
    font-weight: 400;
    padding-top: 20px;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    font-size: 10px;
    margin: auto;
}

.pagination .current {
    padding: 0 20px;
    text-decoration: underline;
    font-weight: 700;
}

hr {
    margin: 2em auto !important;
}

.smallBold {
    font-size: 11px !important;
    font-weight: 900;
}

.detail {
    display: flex;
    align-items: center;
}

footer {
    padding: 5em 0 2em;
    color: black !important;
}

.text-muted {
    color: black !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1rem;
}

#Bio .col-lg-3,
#Bio .col-lg-4 {
    margin-left: 0 !important;
}

#Bio {
    /* float: none; */
    font-size: .75rem !important;
    line-height: 16px !important;
}

#Bio ul {
    text-align: left;
    font-size: .75em;
}

#Bio ul li {
    /* float: left; */
    font-size: .75rem !important;
    line-height: 16px !important;
}

#selcted {
    margin-top: 2em;
    padding-top: 2em;
}

#selcted p {
    font-size: 12px !important;
    text-align: left;
    clear: both;
}

#selcted .carousel-indicators {
    position: relative;
    padding: 0;
    margin: 1.1em auto;
}

#selcted hr {
    margin: 0 !important;
}

#selcted .carousel-indicators li {
    background-color: grey;
    height: 2px !important;
}

#selcted .carousel-indicators .active {
    background-color: black;
    height: 2px !important;
}

.carousel-indicators .active {
    width: 30px !important;
    height: 3px !important;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    margin-top: 0;
}

#landingPage .fullBackground {
    background-image: url("/image/Landing.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
}

#landingPage .Name {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    text-align: center;
    color: #000;
}

#landingPage a {
    color: white !important;
    font-weight: bold;
    font-size: 1.75em;
    line-height: 50px;
}

#ContactForm .Form {
    position: absolute;
    left: 0;
    top: 45%;
    text-align: center;
    color: #000;
}

#ContactForm a {
    color: white !important;
    font-weight: bold;
    font-size: 1.75em;
}

#ContactForm label {
    margin: 15px auto 7px;
    float: left;
    font-weight: 600;
    font-size: .75rem;
    line-height: normal;
}

#ContactForm button.btn.btn-default.pull-right {
    float: right;
    background-color: black;
    color: white;
    border-radius: 0;
    text-transform: none;
    font-size: .75rem;
    line-height: normal;
}

#name,
#email {
    font-size: 12px;
}

#ContactForm .btn {
    box-shadow: none !important;
}

#Text .ui-accordion-content-active {
    height: auto !important;
}

.ui-accordion-header {
    border-bottom: 1px solid;
}

.ui-accordion-header.ui-corner-top.ui-state-default.ui-accordion-icons.ui-accordion-header-active.ui-state-active {
    border-bottom: 0;
}

#ui-id-1 {
    padding-top: 0;
}

#Text hr {
    margin: 2em auto !important;
}

#Text .smallerFont {
    font-weight: 400;
}

#Text {
    font-size: 12px;
    line-height: 16px;
}

@media only screen and (min-width: 1200px) {
    /* .dropdown-content {
        font-size: 1.05rem !important;
    } */
    #landingPage .fullBackground {
        max-height: 100vh;
    }
}

@media only screen and (max-width: 847px) {
    #landingPage .Name {
        position: absolute;
        left: 0;
        top: 40%;
        width: 100%;
        text-align: center;
        color: #000;
    }
    #landingPage .fullBackground {
        background-position-y: center;
    }
    #Bio .img-fluid {
        margin-bottom: 12px !important;
    }
}

@media only screen and (max-width: 768px) {
    .main-deatils {
        margin-top: auto;
    }
    address {
        text-align: center;
        padding: 20%;
    }
    #selcted img {
        vertical-align: middle;
        width: 100%;
        height: calc(40vh - 0rem);
        object-fit: cover;
    }
    .deatil-info {
        padding-bottom: 0% !important;
        margin-left: 0%;
        margin-top: 4%;
    }
    #landingPage a {
        letter-spacing: -1.25px;
        line-height: 35px;
    }
    .rightNav {
        width: 30% !important;
        float: right !important;
    }
}

@media only screen and (max-width: 576px) {
    #myHeader .col-md-6.col-sm-6 {
        padding-left: 0;
        margin-left: 0;
    }
    .rightNav {
        width: 30% !important;
        float: right !important;
    }
    header {
        min-height: 100px !important;
    }
    .rightNav {
        width: 100%;
        margin-top: 20px;
        right: 0;
        float: right !important;
        position: relative;
    }
    .rightNav ul li:nth-child(2) {
        z-index: 1;
    }
    .dropdown {
        text-align: right;
        /* margin-left: -10px; */
    }
    .header h1 {
        width: fit-content;
    }
    .facbookIcon {
        margin-right: 5px;
    }
    .InstgramIcon {
        margin-right: -5px;
    }
    #selcted {
        margin-top: 0;
        padding-top: 0;
    }
}

@media only screen and (max-width: 380px) {
    .rightNav {
        width: 100% !important;
        float: right !important;
    }
}