
/* body {
  -ms-user-select:none;
  -moz-user-select:none;
  -webkit-user-select:none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
   user-select:none;
} */



a {
  color: inherit;
}

h1 {
  height: 100%;
  position: absolute;
}

button {
    background: transparent;
    border: 0;
    position: relative;
  }
  
  button span {
    mix-blend-mode: lighten;
  }
  
  button:hover::before {
    background-color: #ff9694;
    width: 100%;
  }
  
  
  .margin_body {
    margin: 0px;
  padding: 0px;
  height: 100vh;
    font-family: 'Baloo Tamma 2', cursive;  
    background-color: #0c0a0f;
    
  }
  
  .main_nav {
      width: 100%;
      background-color: black;
      position: absolute;
      height: 15%;
      margin-left: 0%;
      margin-top: 0%;
      margin-bottom: 0%;
      border: 0;
  }
  
  .home_button {
      background-color: #ffd4d3;
      position: absolute;
      width: 6%;
      height: 12%;
      display: block;
      border: none;
      margin-top: 1%;
      margin-left: 2%;
      padding: 0%;
  }

  .home_button::before {
      transition: all 0.3s ease;
      position: absolute;
      content: '';
      background: transparent;
      top: 0;
      left: 0;
      width: 0%;
      height: 0%;
  }

  .home_button:hover {
      background-color: transparent;
  }

  .home_button2 {
    background-color: transparent;
    position: absolute;
    width: 8%;
    height: 80px;
    display: block;
    border: none;
    top: 2;
    left: 10;
    padding: 0%;
}

.home_button2::before {
    transition: all 0.3s ease;
    position: absolute;
    content: '';
    background: transparent;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
}

.home_button2:hover {
    background-color: #ffd4d3;
}

  .project_button {
      background-color: transparent;
      position: absolute;
      text-align: center;
      font-size: 100%;
      width: 10%;
      height: 60px;
      display: block;
      border: none;
      margin-top: 1%;
      margin-left: 52.5%;
      padding: 0%;
  }
  
  .project_button::before {
    transition: all 0.5s cubic-bezier(0.7, -0.5, 0.2, 2);
    content: '';
    width: 1%;
    height: 100%;
    background: #d48a89;
    position: absolute;
    top: 0;
    left: 0;
    
  }
  
  .project_about {
      background-color: transparent;
      position: absolute;
      text-align: center;
      font-size: 100%;
      width: 10%;
      height: 60px;
      display: block;
      border: none;
      margin-top: 1%;
      margin-left: 67.5%;
      padding: 0%;
  }
  
  .project_about::before {
    transition: all 0.5s cubic-bezier(0.7, -0.5, 0.2, 2);
    content: '';
    width: 1%;
    height: 100%;
    background: #d48a89;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .project_contact {
      background-color: transparent;
      position: absolute;
      text-align: center;
      font-size: 100%;
      width: 10%;
      height: 60px;
      display: block;
      border: none;
      margin-top: 1%;
      margin-left: 82.5%;
      padding: 0%;
  }
  
  .project_contact::before {
    transition: all 0.5s cubic-bezier(0.7, -0.5, 0.2, 2);
    content: '';
    width: 1%;
    height: 100%;
    background: #d48a89;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .lightmode {
    background-color: transparent;
    position: absolute;
    text-align: center;
    font-size: 100%;
    width: 10%;
    height: 10%;
    display: block;
    border: none;
    margin-top: 1%;
    margin-left: 88%;
    padding: 0%; 
}

  .button_text {
    color: white;
    text-decoration: none;
    padding: 5%;
    font-size: 125%;
    font-family: 'Baloo Tamma 2', cursive;
  }

.fullNameArea {
    margin-top: 7%;
    margin-left: 7%;
    height: 20%;
    position: absolute;
}

.fullNameHolder {
    position: relative;
    display: flex;
    color: white;
    margin-top: 0%;
}

