@font-face {
  font-family: otto;
  src: url(fonts/bord-reg.otf);
}

@font-face {
  font-family: ottobold;
  src: url(fonts/bord-bold.otf);
}

* {
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  margin: 0;
  color: #ff00ff;
  font-family: otto;
  font-size: 18px;
}

.main {
  width: 45%;
  float:left;
  position: relative;
  margin-top: 64px;
  line-height: 1.1;
  margin-left: 14px;
  padding-bottom:100px;
}

.main-1 {

  margin-top: 64px;

  padding-bottom:100px;
}

.title-text{
  margin-top: 64px;
  margin-bottom: 64px;
  margin-left: 25% ;
  width: 50%;
  line-height: .9;
  font-size: 72px;
}
.title-link{
  display: block;
  /* margin-top: 64px; */
  /* margin-bottom: 64px; */
  margin-left: 10% ;
  width: 80%;
  line-height: .9;
  font-size: 72px;
}

.title-link:hover{
 color:grey;
}

.center-text{
  margin-top: 64px;
  margin-bottom: 64px;
  margin-left: 25% ;
  width: 50%;
  line-height: 1.4;
  color: rgb(82, 82, 82);
}

/* #egg {
  display: flex;
  justify-content: center;
} */

#sliders {
  position: relative;
}

.logo {
  top: 14px;
  left: 14px;
  /* background-color: red; */
float:left;  
font-family: ottobold;
/* mix-blend-mode:color-dodge; */

}

.bold {
  font-family: ottobold;
}

.center {
  left: 50%;
  transform: translate(-50%, 0px);
  text-align: center;
  position: fixed;
}

.right {
  right: 14px;
  position: fixed;
}

.links {
  margin: auto;
  top: 14px;
  left: 14px;
  position: fixed;
}

.links-right {
  margin: auto;
  top: 14px;
  right: 14px;
  position: fixed;
}

.small-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15%;
}

.big-image {
  width: 40%;
  margin-left: 30%;
}

.bigger-image {
  width: 70%;
  margin-left: 15%;
}

.full-image {
  width: 100%;
  height: 100vh;
 position:relative;
 object-fit: cover;
}

.link {
  display: block;
}


.content{
  margin-top:64px;
  padding-bottom: 64px;
}

.grid-box{
width: 32.2%;
height:50vh;
display: inline-block;
margin-left:1%;
background-color: red;
/* font-size: 0; */
margin-right: -4px;
margin-bottom: 20px;
border-radius: 8px;
vertical-align:top;

}

.grid-box-double{
  width: 62.2%;
  height:100vh;
  display: inline-block;
  margin-left:1%;
  background-color: red;
  /* font-size: 0; */
  margin-bottom: 20px;
  margin-right: -4px;
  border-radius: 8px;
  vertical-align:top;
  }

  .grid-box-double img{
    object-fit: cover;
    width: 100%;
    height:100vh;
    border-radius: 8px;
  }


  
.grid-box img{
  object-fit: cover;
  width: 100%;
  height:50vh;
  border-radius: 8px;
}

.grid-box-wide{
  width: 62.2%;
  height:60vh;
  display: inline-block;
  margin-left:1%;
  background-color: red;
  /* font-size: 0; */
  margin-right: -4px;
  margin-bottom: 20px;
  border-radius: 8px;
  vertical-align:top;
  }
.floatright{
  float: right;
  margin-right:15px;
}
  .grid-box-wide img{
    object-fit: cover;
    width: 100%;
    height:60vh;
    border-radius: 8px;
  }


.footer {
  position: fixed;
  padding: 14px;
  padding-top:3px;
  bottom: 0px;
  width: 100%;
  left: 0px;
  /* background-color: white;
  box-shadow: 0 0 10px 10px white; */

}

.footer-2 {
  position: relative;
  padding: 14px;
  padding-top:3px;
  /* bottom: 0px;
  width: 100%;
  left: 0px; */
  /* background-color: white;
  box-shadow: 0 0 10px 10px white; */

}

