@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);
@import url("https://fonts.googleapis.com/css2?family=Gasoek+One&family=Kavoon&display=swap");

.divided {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.title {
  font-family: "Gasoek One", sans-serif !important;
  font-weight: 100 !important;
  text-transform: none !important;
}

code {
  overflow: hidden !important;
}

.thanks {
  font-family: "Kavoon", sans-serif !important;
}

/* 
* Social media buttons CSS
* Source: https://codepen.io/davidpottrell/pen/MYabyp/ 
*/

#social-platforms {
  font-size: 1rem;
  text-align: center;
  overflow: hidden;
  padding-top: 2rem;
}

/*Pen code from this point on*/
.btn {
  clear: both;
  white-space: nowrap;
  font-size: 0.8em;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
  margin: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.btn:hover {
  box-shadow: 0 5px 10px -5px rgba(255, 255, 255, 0.45);
}

.btn:focus {
  box-shadow: 0 3px 10px 0 rgba(255, 255, 255, 0.4);
}

.btn > span,
.btn-icon > i {
  float: left;
  padding: 13px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1em;
}

.btn > span {
  padding: 14px 18px 16px;
  white-space: nowrap;
  color: #fff;
  background: #b8b8b8;
}

.btn:focus > span {
  background: #9a9a9a;
}

.btn-icon > i {
  border-radius: 5px 0 0 5px;
  position: relative;
  width: 13px;
  text-align: center;
  font-size: 1.32em;
  color: #212121;
  background: #fff;
}

.btn-icon > i:after {
  content: "";
  border: 8px solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 13px;
  right: -15px;
}

.btn-icon:hover > i,
.btn-icon:focus > i {
  color: #fff;
}

.btn-icon > span {
  border-radius: 0 5px 5px 0;
}

/*Twitter*/
.btn-twitter:hover > i,
.btn-twitter:focus > i {
  color: #55acee;
}

.btn-twitter > span {
  background: #55acee;
}

/*Slides*/

.btn-slides {
  scale: 1.5;
}

.btn-slides > i {
  font-size: 1.55em;
  padding-right: 1.4rem;
  padding-left: 0.7rem;
}

.btn-slides:hover > i,
.btn-slides:focus > i {
  color: #be5151;
}

.btn-slides > span {
  background: #be5151;
  font-size: medium;
}

/*Github*/
.btn-github:hover > i,
.btn-github:focus > i {
  color: #4078c0;
}

.btn-github > span {
  background: #4078c0;
}

/*Discord*/
.btn-discord:hover > i,
.btn-discord:focus > i {
  color: #7289da;
}

.btn-discord > span {
  background: #7289da;
}

/*LinkedIn*/
.btn-linkedin:hover > i,
.btn-linkedin:focus > i {
  color: #007bb6;
}

.btn-linkedin > span {
  background: #007bb6;
}
