/*
Theme Name: Basic Theme
Theme URI: http://jbweb.hu/basic-theme
Author: Juhász Boglárka 
Author URI: http://jbweb.hu
Description: Basic Theme by Juhász Boglárka 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basic-theme
*/

html {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    background: #eee;
}

header {
    text-align: center;
}

h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

p {
    margin-bottom: 10px;
    line-height: 1.5;
}

a {
    color: rgb(12, 87, 87);
    text-decoration: none;
}

#logo {
    display: inline-block;
    margin: 0 auto;
    width: 250px;
}

#logo img {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

nav {
    border-bottom: solid 2px #aaa;
    border-top: solid 2px #aaa;
    margin-bottom: 30px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    display: inline-block;
    text-decoration: none;
    color: black;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
}

main ul,
ol {
    margin-bottom: 10px;
}

main ul li,
main ol li {
    margin-bottom: 10px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}

main ul li::before,
main ol li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: darkcyan;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}


footer {
    clear: both;
    background: #ddd;
    padding: 20px;
    text-align: center;
}

article {
    margin-bottom: 40px;

}

article:nth-of-type(odd) {
    clear: left;
}

.widget {
    margin-bottom: 40px;
}

.tag-cloud-link {
    font-size: 14px !important;
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #aaa;
    margin-bottom: 10px;
}

.attachment-post-thumbnail {
    margin-bottom: 10px;
}

label[for="comment"] {
    display: block;
}

.comment {
    min-width: 300px;
    width: 100%;
}






/*----SHOW-HIDE BANNERS----*/
.absolute-top-container {
    position: absolute;
    height: 100%;
    z-index: 1000;

    .sticky-top-container {
        position: sticky;
        top: 0;
    }

    .sticky-top-container button {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.absolute-bottom-container {
    position: fixed;
    bottom: -88vh;
    right: 0;
    height: 100%;
    z-index: 1000;

    .sticky-bottom-container {
        position: sticky;

    }

    .sticky-bottom-container button {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.top-left {
    left: 0;
    top: 0;
}

.bottom-right {
    bottom: 0;
    right: 0;
}

#sztp-logo,
#sz2020-logo {
    position: relative;
    min-height: 64px;
    min-width: 214px;
    width: auto;
    max-height: 12vh;
}

.arrow-left {
    border: solid rgba(84, 84, 84, 0.7);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow-right {
    border: solid rgba(84, 84, 84, 0.7);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

#show-hide-btn-SZTP,
#show-hide-btn-SZ2020 {
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.7);
    border: solid rgba(84, 84, 84, 0.7);
}