@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);

/*Ignore me, I'm just page styling*/
* {
  box-sizing: border-box;
}
html {font-family: 'Roboto', sans-serif;font-size:16px;line-height:1em;height:100%;}
body {
  margin: 0;
  padding: 0;
  /* 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-size:2.3em;margin-bottom:35px;line-height: 1.3em;}

.logo {
    position:relative;
    font-size:1rem;
    text-align:center;
    overflow:hidden;
}
.img {
    background-image: url('./img/photo_2024-02-03_14-13-20.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 16px;
}

#social-platforms {
  position:relative;
  top: 15px;
  font-size:1rem;
  text-align:center;
  /* height:250px; */
  overflow:hidden;
}

.media {
  width: 100%;
}

/*Pen code from this point on*/
.btn {
  clear:both;
  width: 300px;
  white-space:nowrap;
  font-size:.8em;
  display:inline-block;
  border-radius:5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
  margin:2px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .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:13.4px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  line-height:1em

}

.btn > span {
  padding:14px 18px 16px;
  /* width: 70%; */
  white-space:nowrap;
  color:#FFF;
  background:#b8b8b8
}

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

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

.btn-icon > i:after {
  content:"";
  border:16px solid;
  border-color:transparent transparent transparent #222;
  position:absolute;
  top:18px;
  right:-28px
}

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

.btn-icon > span {
  border-radius:0 5px 5px 0;
  width: 230px;
  font-size: 1.8em;
  padding: 21px;
}

/*Facebook*/
.btn-facebook:hover > i,.btn-facebook:focus > i {
  color:#FF0000
}

.btn-facebook > span {
  background:#FF0000
}

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

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

/*Google*/
.btn-googleplus:hover > i,.btn-googleplus:focus > i {
  color:#feda75
}

.btn-googleplus > span {
  background: linear-gradient(#feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5)
}

/*Pinterest*/
.btn-pinterest:hover > i,.btn-pinterest:focus > i {
  color:#FE2C55
}

.btn-pinterest > span {
  background:#FE2C55
}

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

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

.btn-phone:hover > i,.btn-phone:focus > i {
  color: #0064e7
}

.btn-phone > span {
  background:#0064e7
}
@media only screen and (max-width: 760px) {
  .btn {
    margin: 8px 0;
  }
}
@media only screen and (max-width: 460px) {
  video {
    width: 96%;
  }
}
main {
  display: none;
}