
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'codropsicons';
  src: url('../fonts/codropsicons/codropsicons.eot');
  src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
    url('../fonts/codropsicons/codropsicons.woff') format('woff'),
    url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
    url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
  background: #fff;
  color: #383a3c;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.25;
  font-family: 'Raleway', Calibri, Arial, sans-serif;
}

img {  
   user-drag: none;  
   user-select: none;
   -moz-user-select: none;
   -webkit-user-drag: none;
   -webkit-user-select: none;
   -ms-user-select: none;
}

a,
button {
  outline: none;
}

a {
  color: #566473;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #34495e;
}

section {
  padding: 1em;
  text-align: center;
}

p.ref {
  text-align: center;
  padding: 2em 1em;
}

/* Header */
.codrops-header {
  margin: 0 auto;
  padding: 2em;
  text-align: center;
  max-width: 900px;
}

.codrops-header h1 {
  margin: 0;
  font-size: 4.5em;
  line-height: 1;
  font-weight: 200;
}

.codrops-header h1 span {
  display: block;
  padding: 1em 0 1.5em;
  font-size: 36%;
  color: #95a5a6;
  line-height: 1.4;
}

/* To Navigation Style */
.codrops-top {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.69em;
  text-align: center;
  padding: 3em 0;
}

.codrops-top a {
  display: inline-block;
  padding: 1.5em;
  text-decoration: none;
  letter-spacing: 1px;
}

.codrops-icon:before {
  margin: 0 4px;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'codropsicons';
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
  content: "\e001";
}

.codrops-icon-prev:before {
  content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
  padding-top: 1em;
  font-size: 0.8em;
}

.codrops-demos a {
  display: inline-block;
  margin: 0.35em 0.1em;
  padding: 0.5em 1.2em;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 2px;
  font-size: 110%;
  border: 2px solid transparent;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo {
  border-color: #383a3c;
}

.codrops-demos h3 {
  margin: 0;
  padding: 1em 0 0.5em 0;
  font-size: 0.9em;
  float: left;
  min-width: 90px;
  clear: left;
}

.codrops-demos div:not(:first-child) h3 {
  padding-top: 2em;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo {
  color: inherit;
  border-color: initial;
}

/* Related demos */
.related {
  padding: 10em 0;
}

.related p {
  font-size: 1.5em;
}

.related>a {
  display: inline-block;
  text-align: center;
  margin: 20px 10px;
  padding: 25px;
  vertical-align: middle;
}

.related a img {
  max-width: 100%;
  opacity: 0.8;
  border-radius: 10px;
}

.related a:hover img,
.related a:active img {
  opacity: 1;
}

.related a h3 {
  margin: 0;
  min-height: 63px;
  padding: 0.5em 0 0.3em;
  max-width: 300px;
  text-align: center;
  font-weight: 400;
  font-size: 1em;
}

@media screen and (max-width: 40em) {

  .codrops-header h1 {
    font-size: 2.5em;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Oswald', sans-serif;
  background: #f5f5f5;
  /* color: #000; */
}

.large-header {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.main-title {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}

.main-title img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, .1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.main-title h1 span {
  font-size: .7em;
  font-weight: 500;
  text-transform: none;
}

.main-title h1 {
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  font-weight: 700;
  background: linear-gradient(25deg, orange, rgba(202, 45, 46, 255));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.main-title p {
  font-size: 1.3em;
  line-height: 1.8em;
  margin-top: -30px;
  margin-bottom: 80px;
}

.links i {
  font-size: 1.2em;
  margin-right: 5px;
}

.links a {
  margin: 20px;
  padding: 15px;
  display: inline-block;
  text-decoration: none;
  color: orange;
  font-size: 1.2em;
  text-transform: uppercase;
  background-color: #fff;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, .05);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.main-title a:hover,
a:focus,
a:active {
  color: rgb(255, 255, 255);
  background: linear-gradient(25deg, orange, rgba(202, 45, 46, 255));
}

@media screen and (max-width: 768px) {
  body {
    padding: 0 100px;
  }

  .main-title img {
    margin-top: 100px;
    margin-bottom: 20px;
  }

  .main-title h1 span {
    margin-bottom: 80px;
  }

  .main-title h1 {
    font-size: 40px;
  }

  .main-title p {
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 80px;
  }

  .links a {
    display: inline-block;
    margin: 15px;
    font-size: 17px;
  }

  .links {
    margin-bottom: 50px;
  }

  canvas {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  body {
    padding: 0 20px;
  }

  .main-title img {
     width:100px;
     height:100px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .main-title h1 span {
    margin-bottom: 40px;
  }

  .main-title h1 {
    font-size: 35px;
  }

  .main-title p {
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .links a {
    display: inline-block;
    margin: 8px;
    font-size: 15px;
    padding:10px;
  }

  .links {
    margin-top: 50px;
  }

  canvas {
    display: none;
  }
}