/* Theme Name: Basic Theme
Theme URI: https://banditadesign.hu/sajat-theme
Author: Gaál Bernadett
Author URI: https://banditadesign.hu
Description: Basic Theme by Gaál Bernadett
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
*/

body {
    background: #eee;
    font-family: 'Arial';
    font-size: 14px
}

header {
    text-align: center;
    margin-bottom: 30px
}

#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
}

nav ul li {
    display: inline 
}

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

a {
    color: #0ba1e9;
    text-decoration: none;
}

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

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

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

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

main ul {
    margin-bottom: 10px;
}

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

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

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

article {
    margin-bottom: 40px;
}

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

.widget {
    margin-bottom: 30px;
}

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