
@charset "UTF-8";
/*Typography*/
html {
  font: 16px "Indie Flower";
}

ul {
  list-style-type: none;
    z-index:100;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2.25em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.75em;
}

p {
  font-size: 1.5em;
  color: white;
}

h1,
h2,
h3,
h4,
p {
  line-height: 1.375em;
}

@import url('https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*{ box-sizing: border-box; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; scroll-behavior: smooth;}
html, body { height: 100%; overflow: hidden;
  background: #0D105A;}



/*Base*/
* {
  box-sizing: border-box;

}


html,
body {
  width: 100%;
  height: 100%;


/* CSS HEX */
--eggplant: #533747ff;
--english-violet: #5f506bff;
--paynes-gray: #6a6b83ff;
--cadet-gray: #76949fff;
--tiffany-blue: #86bbbdff;
font-family: "Open Sans", sans-serif;
margin-left: 0;
}

/*Layout*/
.wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
margin-top: -8px;
}

.content {
  width: 60%;
}

/*Navigation*/


nav {
  float: right;
  width: 5%;
  /*9.375em;/*150px*/
  min-height: 100%;

  color: #fff;
  overflow: hidden;
  transition: width 0.5s ease;

background-color:rgb(0, 0, 0, 0.1);
  /* background: #0D105A;
opacity: 0.5; */
  /* box-shadow: inset 25px 25px 50px #0a0c44,
            inset -25px -25px 50px #101470 */

}





nav label {
  z-index:100;
  display: block;
  position: relative;
  width: 100%;
  padding: 0.25em 0;
  height: 2.5em;
  cursor: pointer;
}
nav label:before {
    z-index:100;
  content: "+";
  position: absolute;
  width: 100%;
  font-family: fontAwesome;
  font-size: 2em;
  text-align: center;
  text-shadow: 2px 2px 0 #666;
  transition: all 0.5s ease;
}
nav label:hover:before {
  text-shadow: none;
  z-index:100;
  
}

:target {
  z-index: 2;
  opacity: 1;
  
}

/*Hidding mechanism*/
input {
    z-index:100;
  display: none;
}

input:checked ~ section {
  
  width: 80%;
  max-width: calc(100vw - 00px);
}

input:checked ~ nav {
    z-index:100;
  width: 20%;
  min-width: 200px;
}

input:checked ~ nav > label:before {
    z-index:100;
  content: "X";
  font-family: sans-serif;
}

input:checked ~ nav > label + .navigation {
    z-index:100;
  display: flex;
}

input:checked ~ .navy{
margin-left: 80%;
  transition: all 0.5s ease;
}


/*close - "\f00d"*/
.navigation {
  
  /* HERE */
  /* position: absolute; */
  min-width: 100px;
  display: none;
  flex-direction: column;
  width: 100%;
  /* margin-left: -12%; */
 
    z-index:100;
}

.navigation a {
    z-index:100;
  display: block;
  align-self: center;
  padding: 0.5em 0;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 #666;
}

nav label,
.navigation a {
    z-index:100;
  border-bottom: 1px dashed var(--paynes-gray);
  transition: all 0.5s ease;
}
nav label:hover,
.navigation a:hover {
    z-index:100;
  background: var(--paynes-gray);
  text-shadow: none;
}
nav label:active,
.navigation a:active {
    z-index:100;
  background: var(--paynes-gray);
}

/*Sections*/
section {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 95%;
  min-height: 100%;
  opacity: 0;
  overflow: hidden;
  transition: width 0.5s, opacity 0.5s;
}

.content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/*Home*/
.sec-home {
    background-color: #000000;
  float: left;
  position: relative;
 /* color: #e9967a;*/
  opacity: 1;
}

.sec-home a {
  color: var(--tiffany-blue);
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
}
.sec-home a:hover {
  color: var(--tiffany-blue);
}
.sec-home a:active {
  color: #eda790;
}

.sec-home .content {
  height: 50%;
  text-align: center;
}

.text-container span{
  font-size: 2em;
    text-align: center;
}

.text-container h1{
  font-size: 3em;
}

.text-container {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-flow:column;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 0.8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
}

:root {
  --color-bg1: rgb(108, 0, 162);
  --color-bg2: rgb(0, 17, 82);
  --color1: 18, 113, 255;
  --color2: 221, 74, 255;
  --color3: 100, 220, 255;
  --color4: 200, 50, 50;
  --color5: 180, 180, 50;
  --color-interactive: 140, 100, 255;
  --circle-size: 80%;
  --blending: hard-light;
}

@-webkit-keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(-50%);
  }
}
@-webkit-keyframes moveHorizontal {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    transform: translateX(50%) translateY(10%);
  }
  100% {
    transform: translateX(-50%) translateY(-10%);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }
  50% {
    transform: translateX(50%) translateY(10%);
  }
  100% {
    transform: translateX(-50%) translateY(-10%);
  }
}
.gradient-bg {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: linear-gradient(40deg, var(--color-bg1), var(--color-bg2));
  top: 0;
  left: 0;
  z-index: 0;

}
.gradient-bg nav{
    z-index: -100;
}

