/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

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;
  vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html{
    background-color: black;
    font-family: Roboto;
}
.main-div{
    text-align:center;
    max-width: 640px;
    min-width: 200px;
    width: 80%;
}
.default-body{
    display: flex;
    text-align: center;
    width: 100%;
    color: #EFEFEFFF;
    flex-direction: column;
    align-items: center;
}
.kloaka-logo{
    display:flex;
    flex-direction: column;
    margin-top:16px;
}
.social-button-follow{
    width:50px;height:50px;margin-right:2px;margin-left:2px;
}
.section{
    margin-top: 16px;
    padding: 8px;
    border-top:solid 1px #777777;
    text-align:center;
}
.kloaka-logo img{
    object-fit: contain;
    height: 150px;
}
.header-contact{
    margin-top:24px;
    font-size:26px;
    margin-bottom:16px;

}
.session-section h4{
    margin-top:32px;
    margin-bottom:12px;
}
.header-contact a{
    text-decoration: none;
}


.kloaka-logo span{
    margin-top:16px;
}
h2{
    color: #e99708;
}
/* unvisited link */
a:link {
    color: #e99708;
}

/* visited link */
a:visited {
    color: #e99708;
}

/* mouse over link */
a:hover {
    color: #7e5104;
}

/* selected link */
a:active {
    color: #e99708;
}