﻿
/* ################# */
/* ### LAYOUT ###### */
/* ################# */

@import url('https://fonts.googleapis.com/css?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900&display=swap');

* {
    font-family: 'Raleway', sans-serif;
    text-rendering: optimizeLegibility;
}

h1 {
    margin-top: 0;
    text-align: left;
    font-size: 40px;
    text-shadow: 0 0 10px #000000;
}

hr {
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 0 10px 0px #000000;
    margin: -5px auto 30px;
}

:root {
    --DarkBrown: rgb(30, 20, 2);
    --Green: rgb(42, 60, 10);
    --LightBrown: rgb(84, 42, 14);
    --Lemon: rgb(255, 240, 80);
}

body {
    padding-top: 100px;
    padding-bottom: 30px;
    color: #ffffff;
    font-size: 16px;
    background-image: linear-gradient(bottom, rgba(42, 60, 10, 0.5), rgba(30, 20, 2, 0.5));
    background-color: #000000;
}

#bg {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
}

.body-content {
    padding: 15px;
}

footer {
    position: fixed;
    bottom: 0;
    background: #000000;
    width: 100%;
    height: 30px;
    text-align: center;
}

footer.h5 {
    margin-top: 5px;
    color: #ffffff;
}

#render-body {
    background: rgba(0 ,0,0,0.3);
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin-bottom: 40px;
}

#render-body img {
    border-radius: 5px;
    box-shadow: 0 0 10px #000000;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 2px #ffffff;
    font-weight: 600;
}

#index,
#about,
#contacts {
    padding: 15px;
    padding-bottom: 5px;
}

#index,
#agenda,
#about {
    margin-bottom: 40px;
}

/* ################# */
/* ### NAVIGATION ## */
/* ################# */
#navigation-bar,
#signature,
#navigation-bar .navbar-toggle {
    -webkit-transition: all 0.2s ease-out !important;
    -moz-transition: all 0.2s ease-out !important;
    -ms-transition: all 0.2s ease-out !important;
    -o-transition: all 0.2s ease-out !important;
    transition: all 0.2s ease-out !important;
}

#navigation-bar {
    z-index: 1000;
    background-color: var(--DarkBrown);
    border: none;
    font-family: 'Caveat', cursive;
    box-shadow: 0 0 10px #000000;
}

#navigation-bar .navbar-toggle {
    margin: 30px 15px;
    border-color: transparent;
}

#navigation-bar .navbar-toggle .icon-bar {
    height: 4px;
    width: 30px;
}

#navigation-bar a {
    color: #ffffff;
    text-shadow: 0 0 2px #000000;
}

#navigation-bar #navbar-content-tags {
    float: right;
    font-size: 38px;
}

#navigation-bar #navbar-content-tags,
#navigation-bar #navigation-brand {
    height: 100px;
}

#navigation-bar #signature {
    width: 180px;
    margin: auto 15px;
}

#navigation-bar .navbar-nav {
    display: flex;
    align-items: center;
    height: 100px;
}

#navigation-bar > .container > * {
    height: 100%;
}

#navigation-bar #navigation-brand {
    padding: 0;
    display: flex;
    align-items: center;
    margin-left: 5px;
}

#menu-mobile {
    /*z-index: 100;*/
    background: rgba(0, 0, 0, 0.8);
}

#menu-mobile-content {
    margin-top: 20px;
}

#menu-mobile span {
    width: 100%;
    font-size: 50px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.modal-close {
    font-size: 60px; 
    float: right; 
    margin: 20px; 
    color: red; 
    cursor: pointer;
}

/* ################# */
/* ### CONTACTS #### */
/* ################# */

#contacts .row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#contacts,
#contacts a {
    font-size: 18px;
}

#contacts h4 {
    font-size: 22px
}

/* ################# */
/* ### CONTACTS #### */
/* ################# */

#agenda-carousel {
    height: 100%;
    border-radius: 5px;
}

.carousel-inner img {
    width: 100%;
    height: auto;
}

.carousel-title {
    position: absolute;
    margin: 20px;
    opacity: 1;
    width: calc(100% - 40px);
    font-size: 2em;
    text-shadow: 2px 2px 10px #000000;
    left: 0;
    top: 20px;
    font-weight: 500;
}

.carousel-data {
    position: absolute;
    margin: 20px;
    opacity: 1;
    width: calc(100% - 40px);
    font-size: 1.5em;
    text-shadow: 2px 2px 10px #000000;
    left: 0;
    bottom: 80px;
}

.carousel-control {
    border-radius: 5px;
}

/* ################# */
/* ### MOBILE ###### */
/* ################# */
/* Hide/rearrange for smaller screens */
@media (min-width: 767px) {
}

#artwork h2 {
    text-align: center;
}

.wp-block-image img {
    max-width: 80%;
}


/* ################# */
/* ### PAGINATION ## */
/* ################# */
.pagination {
    clear:both;
    padding:20px 0;
    position:relative;
    font-size:11px;
    line-height:13px;
}

.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff;
    background: #555;
}

.pagination a:hover{
    color:#fff;
    background: #3279BB;
}

.pagination .current{
    padding:6px 9px 5px 9px;
    background: #3279BB;
    color:#fff;
}