.gradient-bg svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.gradient-bg .gradients-container {
  filter: url(#goo) blur(40px);
  width: 100%;
  height: 100%;
}
.gradient-bg .g1 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color1), 0.8) 0, rgba(var(--color1), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: center center;
  -webkit-animation: moveVertical 30s ease infinite;
          animation: moveVertical 30s ease infinite;
  opacity: 1;
}
.gradient-bg .g2 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color2), 0.8) 0, rgba(var(--color2), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 400px);
  animation: moveInCircle 20s reverse infinite;
  opacity: 1;
}
.gradient-bg .g3 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color3), 0.8) 0, rgba(var(--color3), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2 + 200px);
  left: calc(50% - var(--circle-size) / 2 - 500px);
  transform-origin: calc(50% + 400px);
  -webkit-animation: moveInCircle 40s linear infinite;
          animation: moveInCircle 40s linear infinite;
  opacity: 1;
}
.gradient-bg .g4 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color4), 0.8) 0, rgba(var(--color4), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: var(--circle-size);
  height: var(--circle-size);
  top: calc(50% - var(--circle-size) / 2);
  left: calc(50% - var(--circle-size) / 2);
  transform-origin: calc(50% - 200px);
  -webkit-animation: moveHorizontal 40s ease infinite;
          animation: moveHorizontal 40s ease infinite;
  opacity: 0.7;
}
.gradient-bg .g5 {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color5), 0.8) 0, rgba(var(--color5), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: calc(var(--circle-size) * 2);
  height: calc(var(--circle-size) * 2);
  top: calc(50% - var(--circle-size));
  left: calc(50% - var(--circle-size));
  transform-origin: calc(50% - 800px) calc(50% + 200px);
  -webkit-animation: moveInCircle 20s ease infinite;
          animation: moveInCircle 20s ease infinite;
  opacity: 1;
}
.gradient-bg .interactive {
  position: absolute;
  background: radial-gradient(circle at center, rgba(var(--color-interactive), 0.8) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
  mix-blend-mode: var(--blending);
  width: 100%;
  height: 100%;
  top: -50%;
  left: -50%;
  opacity: 0.7;
}

/*About*/
.sec-about {
background: #0D105A;
  color: #fff;
  overflow-y: auto;
  height:100vh;
}

.sec-about .content {
  height: 55%;
  text-align: center;
  top:-300px;

}



.imgheader{
  width:100%;
  height:400px;
  background-image: url("images/lecture.jpeg");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
border-radius: 15px;

box-shadow:  23px 23px 54px #060624,
             -23px -23px 54px #161a90;
}

.imgcontact{
  border-radius: 15px;
  width:100%;
  height:400px;
  background-image: url("images/fader.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
box-shadow:  23px 23px 54px #060624,
             -23px -23px 54px #161a90;
}

.content iframe{

  min-width:300px;
  min-height: 280px;
  width:100%;
  margin-top:50px;
  margin-bottom: 50px;
box-shadow:  23px 23px 54px #060624,
             -23px -23px 54px #161a90;
}



/*news*/
.sec-news {
  background: #0D105A;
  color: #fff;
  height: 100vh;
  overflow-y: auto;
}

.sec-news .content {
  height: 55%;
  text-align: center;
}





sec{
  position: relative;
  width: 100%;
  height: 60vh;
  font-size:1.2em;
  top:-150px;
  background: linear-gradient(225deg, #0f1160, #0d0e51);
box-shadow:  -25px 25px 50px #07082c,
             25px -25px 50px #151888
             

}
sec:nth-child(1) {
 
  background: transparent;
}
sec:nth-child(2) {
  /* background: rgb(48, 46, 56); */
 
  display: flex;
  align-items:center;
  align-content:flex-start;
  justify-content:flex-start;
  
}

sec:nth-child(2) ul{
  width:80%;
  text-align: left;
  overflow-y: auto;
}
sec:nth-child(n) p {
  width: 60%;
  font-size:1.2em;
  line-height: 1.2em;
}
sec:nth-child(3) {
 
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width:100%;
height:80vh;

}
sec:nth-child(4) {
  /* background: rgb(48, 46, 56); */

  display: flex;
  align-items:center;
  align-content:flex-start;
  justify-content:flex-start;
  
}

sec:nth-child(4) ul{
  width:80%;
  text-align: left;
  overflow-y: auto;
}

sec:nth-child(5) {

  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width:100%;


}



#iframe{

  display:flex;
  flex-direction: column;
  z-index:1000;

}

.page-content {
  display: grid;
  width:200vw;
  margin: 0 auto;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 500px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
    margin-top:500px;
    padding-bottom:200px;
  }

  



}
@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(3, 1fr);
    margin-top:300px;
    padding-bottom:200px;
  }
}


