* {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-family: sans-serif;
    font-size: 1em;
    font-weight: normal; */
  font-style: normal;
  text-decoration: none;
}

html,
body {
  height: 100%;
  overflow: auto;
}

body {
  font-family: 'Open Sans', 'Montserrat', Helvetica, Arial, sans-serif;
  background: url('../img/fnds/bg-01.jpg') repeat center center fixed;
  filter: alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity: 0.7¡5;
  background-size: cover;
  -o-background-size: cover;
  -webkit-filter: alpha(opacity=75);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: 'Josefin Slab', 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  font-size: 1em;
  line-height: 1.6;
  color: #000;
}

img {
  width: auto;
  max-height: 1024px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

/*|---------- imgs ----------|*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  transition: all 0.4s linear;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  transform: translatey(-100px);
  transition: all 0.2s ease-in-out;
  padding: 10px;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s ease-in-out;
  margin: 50px 0 0;
  padding: 7px 14px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
  transform: scale(1.2);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  transition-delay: 0.2s;
}

/*|---------- Dark Mode ----------|*/

/*|---------- Logo ----------|*/
.logo {
  width: 370px;
  height: 175px;
  bottom: 100%;
  left: 0;
  right: 0;
  background: transparent url('../img/struct/Logo-Ciresin-Art-255_x_120-3.png') no-repeat;
  /* background: transparent url("../img/Logo-Ciresin-Art-0.svg") no-repeat; */
  /* border: 1px solid violet; */
  z-index: 1;
}

.box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 15px;
  /* border:1px solid green; */
  text-align: justify;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

.intro-text {
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: 400;
  letter-spacing: 1px;
}

.brand,
.address-bar {
  display: none;
}

.navbar-brand {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
}

.brand-before,
.brand-name {
  text-transform: capitalize;
}

.brand-before {
  margin: 15px 0;
}

.brand-name {
  margin: 0;
  font-size: 3em;
}

.tagline-divider {
  margin: 15px auto 3px;
  max-width: 250px;
  border-color: #999999;
}

.address-bar {
  display: inherit;
  margin: 0;
  padding: 0 0 40px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: 400;
  letter-spacing: 3px;
  color: #fff;
}

.nav-item,
.dropdown-item {
  text-transform: uppercase;
  font-weight: bold;
}


li.active {
  font: #000;
  border-bottom: 1.5px solid #000;
}

/*|---------- Background - Scroll ----------|*/

.wrapper {
  height: 100%;
  /*     width: auto; */
  line-height: 1.5;
  word-spacing: 2px;
  letter-spacing: 0.5px;
}

.fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  color: #eeeeee;
  text-align: center;
  display: table;
}

.fixed h2 {
  display: table-cell;
  vertical-align: middle;
}

.scroll {
  /* border: 1px solid white;*/
  padding: 2px;
  background: transparent;
}

/* .one {
    background-image: url('../img/bkgrd/img-00.jpg');
} */
.two {
  background-image: url('../img/bkgrd/img-06.jpg');
}

.two-a {
  padding: 20px;
  border: 1px solid grey;
}

.three {
  background-image: url('../img/bkgrd/img-11.jpg');
}

.four {
  background-image: url('../img/bkgrd/img-15.jpg');
}

.five {
  background-image: url('../img/bkgrd/img-16.jpg');
}

.six {
  background-image: url('../img/bkgrd/img-08.jpg');
}

/* Social nav */

.social-navigation {
  margin-top: -12.5px;
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
}

.social-navigation i {
  margin-top: 8.5px;
  font-size: 16pt;
}

.social-navigation ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}

.social-navigation li {
  display: inline;
}

.social-navigation a {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 40px;
  color: #666;
  display: inline-block;
  height: 40px;
  margin: 0 1em 0.5em 0;
  text-align: center;
  width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
  background-color: #333;
  color: #fff;
}

.social-navigation .icon {
  height: 16px;
  top: 12px;
  width: 16px;
  vertical-align: top;
}

.socialnetwork {
  position: absolute;
  top: -22.5px;
  right: 0;
  left: 0;
  text-align: center;
}

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}