/*
Theme Name: POLARTOIDS
Theme URI: https://polartoids.com
Author:
Author URI:
Description: Poraloid Photographer Mario Eugen Wyrwinski
Version: 1.0
*/

/* =======================================================
   0. CSS Reset
==========================================================*/

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =======================================================
   1. all
==========================================================*/

@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@media screen and (max-width: 960px) {
    body,
    #wrap {
        height: auto;
    }
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

.wrap{
    font-family: "Jost", "Noto Sans JP", serif;
    font-weight: 300;
    position: relative;
    flex-grow: 1; /* wrap 要素が flexbox のスペースを最大限に占めるように設定 */
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}

p {
    letter-spacing: 0.1em;
    line-height: 1.5;
}

/* navi */

#menu-mew_menu li a {
    font-weight: 600;
    color: black !important;
}

#menu-mew_menu li a:hover {
    color: #D81E17 !important;
    transition : 0.5s;
}

/* 現在のページに下線を引く */
#menu-mew_menu .current-menu-item > a {
    border-bottom: 3px solid #D81E17;
}

#menu-mobile .uk-navbar-nav {
    width: 100%;
    display: inline-block;
}

/* main */

.main-area {
    height: calc(100vh - 160px);
}

/* slider */

.slider {
    text-align: center;
}

/* footer */

#foot {
    height: 80px;
    margin-top: auto;
    font-size: smaller;
}

.foot-inner {
    height: 100%;
    justify-content: space-between;
}

/* =======================================================
   2. about
==========================================================*/

/* =======================================================
   3. works
==========================================================*/

/* =======================================================
   4. collection
==========================================================*/

/* =======================================================
   5. exhibition
==========================================================*/

.article-thumbnail {
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.article-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =======================================================
   6. contact
==========================================================*/

input.uk-button {
    background-color: #D81E17;
    color: white;
    font-weight: bold;
}

input.uk-button:hover {
    background-color: #d85550;
    color: white;
    transition : 0.5s;
}
