/* --- RESET CSS --- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/* --- SAJÁT STÍLUSOK --- */
@charset "utf-8";

html {
    font-size: 16px;
    background: url("../img/pen-1584239_1920.jpg");
}

@media(min-width:480px) {
    html { font-size: calc(1em + .5vw) }
    h1, h2 { font-size: 2rem; }
}

body {
    max-width: 85vw;
    margin-left: auto;
    margin-right: auto;
}

h1 { font-size: 2.5rem; margin: 2rem 0; color: rgba(101, 83, 41, 1); }
h2 { font-size: 2rem; margin: 2rem 0rem 2rem 2rem; color: rgba(101, 83, 41, 1); }
h3 { font-size: 1.5rem; margin: 2rem 0rem 2rem 2rem; color: rgba(101, 83, 41, 1); }

p {
    font-size: 1rem;
    margin: 1rem;
    line-height: 1.5rem;
    color: rgba(101, 83, 41, 1);
}

div#container {
    padding: 2rem 2rem;
    background: white;
    opacity: 0.85;
}

.btn {
    float: left;
}

.avissza {
    margin: 2rem 0rem 2rem 2rem;
    padding: 20px;
    text-decoration: none;
}

.logo {
    width: 5rem;
    float: right;
}

article {
    width: auto;
}

iframe {
    width: 100%;
    height: 25rem;
    margin-top: 0.5rem;
}

/*
a {
    text-decoration: none;
    color: black;
    margin: 2rem;
}
*/

a:hover {
    color: red;
    text-shadow: 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27),
                 0 0 20px rgb(255,224,27);
}

.a {
    background-color: rgba(153, 125, 58, 0.85);
    color: white;
    font-weight: 700;
    padding: 0.5rem 1rem 0.5rem 1rem;
    text-decoration: none;
    font-size: 0.8rem;
    font-style: italic;
    margin-bottom: 2rem;
}
a.avissza {
  display: block;
  width: fit-content;
  margin: 2rem auto;
  padding: 0.5rem 1rem;
  background-color: #eee;
  text-align: center;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
}
