@import url(//cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1.2/css/fontawesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);

html {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 2em;
}
body {
  background-image: url(../img/ctmc.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;

  /* background: #ffffff;
  background: -moz-linear-gradient(
    -45deg,
    #ffffff 0%,
    #ffffff 50%,
    #f2f2f2 50%,
    #f2f2f2 50%,
    #f2f2f2 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    color-stop(0%, #ffffff),
    color-stop(50%, #ffffff),
    color-stop(50%, #f2f2f2),
    color-stop(50%, #f2f2f2),
    color-stop(100%, #f2f2f2)
  );
  background: -webkit-linear-gradient(
    -45deg,
    #ffffff 0%,
    #ffffff 50%,
    #f2f2f2 50%,
    #f2f2f2 50%,
    #f2f2f2 100%
  );
  background: -o-linear-gradient(
    -45deg,
    #ffffff 0%,
    #ffffff 50%,
    #f2f2f2 50%,
    #f2f2f2 50%,
    #f2f2f2 100%
  );
  background: -ms-linear-gradient(
    -45deg,
    #ffffff 0%,
    #ffffff 50%,
    #f2f2f2 50%,
    #f2f2f2 50%,
    #f2f2f2 100%
  );
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #ffffff 50%,
    #f2f2f2 50%,
    #f2f2f2 50%,
    #f2f2f2 100%
  ); */
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  margin-bottom: 55px;
  color: #615e5e;
}

.space-top {
  padding-bottom: 170px;
}

.logo-responsive {
  border-radius: 60%;
}

#social-platforms {
  /* top: 100px;
  top: 25vh; */
  font-size: 1rem;
  text-align: center;
  height: 100%;
  /* overflow: hidden; */
}

/*Pen code from this point on*/
.btn {
  clear: both;
  white-space: nowrap;
  font-size: 1.2em;
  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 15px 0 rgba(0, 0, 0, 0.45);
}

.btn:focus {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}

.btn > span,
.btn-icon > i {
  float: left;
  padding: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 2em;
}

.btn > span {
  padding: 14px 50px 16px;
  white-space: nowrap;
  font-weight: 400;
  color: #fff;
  background: #b8b8b8;
}

.btn:focus > span {
  background: #9a9a9a;
}

.btn-icon > i {
  border-radius: 5px 0 0 5px;
  position: relative;
  width: 25px;
  text-align: center;
  font-size: 1.25em;
  color: #fff;
  background: #212121;
}

.btn-icon > i:after {
  content: "";
  border: 8px solid;
  border-color: transparent transparent transparent #222;
  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;
}

/*Facebook*/
.btn-facebook:hover > i,
.btn-facebook:focus > i {
  color: #2483dc;
}

.btn-facebook > span {
  background: #2483dc;
}

/*Twitter*/
.btn-youtube:hover > i,
.btn-youtube:focus > i {
  color: #cb2028;
}

.btn-youtube > span {
  background: #cb2028;
}

/*Google*/
.btn-shopee:hover > i,
.btn-shopee:focus > i {
  color: #dd4b39;
}

.btn-shopee > span {
  background: #dd4b39;
}

/*Pinterest*/
.btn-tiktok:hover > i,
.btn-tiktok:focus > i {
  color: rgb(167, 21, 235);
}

.btn-tiktok > span {
  background: #333;
}

/*LinkedIn*/
.btn-linkedin:hover > i,
.btn-linkedin:focus > i {
  color: #007bb6;
}

.btn-linkedin > span {
  background: #007bb6;
}

/*CellAir*/
.btn-cellair:hover > i,
.btn-cellair:focus > i {
  color: #037b90;
}

.btn-cellair > span {
  background: #037b90;
}
