/*
Theme Name: Entre
Theme URI: https://noveldigital.pro
Author: Novel Digital Agency
Author URI: https://noveldigital.pro.
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: entre

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
:root {
  --font-color: #3d3d3d;
  --dark-blue: #0c548a;
  --orange: #f97c00;
  --spacing: 80px;
}

body {
  font-size: 16px;
  color: var(--font-color);
  line-height: 1.45;
}

h1, h2, h3, h4, h5,
.ntr-h1, .ntr-h2, .ntr-h3, .ntr-h4, .ntr-h5 {
  font-weight: 600;
}

a,
a:visited,
a:focus,
a:active  {
  text-decoration: none;
  outline: none;
  color: var(--dark-blue);
}

a:hover {
  text-decoration: none;
  outline: none;
  color: var(--orange);
}

/*
============================================================
    Site loader
============================================================
*/
#ntr-site-loader-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background: #DEEDF1;
  background: -webkit-linear-gradient(top left, #eff0f1, #86ceff);
  background: -moz-linear-gradient(top left, #eff0f1, #86ceff);
  background: linear-gradient(to bottom right, #eff0f1, #86ceff);
  z-index: 9999;
}

/*** Loader 1 ***/
.ntr-site-loader-001 {
  text-align: center;
}

.ntr-site-loader-001 span {
  display: inline-block;
  vertical-align: middle;
  animation: ntr-site-loader 0.9s infinite alternate;
}

.ntr-site-loader-001 span:nth-of-type(2) {
  animation-delay: 0.3s;
}

.ntr-site-loader-001 span:nth-of-type(3) {
  animation-delay: 0.6s;
}

/*
============================================================
============================================================
  LIVE CSS
  Place live css here
============================================================
============================================================
*/
