/*==========================================================
    Template Name: Code Resource || Latest HTML, CSS, jQuery, React, Wordpress Tutorials & Resource
    Created By: Code Resource
    Envato Profile: https://themeforest.net/user/regaltheme
    Website: http://codereso.com
    Description: Code Resource is a Latest HTML, CSS, jQuery, React, Wordpress Tutorials & Resource
    Version: v1.0
    Support: http://codereso.com/support
============================================================*/


/* Google Font Supports */
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,600,700&display=swap');

/* Global Styles */
*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body{
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}
html, body, header {
    height: 100%;
}
footer,
header{
  text-align: center;
}
header{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -23px;
}

.btn {
  background-color: #000;
  color: #fff;
  padding: 0 20px;
  line-height: 50px;
  display: inline-block;
  font-size: 18px;
  border-radius: 5px;
  text-decoration: none;
  transition: .3s;
  margin-top: 30px;
}
.btn:hover {
  background-color: #2196F3;
}
.coming {
  margin-top: 80px;
}
.coming h1 {
  margin-bottom: 15px;
  font-size: 40px;
}
.logo-icon {
  text-shadow: rgb(23, 105, 170) 0px 0px 0px, rgb(24, 110, 177) 1px 1px 0px, rgb(25, 114, 185) 2px 2px 0px, rgb(26, 118, 192) 3px 3px 0px, rgb(27, 123, 199) 4px 4px 0px, rgb(28, 128, 207) 5px 5px 0px, rgb(29, 132, 214) 6px 6px 0px, rgb(30, 137, 221) 7px 7px 0px, rgb(31, 141, 228) 8px 8px 0px, rgb(32, 146, 236) 9px 9px 0px; font-size: 60px; color: rgb(255, 255, 255); height: 99px; width: 99px; line-height: 99px; border-radius: 20%; text-align: center; background-color: rgb(33, 150, 243);
  display: inline-block;
  margin-bottom: 5px;
}
footer {
    background-color: #E3F2FD;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}

@media (max-width: 767px) {
  .coming {
    margin-top: 30px;
  }
  .coming h1 {
    font-size: 30px;
  }
}