@media (max-width: 600px) {
  .page-content {
    grid-template-columns: repeat(1, 1fr);
    margin-top:900px;
    padding-bottom:200px;
  }
}

.card {

  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  border:rgb(97, 81, 81) solid 1px;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .card {
    height: 350px;
  }
}
.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: center;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;

}
.card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}



.page-content .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
  margin-left:0;
 
}
.page-content .content > * + * {
  margin-top: 1rem;
}

.page-content .title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.1;

}

.page-content .copy {
  font-family: "Open Sans", sans-serif;
  color: white;
}

.page-content .btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: #3a4c85 solid 1px;
}
.page-content .btn:hover {
  background-color: #0d0d0d;
}
.page-content .btn:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}

.page-content{
  margin-top:140px;
}


/*Research*/
.sec-research {
  background: #0D105A;
  color: #fff;
}

.sec-research .content {
  height: 55%;
  text-align: center;
}

/*Archive*/
.sec-archive {
  background: #0D105A;
  color: #fff;
  height:100vh;
  overflow-y: auto;
}

.sec-archive h1{
  width: 100vw;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  color: azure;
}

.sec-archive h3{
  width: 100vw;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  color: azure;
}

.sec-archive .content {
  height: 55%;
  text-align: center;
}

.btn {
  background: --english-violet;
  background: linear-gradient(0deg, rgba(96,9,240,1) 0%, rgba(129,5,240,1) 100%);
  border: none;
  
  padding: 10px;
  color: var(--tiffany-blue);
  
  
}
.btn:before {
  height: 0%;
  width: 2px;
}
.btn:hover {
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .5), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
    color: azure;
}



.masonry { /* Masonry container */
  -webkit-column-count: 4;
-moz-column-count:4;
column-count: 4;
-webkit-column-gap: 1em;
-moz-column-gap: 1em;
column-gap: 1em;
 margin: 1.5em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em;
  color: white;
}

@media screen and (max-width: 992px) {
  .masonry { 
    -webkit-column-count: 2;
    -moz-column-count:2;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
     margin: 1.5em;
      padding: 0;
      -moz-column-gap: 1.5em;
      -webkit-column-gap: 1.5em;
      column-gap: 1.5em;
      font-size: .85em;
color: white;
  }
}


@media screen and (max-width: 600px) {
  .masonry { 
    -webkit-column-count: 1;
    -moz-column-count:1;
    column-count: 1;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
     margin: 1.5em;
      padding: 0;
      -moz-column-gap: 1.5em;
      -webkit-column-gap: 1.5em;
      column-gap: 1.5em;
      font-size: .85em;
color: white;
  }
}


.item {
  display: inline-block;
  /* background-color: azure; */
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
-webkit-transition:1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* box-shadow: 2px 2px 4px 0 #ccc; */
 text-align: center;
  color:var(--eggplant);
  min-width:200px;

border-radius: 15px;
background: #0E105A;
box-shadow:  23px 23px 54px #060624,
             -23px -23px 54px #161a90;
color: white;
  
}

.title {
  color: white;
}
.item img{max-width:100%;}

/*Portfolio*/
.sec-portfolio {
  background: #0D105A;
  color: #fff;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: 30px;
  height: 100%;
  align-items:center;

}