.fullNameLetter {
    position: relative;
    margin-right: 1%;
    bottom: 0;
    cursor: default;
    margin-top: 0%;
    font-family: "Baloo Tamma 2",cursive;
    font-size: 350%;
}

.nameFont {
    font-family: "Baloo Tamma 2",cursive;
}

.fullNameLetter::before {
    content: '';
    width: 0%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.fullNameLetter:hover::before {
    background-color: #0c0a0f;
    width: 100%;
}

p {
    margin-top: 0%;
    margin-bottom: 0%;
}

/* @keyframes slideInLeft {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }
*/

body {
    animation: 1s ease-out 0s 1 slideInLeft;
    font-family: "Baloo Tamma 2",cursive;
    background-color: #0c0a0f;
}

.webdevArea {
    margin-top: 25%;
    margin-left: 6%;
    height: 20%;
    position: absolute;
}

.webdevHolder {
    position: relative;
    font-size: 130%;
    display: flex;
    color: white;
    font-family: "Baloo Tamma 2",cursive;
    margin-top: 0%;
}

.webdevWord {
    position: relative;
    bottom: 0;
    cursor: default;
    margin-top: 0%;
}

.webdevWord:hover {
    width: 100%;
    transform: scale(2);
    transform-origin: left;
}



.photo1Area {
  margin-top: 10%;
  margin-left: 20%;
  position: absolute;
  height: 40%;
  width: 20%;
  overflow: hidden;
}

.photo2Area {
  margin-top: 10%;
  margin-right: 20%;
  right: 0;
  position: absolute;
  height: 40%;
  width: 20%;
  overflow: hidden;
}

.photo3Area {
  margin-top: 30%;
  margin-left: 20%;
  position: absolute;
  height: 40%;
  width: 20%;
  overflow: hidden;
}

.photo4Area {
  margin-top: 30%;
  margin-right: 20%;
  right: 0;
  position: absolute;
  height: 40%;
  width: 20%;
  overflow: hidden;
}

.photo5Area {
  margin-top: 50%;
  margin-left: 20%;
  position: absolute;
  height: 40%;
  width: 20%;
  overflow: hidden;
}

.photo6Area {
  margin-top: 50%;
  margin-right: 20%;
  right: 0;
  position: absolute;
  height: 40%;
  width: 20%;
  overflow: hidden;
}

  .box1 {
    color: black;
    text-decoration: none;
    font-size: 200%;
    margin-top: 0%;
    margin-left: 0%;
    position: relative;
    padding-top: 0%;
    padding-bottom: 100%;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #0c0a0f 50%, white 50%);
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
    overflow: hidden;
    max-width: 100%;
    min-width: 100%;
    white-space: nowrap;
    max-height: 100%;
    min-height: 100%;
}

.box2 {
    color: #0c0a0f;
    text-decoration: none;
    font-size: 200%;
    margin-top: 0%;
    margin-left: 0%;
    position: absolute;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    z-index: 1;
    top: 60%;
    display: inline-block;
    cursor: default;
}

.box3 {
  color: #0c0a0f;
  text-decoration: none;
  font-size: 200%;
  margin-top: 0%;
  margin-left: 0%;
  position: absolute;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
  z-index: 1;
  top: 60%;
  display: inline-block;
  cursor: default;
}

.box1:hover {
    background-position: 0 -100%;
    color: black;
    content: '';
    overflow: hidden;
    max-width: 100%;
    min-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    max-height: 100%;
    min-height: 100%;
}

.projectphoto1 {
    height: 100%;
    width: 100%;
    position: relative;
    margin-top: 0%;
    margin-left: 0%;
    background-color: black;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #0c0a0f 50%, white 50%);
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 0.5s;
    z-index: 0;
}

.projectphoto1:hover {
    background-color: gray;
    background-position: 0 -100%;
}

.projectphoto2 {
  height: 100%;
  width: 100%;
  position: relative;
  margin-top: 0%;
  margin-right: 0%;
  background-color: black;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #0c0a0f 50%, white 50%);
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 0.5s;
  z-index: 0;
}

.projectphoto2:hover {
  background-color: gray;
  background-position: 0 -100%;
}

.projectphoto3 {
  height: 100%;
  width: 100%;
  position: relative;
  margin-top: 0%;
  margin-right: 0%;
  background-color: black;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #0c0a0f 50%, white 50%);
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 0.5s;
  z-index: 0;
}

.projectphoto3:hover {
  background-color: gray;
  background-position: 0 -100%;
}

.projectphoto4 {
  height: 100%;
  width: 100%;
  position: relative;
  margin-top: 0%;
  margin-right: 0%;
  background-color: black;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #0c0a0f 50%, white 50%);
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 0.5s;
  z-index: 0;
}

.projectphoto4:hover {
  background-color: gray;
  background-position: 0 -100%;
}

.projectphoto5 {
  height: 100%;
  width: 100%;
  position: relative;
  margin-top: 0%;
  margin-right: 0%;
  background-color: black;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #0c0a0f 50%, white 50%);
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 0.5s;
  z-index: 0;
}

.projectphoto5:hover {
  background-color: gray;
  background-position: 0 -100%;
}

.projectphoto6 {
  height: 100%;
  width: 100%;
  position: relative;
  margin-top: 0%;
  margin-right: 0%;
  background-color: black;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #0c0a0f 50%, white 50%);
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 0.5s;
  z-index: 0;
}

.projectphoto6:hover {
  background-color: gray;
  background-position: 0 -100%;
}

.skillsBox {
  position: absolute;
  margin-top: 10%;
  margin-left: 0%;
  height: 10%;
  width: 100%;
  cursor: default;
}

.skillsBox2 {
  position: absolute;
  margin-top: 10%;
  margin-left: 0%;
  height: 10%;
  width: 100%;
  cursor: default;
}

.skillsHeader {
  text-align: center;
  color: white;
  position: relative;
}

.skillsHeader2 {
  text-align: center;
  color: white;
  position: relative;
}

.skillsLeft {
  text-align: left;
  margin-left: 42%;
  color: aqua;
  position: relative;
}

.skillsRight {
  text-align: right;
  margin-right: 42%;
  color: aqua;
  position: relative;
}

.bottom_header_text {
	font-family: 'Baloo Tamma 2', cursive;
  font-weight: bold;
  font-style: normal;
  font-size: 150%;
	margin-left: 10%;
	top: 50px;
	position: relative;
	color: #0c0a0f;
}

.bottom_header_bottom_text {
	font-family: 'Baloo Tamma 2', cursive;
  font-weight: 100;
  font-style: normal;
  font-size: 100%;
	margin-left: 10%;
	top: 80px;
	position: relative;
	color: #0c0a0f;
}

h3 {
  font-family: 'Baloo Tamma 2', cursive;
  font-weight: 100;
  font-style: normal;
  font-size: 100%;
	margin-bottom: 0%;
	
	width: 100%;
	height: 300px;
	margin-left: 0%;
	background-color: #ff9694;
  color: #ffffff;
  position: relative;
  bottom: 0;
  
}

/* h3 {
  font-family: 'Baloo Tamma 2', cursive;
  font-weight: 100;
  font-style: normal;
  font-size: 100%;
	margin-bottom: 0%;
  margin-top: 100%;
	width: 100%;
	height: 300px;
	margin-left: 0%;
	background-color: #d48a89;
  color: #ffffff;
  bottom: 0;
  top: 100;
  position: absolute;
} */

#body-wrapper {
  top: 15%;
  left: 25%;
  position: absolute;
}