.header{
  position: fixed;
  padding: 14px;
  top: 0px;
  width: 100%;
  left: 0px;
  /* background-color: white; */
  /* 
  box-shadow: 0 0 10px 10px white; */
  z-index: 10000;
}


a {
  margin: 0;
  text-decoration: none;
  color: inherit;
}


a:hover{
  /* text-decoration: underline; */
  color: #ff00ff;
}

.logo:hover #dangleMe {
  animation: mymove1 1s infinite;
  animation-fill-mode: forwards;
  display: inline-block;
  transform-origin: 0% 75%;
  color: black;
  /* background-color: white; */
  /* box-shadow: 0 0 5px 5px white; */
}

#dangleMe2 {
  animation: mymove2 1s;
  animation: mymove2 1s infinite;
  animation-fill-mode: forwards;
  display: inline-block;
  transform-origin: 100% 50%;
   color: black;
}

.logo:hover  #fanMe {
  animation: spin 4s infinite;
  animation-fill-mode: forwards;
  display: inline-block;
  animation-timing-function: linear;
  transform-origin: 50% 50%;
   color: black;
}

#dangleMe:hover ~ #fanMe2 {
  animation: spin 4s infinite;
  animation-fill-mode: forwards;
  display: inline-block;
  
  transform-origin: 50% 50%;
}

@keyframes mymove {
  100% {
    transform: rotate(180deg);
  }
}

@keyframes mymove1 {
  0% {
    transform: rotate(80deg);
  }
  50% {
    transform: rotate(110deg);
  }
  100% {
    transform: rotate(80deg);
  }
}

@keyframes mymove2 {
  0% {
    transform: rotate(80deg);
  }
  50% {
    transform: rotate(110deg);
  }
  100% {
    transform: rotate(80deg);
  }
}

@keyframes spin {
  100% {
    transform: rotate(3240deg);
  }
}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #ff00ff;
}

::selection {
  color: white;
  background: #ff00ff;
}




.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wiggle {

  animation: wiggle .5s infinite;
  /* transform-origin: 50% 50%; */
}

.office-kitchen{
  span:hover:before {
  content: "Reply!"
}
}


.test {
  /* background:gray;
  width:200px;
  height:200px; */
  /* user-select: none; 
  position: absolute;
  width: 100%;
  height: 100%; */
  cursor:url(quill.svg), auto;
}

/* .wiggle:hover {
  animation: none;
} */

@keyframes wiggle {
  0% { transform: rotate(3deg); }
 20% { transform: rotate(-2deg); }
 40% { transform: rotate(5deg); }
 70% { transform: rotate(-5deg); }
100% { transform: rotate(3deg); }
}

/* .embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; overflow: hidden; 
  width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; right: 0; 
  width: 100%; 
  height: 100%; 
} */


/* This element defines the size the iframe will take.
   In this example we want to have a ratio of 25:14 */
.aspect-ratio {
  position: relative;
  float:right;
  width: 50%;
  height: 0;
  top:12px;
  padding-bottom: 60.25%; /* The height of the item will now be 56.25% of the width. */
  padding-right:0px;
}

/* Adjust the iframe so it's rendered in the outer-width and outer-height of it's parent */
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* Mobile */

@media only screen and (max-width: 600px) {

.main {
  width: 35%;
  position: relative;
  float:left;
  margin-top: 94px;
  margin-left: 14px;
}

.small-image {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}


.left{
  position: relative;
  display: block;
  text-align: left; 
}

.center {
position: relative;
display: block;
text-align: left; 
}

.right {
  position: relative;
  display: block;
  text-align: left; 
  left: 0px;
}



}


@media only screen and (max-width: 1000px) {

  .main {
    width: 85%;
  }
  
  
.small-image {

  width: 30%;
}

  
  }