#stwork{

margin-top: 100px;
margin-bottom: 100px;
}

part{
  max-width: 90%;
  display: flex;
  flex-direction: row;
    justify-content:center;
      align-content:center;
      flex-wrap: wrap;

}
.sec-portfolio .col-big {
  float: left;
  position: relative;
  width: 25%;
  height: 20vw;
}

.sec-portfolio img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  transition: all 0.5s ease;
}
.sec-portfolio img:hover {
  opacity: 1;
}

/*Contact*/
.sec-contact {
background: #0D105A;
  color: #fff;
}

.soc-media {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  align-self: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.soc-media li {
  float: left;
}

.soc-media li:not(:first-child) a {
  margin-left: 0.75em;
}

.soc-media a {
  display: block;
  color: #aaa;
  font-size: 3em;
  text-decoration: none;
  transition: color 0.5s ease;
}
.soc-media a:hover {
  color: #333;
}
.soc-media a:active {
  color: #666;
}


/*hamburger*/
.research-bit{
  flex-direction: column;

}


/*Card portfolio*/

.cardy {
  float: left;
  padding: 0 1.7rem;
  width: 400px;
    color: black;
    margin-top: 40px;
}
.cardy .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cardy .menu-content::before, .card .menu-content::after {
  content: "";
  display: table;
}
.cardy .menu-content::after {
  clear: both;
}
.cardy .menu-content li {
  display: inline-block;
}
.cardy .menu-content a {
  color: black;
}
.cardy .menu-content span {
    color: black;
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  transform: translate(-50%, 0);
}
.cardy .wrapper {
  background-color: #fff;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
.cardy .wrapper:hover .data {
  transform: translateY(0);
}
.cardy .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(70px + 1em));
  transition: transform 0.3s;
    color: black;
}

.cardy .wrapper #moredata{
    transform: translateY(calc(210px + 1em));
}


.cardy .wrapper:hover #moredata{
    transform: translateY(0px);
}



 #moredata .content{
  height: 300px;
  background-color: #fff;

}
.cardy .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.cardy .author {
  font-size: 12px;
}
.cardy .title {
  margin-top: 10px;
  font-size: 1em;
}
.cardy .text {
  height: 70px;
  margin: 0;
  font-size: 0.8em;
    color: black;

}
.cardy input[type=checkbox] {
  display: none;
}
.cardy input[type=checkbox]:checked + .menu-content {
  transform: translateY(-160px);
}

.example-1 .wrapper {
  background: url("") 20% 1%/cover no-repeat;
}


.example-1 .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5D2B79;
  color: #fff;
  padding: 0.8em;
}
.example-1 .date span {
  display: block;
  text-align: center;
}
.example-1 .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.example-1 .date .month {
  text-transform: uppercase;
}
.example-1 .date .month,
.example-1 .date .year {
  font-size: 12px;
}
.example-1 .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.example-1 .title a {
  color: gray;

}
.example-1 .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.example-1 .menu-button span {
  width: 5px;
  height: 5px;
  background-color: gray;
  color: gray;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.example-1 .menu-button span::after, .example-1 .menu-button span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.example-1 .menu-button span::before {
  left: -10px;
}
.example-1 .menu-button span::after {
  right: -10px;
}
.example-1 .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: transform 0.3s;
  transform: translateY(0);
}
.example-1 .menu-content li {
  width: 33.333333%;
  float: left;
  background-color: #5D2B79;
  height: 60px;
  position: relative;
  color: white;
}
.example-1 .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.example-1 .menu-content span {
  top: -10px;
}



@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
* {
  box-sizing: border-box;
}

body {
 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;
  font-family: "Open Sans", sans-serif;
}

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

h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.navy{
    transition: all 0.5s ease;
position:absolute;
width:400px;
z-index: -0;
margin-left: 95%;
}

.navy .gradients-container {
  width: 100px;
  height: 100%;
}


@media (max-width: 1000px) {
nav{
  display: none;
}

.navy{

  display: none;
}

section{
  width:100%;
 
  opacity: 1;

   
}

#sec-about{
  margin-top: 100vh;
}
#sec-news{
  margin-top: 200vh;
}
#sec-portfolio{
  margin-top: 300vh;
}
#sec-archive{
  margin-top: 400vh;
}
#sec-contact{
  margin-top: 500vh;
}

html,body{
  overflow: auto;
}

.content{width:95%}
}