.frontpage {
  max-width: 100%;
  max-height: 20%; 
}

.sticky {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
}

.topmenu {
  background-color: #0f0d13; 
  height: 85px;
}

.area1 {
  margin-top: 10%;
  width: 15%;
  height: 280px;
  border: 2px solid #ff9694;
  border-radius: 6px;
  text-align: center;
  padding: 0;
  margin-bottom: 2em;
  margin-left: 20%;
  margin-right: auto;
  float: left;
  overflow: hidden;
}

.area2 {
  margin-top: 10%;
  width: 15%;
  height: 280px;
  border: 2px solid #ff9694;
  border-radius: 6px;
  text-align: center;
  padding: 0;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: 20%;
  float: right;
  overflow: hidden;
}

.area1image {
  height: 60%; 
  width: 60%; 
  margin-top: 10%;
}

.area2image {
  height: 60%; 
  width: 60%; 
  margin-top: 10%;
}

.area1image:hover {
  background-color: #ffd4d3;
}

.area2image:hover {
  background-color: #ffd4d3;
}

.text {
  font-family: 'Baloo Tamma 2', cursive; 
  color: white;
}

.container {
  padding: 2em 0em 0em 0em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 450px;
}

.container2 {
  padding: 2em 0em 0em 0em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 650px;
}

