<!-- styles of silus14.bauska.org -->
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
html, body{
  display:grid;
  height:100%;
  width: 100%;
  place-items:center;
}
/*  background-size:cover; */
/* background:url(../images/July-2-2024-kitty.png) no-repeat; */
/*  background-size:cover; */

h1 {
  font-size:68px;
  letter-spacing:-2px;	
  line-height:60px;
  margin:25px 0;  
  text-align:center;
  margin-left:15px;
  padding-top:20px;
}
.ie h1 {
  filter: dropshadow(color=#000000, offx=0, offy=3);
  padding-bottom:12px;	
}
h2 {
  font-size:50px;
}
.ie h2 {
  filter: dropshadow(color=#000000, offx=0, offy=3);
}
h3 {
  font-size:25px;
  margin:0.2em 0; 
  text-align:center;
}
.ie h3 {
  filter: dropshadow(color=#000000, offx=0, offy=3);
}
h4 {
  margin-bottom:5px;
}

p, pre {
  margin:0 0 10px 0;
}
code {
  text-transform:uppercase !important;
  color:#eee;	
  border-bottom:1px dotted #666;
}

a {
  color:rgba(0, 210, 255, 1);
  text-decoration:none;
}
a:hover {
  color:#bbb;
} 

#Header {
  margin-bottom: 62px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 119px;
  line-height: 118px;
  z-index: 1;
}  /* id Header */

.wrapper{
  text-align: center;
  display: inline-flex;
}
.wrapper .icon{
  margin: 0 20px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}  /* class wrapper icon */
.wrapper .icon span{
  display: block;
  height: 60px;
  width: 60px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}  /* class wrapper icon span */
.wrapper .icon span i{
  line-height: 60px;
  font-size: 25px;
}  /* wrapper icon span i */
.wrapper .icon .tooltip{
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
  color: #fff;
  padding: 10px 18px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 25px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}  /* class wrapper icon tooltip */
.wrapper .icon:hover .tooltip{
  top: -70px;
  opacity: 1;
  pointer-events: auto;
}
.wrapper h1 {
  font-size:68px;
  letter-spacing:-2px;	
  line-height:60px;
  margin:25px 0;  
  text-align:center;
  margin-left:15px;
  padding-top:20px;
}
.wrapper .icon:hover span{
  color: #fff;
  text-align: center;
}
.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip{
  text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}
.wrapper .facebook:hover span,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip:before{
  background: #1877f2;  /* vivid blue */
}
.wrapper .youtube:hover span,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip:before{
  background: #ff0000;  /* pure red */
}
.wrapper .twitter:hover span,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip:before{
  background: #1da1f2;  /* vivid blue */
}
.wrapper .snapchat:hover span,
.wrapper .snapchat:hover .tooltip,
.wrapper .snapchat:hover .tooltip:before{
  background: #fffc00;  /* pure yellow */
}
.wrapper .github:hover span,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip:before{
  background: #171515;  /* very dark (mostly black) red */
}
.wrapper .codepen:hover span,
.wrapper .codepen:hover .tooltip,
.wrapper .codepen:hover .tooltip:before{
  background: #47cf73;  /* moderate cyan - lime green */
}
.wrapper .linkedin:hover span,
.wrapper .linkedin:hover .tooltip,
.wrapper .linkedin:hover .tooltip:before{
  background: #0077b5;  /* strong blue */
}
.wrapper .quora:hover span,
.wrapper .quora:hover .tooltip,
.wrapper .quora:hover .tooltip:before{
  background: #aa2200;  /* dark red */
}
.wrapper .amazon:hover span,
.wrapper .amazon:hover .tooltip,
.wrapper .amazon:hover .tooltip:before{
  background: #ff9900;  /* pure (or mostly pure) orange */
}
.wrapper .email:hover span,
.wrapper .email:hover .tooltip,
.wrapper .email:hover .tooltip:before{
  background: #00b100;  /* very dark lime green */
}

.icon .tooltip:before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#Content h2 {
  margin: 0px 0px 65px 0px;
  padding: 0px;
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  color:#00d2ff;  /* pure cyan */
}  /* id Content h2 */
#Content h3 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  display: block;
  clear: both;
}  /* id Content h3 */

.countdown {
  font-size: 20px;
  text-align: center;
}  /* class countdown */

.styled{
  margin-bottom: 90px;
}  /* class styled */
.styled div {
  display: inline-block;
  margin-left: auto;  /* 10px */
  font-size: 60px;  /* 60px */
  font-weight: normal; 
  text-align: center;
  margin: 0 25px;
  width: 100px;  /* 100 */
  padding:30px;  /* 30px */
  border-radius:80px;  /* 80px */
  background:rgba(255, 255, 255, 0.26);
  height:100px; 
  background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.15); 
  text-shadow:none;
  vertical-align: middle; 
  border: 1px solid rgba(255, 255, 255, 0.76);
}  /* class styled div */

/* IE7 inline-block hack */
*+html .styled div{
  display: inline;
  zoom: 1;
}  /* microsoft's ie shit */

.styled div:first-child {
  margin-left: 0;
}
.styled div span {
  display: block;
  border-top: 1px solid none;
  padding-top: 3px;
  font-size: 19px;
  font-weight: normal; 
  text-align: center;
}  /* class styled div span */

footer{
  width:100%;
  height:30px;
  background:rgba(0, 0, 0, 0.64);
  position:absolute;
  bottom:0px;
}  /* footer */
  footer span{
  float:right;
  margin:10px;
}  /* footer span */

@media(max-width:768px){
  body {
  min-width: initial !important;
  }
  .wrapper{width:100%;}
  .styled div {
    margin-bottom:10px; 
  }
}  /* end max-width: 768px */

@media(max-width:420px){
  h1{
    float:initial;
    text-align: center;
    margin-left:0px;
    margin-bottom:0px;
  }
  .styled {
    margin-bottom: 30px;
  }
  .styled div {
    margin-bottom:10px;
    font-size: 40px;
    font-weight: normal; 
    text-align: center;
    width:80px; 
    border-radius:80px; 
    height:80px;  
  }
  #Content h2 {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-align: center;
    font-size: 29px;
    font-weight: 300;
  }
footer{
    position:relative !important;
  }
}  /* end max-width: 420 */

/* Silus */
// Please change your favorite font-size!
$fontSize: 8rem;

body {
  background: rgba(20, 5, 5, 1);
  height: 100vh;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  perspective: 800px;
}
div {
  transform-style: preserve-3d;
}

  @media only screen and (min-width: 2000px) {
  /* for sumo sized (mac) screens */
  /* horizontal line */
  hr { 
    display: block;
    width: 50%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 25px;
    margin-right: auto;
    border-style: inset;
    border-width: 2px;
    background-color: red;
    color: red;
    height: 2px;
  }
/* unordered list styles */
  ul.list-styles {
    list-style-type: circle;
    margin-left: 20px;
  }
  ul.list-styles2 {
    list-style-type: square;
    margin-left: 20px;
  }
  ul.list-styles3 {
    list-style-type: disc;
    margin-left: 20px;
  }
}  /* media only screen min-width: 2000 */
