/*!**********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/css/w3.css ***!
  \**********************************************************************************************/
/* W3.CSS 4.15 December 2020 by Jan Egil and Borge Refsnes */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
footer,header,main{display:block}template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
b{font-weight:bolder}
code{font-family:monospace,monospace;font-size:1em}
button,input,textarea{font:inherit;margin:0}
button,input{overflow:visible}button{text-transform:none}
button,[type=button],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}textarea{overflow:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */
html,body{font-family:Verdana,sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
h1{font-size:36px}h2{font-size:30px}h4{font-size:20px}h6{font-size:16px}
h1,h2,h4,h6{font-family:"Segoe UI",Arial,sans-serif;font-weight:400;margin:10px 0}a{color:inherit}
.w3-btn{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-btn:disabled{cursor:not-allowed;opacity:0.3}:disabled *{pointer-events:none}
.w3-btn:disabled:hover{box-shadow:none}
#main{transition:margin-left .4s}
.w3-container:after,.w3-container:before{content:"";display:table;clear:both}.w3-round-large{border-radius:8px}
.w3-container{padding:0.01em 16px}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}@keyframes opac{from{opacity:0} to{opacity:1}}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}.w3-center{text-align:center!important}
/* Colors */
.w3-green{color:#fff!important;background-color:#4CAF50!important}
.w3-pink{color:#fff!important;background-color:#e91e63!important}
.w3-text-aqua{color:#00ffff!important}
.w3-text-green{color:#4CAF50!important}
/*!************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/css/main.css ***!
  \************************************************************************************************/
/* latin */
@font-face {
  font-family: 'Bubblegum Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bubblegumsans/v20/AYCSpXb_Z9EORv1M5QTjEzMEteaAxII.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  margin: 0;
  font-family: 'Bubblegum Sans', sans-serif;
  font-style: normal;
  max-width: 100%;
}

footer,
header {
  font-family: inherit;
  text-align: center;
  background: #2322c9;
  background: linear-gradient(0deg, #2322c9 0, #8040d4 20%, #5d41a9 50%, #8040d4 80%, #2322c9 100%);
  color: #fff
}

header {
  padding: 1px
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%
}

h1, h2, h4 {
  font-family: inherit;
}

a i {
  float: left;
}

button {
  font-size: 30px;
  width: 90%;
  max-width: 500px;
  margin-bottom: 10px;
  animation: size 2s;
  border-radius: 12px
}

button:hover {
  rotate: 1.5deg;
  padding: 12px
}

a {
  text-decoration: none
}

.padding {
  padding-top: 16px;
  padding-bottom: 16px;
}

.padding-2 {
  padding-top: 32px;
  padding-bottom:32px;
}

#content {
  padding: 0 30%
}

@keyframes size {
  0% {
    width: 80%
  }

  100% {
    width: 90%
  }
}

@media only screen and (max-width:600px) {
  .padding {
    padding: 8px
  }

  #content {
    padding: 0
  }

  h1 {
    font-size: 30px
  }

  h4 {
    font-size: 10px
  }

  button {
    font-size: 25px
  }

  button:hover {
    padding: 9px
  }
}

.date::before {
  content: "📅";
}
.link::before {
  content: "🔗";
}
.font-0 {
  font-size: large;
}
/*!*************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./src/css/theme.css ***!
  \*************************************************************************************************/
.theme-0 {
    background-image: url('./img/bg.png');
    background-repeat: repeat;
    color: white;
}

.theme-1 {
    background-color: lightgrey;
}

.theme-2 {
    background: #28a1b0;
    background: linear-gradient(180deg, rgba(40, 161, 176, 1) 0, rgba(29, 185, 185, 1) 30%, rgba(110, 221, 222, 1) 40%, rgba(24, 208, 211, 1) 50%, rgba(110, 221, 222, 1) 60%, rgba(29, 185, 185, 1) 70%, rgba(40, 161, 176, 1) 100%);
}

.theme-3 {
    background: black url('https://esb24.dyntomas.com/assets/img/bg.jpg');
    color: white;
}

.theme-4 {
    background: gray url('https://bmcback.dyntomas.com/images/bg.png');
}

.theme-5 {
    background: blue url('https://hobbies.dyntomas.com/img/background.jpg');
}

/*# sourceMappingURL=main.min.css.map */