.Alphabet {
  font-family: 'Baloo Tamma 2', cursive;
  color: white;
  font-size: 400%;
  overflow: hidden;
  text-align: center;
  height: 30px;
}

.sidephoto {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  width: 200px;
  left: 0px;
}

.sidetext {
  position: relative;
  /*width: 400px; */
  margin-left: auto;
  margin-right: auto;
  font-family: 'Baloo Tamma 2', cursive;
  color: white;
  font-size: 200%;
  overflow: hidden;
  /* border: 2px solid #ff9694;
  border-radius: 6px; */
  height: 150px;
  text-align: center;
  margin-top: 30px;
  line-height: 30px;
  text-decoration: none;
}

.fishcontainer {
  position: relative;
  height: 13300px;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  background-color: #0f0d13;
  overflow: hidden;
}

.alphabetA {
  position: relative;
  top: 30px;
  width: 60%;
  height: 30px;
  background-color: #ff9694;
  margin-left: auto;
  margin-right: auto;
}

.AlphabetS {
  position: relative;
  top: 30px;
  width: 60%;
  height: 20px;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-size: 450%;
  margin-bottom: 65px;
  cursor: default;
}

.alphabetB {
  position: relative;
  top: 30px;
  width: 100%;
  height: 70px;
  background-color: #ff9694;
  margin-left: auto;
  margin-right: auto;
}

.arowanacontainer {
  position: relative;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  background-color: #0f0d13;
  overflow: hidden;
  padding: 1em;
  padding-top: 2em;
  /*height: 2000px;*/
}

.toptitle {
  font-size: 300%;
  color: white;
  text-align: center;
  padding: 0em;
}

/* Must be 2048 x 1360 */
.topimage {
  max-width: 50%;
  max-height: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph {
  font-size: 130%;
  color: white;
  text-align: left;
  padding-bottom: 3em;
}

/* 200 pixels by 100 pixels. I like 200 long max. */
.firstimage {
  max-width: 50%;
  max-height: 50%;
  position: relative;
  float: left;
  padding: 0 5px 5px 0;
}

/* 200 pixels by 100 pixels. I like 200 long max. */
.secondimage {
  max-width: 50%;
  max-height: 50%;
  position: relative;
  float: right;
  padding: 0 0 5px 5px;
}

.guides_height {
  position:relative;
  top: 2000px;
}

.articlescontainer {
  position: relative;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  overflow: hidden;
  padding: 1em;
  padding-top: 5em;
}

.articlepage {
  font-size: 230%;
  color: white;
  text-align: left;
  padding-bottom: 0.5em;
}

.articleteaser {
  font-size: 100%;
  color: white;
  text-align: left;
  padding-bottom: 3em;
}