html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

*, 
*:before, 
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

body {
  padding: 0;
  margin: 0;
  color: #8f8f8f;
  background:#fff;
  font-family: "Oswald", serif;
  font-weight: 300;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility;
  -ms-overflow-style: none; 
  overflow: -moz-scrollbars-none;
}


body::-webkit-scrollbar { width: 0 !important }
/*------------------------stuff---------------------------------*/
a {
  text-decoration: none;
  transition: all 500ms 100ms linear;
}

a:hover {
  color: #000;
    
}

h1 {
  font-size: 30px;
  line-height: 1.8;
  text-transform: uppercase;
  font-family: "Cinzel", sans-serif;
  color: #8f8f8f;
}

p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 2;
}

header .row .content {padding: 0;}

/*------------------------nav menu---------------------------------*/
header {
  position: fixed;
  top: 0px;
  max-height: 70px;
  z-index: 900;
  width: 100%;
  background: none;
  overflow: hidden;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 0px;
}

.logo {
  width: 50px;
  font-size: 25px;
  color: #888888;
  float: left;
  display: block;
  margin-top: 15px;
  line-height: 1;
  font-family: "Cinzel", sans-serif;

}
.logo:hover{
    transition: all 500ms 100ms linear;
}

@media only screen and (max-width: 766px) {
  header {
    padding-top: 15px;
  }
    .logo{
        margin-bottom: 10px;
    }
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
}

.sticky {
  background-color: #fff;
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid #888888;
     transition: all 500ms 100ms linear;
}
.sticky:hover{
        border-bottom: 1px solid #333;
    }

@media only screen and (max-width: 766px) {
  .logo {
    float:none;
  }
}

nav {
  float: right;
  width: 60%;
}
@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}

@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 20px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}

@media only screen and (max-width: 766px) {
    nav logo{
        margin-bottom: 5px;
    }
    nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color: #888888;
  text-transform: uppercase;
  font-size: 12px;
    padding: 3px 5px 5px 5px;
}
nav ul a.active {
    color: #fff;
    background: #333;
    padding: 3px 5px 5px 5px;
  transition: all 500ms 100ms linear;
}
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  bottom: 0px;
  width: 30px;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #333;
  display: block;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
/*----------------------------scrollToTop-----------------------------------*/
.scrollToTop{
	padding:20px;
	text-align:center;
	color: #8f8f8f;
    cursor: pointer;
	text-decoration: none;
	position:fixed;
	bottom:3%;
    right:3%;
	display:none;
    z-index: 100;
  line-height: 1.8;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
    font-size: 50px;
}
.scrollToTop:hover{
	text-decoration:none;
    transition: all 500ms 100ms linear;
    color: white;
}

/*----------------------------cover-----------------------------------*/


#cover{
    position: relative;
 background: #fff no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
-webkit-box-shadow: inset 0px 0px 269px -62px rgba(0,0,0,1);
-moz-box-shadow: inset 0px 0px 269px -62px rgba(0,0,0,1);
box-shadow: inset 0px 0px 269px -62px rgba(0,0,0,1);
perspective: 1px;
    height: 100vh;
    z-index: -1;
    background-position: 50% 50%;
    width: 100vw;
}

#particles-js{
    height: 100%; /*mobile devices*/
}


.aa_sec {
  top: 45vh;
  right: 0;
  left: 0;
  margin: 0 auto;
    position:fixed;
}
.aa_txt {
  text-align: center;
  font-size: 8vh;
    line-height: 1.4;
}

.aa_inner {
  padding: 0 2rem;
  background: #333;
  color: #fff;
  opacity: 0.75;
    font-family: "Cinzel", sans-serif;
}

.aa_of {
  padding: 1rem;
  color: #fff;
  background: #333;
  font-size: 100%;
  opacity: 0.75;
}

.aa_inner2 {
  padding: 0.4rem 2rem;
  text-transform: uppercase;
  background: #333;
  color: #fff;
    letter-spacing: 200%;
    font-size: 3vh;
    opacity: 0.75;
}

/*-----*/
#scrollDownContainer{
    position: fixed;
    top: 90vh;
    color: #000;
    right: 0;
    left: 0;
    text-align: center;
    left: calc(50% - 3px);
}
#scrollDown {
  width: 10px;
  height: 10px;
  border: 3px solid #333;
  border-top: none;
  border-left: none;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
}

#scrollDown:after {
  content: ""; /*pseudo elemnt*/
  display: block;
  position: absolute;
  top: calc(50% - 23px);
  /*circle = 1+50+1 = 52px*/
  left: calc(50% - 23px);
  /*arrow = 3+3 = 6px*/
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-animation: circleBounce 3s linear infinite;
}

@-webkit-keyframes circleBounce {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.1);
    opacity: 0;
  }
}

#scrollDown:hover:after {
  background-color: rgba(0, 0, 0, .3);
}
/*----------------------------Sections-----------------------------------*/

.dark {
    background:#232323;
-webkit-box-shadow: inset 0px 0px 269px -62px rgba(0,0,0,1);
-moz-box-shadow: inset 0px 0px 269px -62px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 269px -62px rgba(0,0,0,1);}

.light {background:#333;}

.row {
  width: 100%;  
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}
.content {
  max-width: 940px;
  width: 100%;  
  margin: 0 auto;
  padding: 100px 2% 100px;
    text-align: justify;
}


footer{
	background: #2A2A2A ;
    position: relative;
}
/*----------------------------------------------------------*/


