@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url("https://fonts.googleapis.com/css?family=Anton");

.rainbow {
  text-shadow: 1px 1px 2px #000000;
  /* Chrome, Safari, Opera */
  -webkit-animation: rainbow 5s infinite;
  /* Internet Explorer */
  -ms-animation: rainbow 5s infinite;
  /* Standar Syntax */
  animation: rainbow 5s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes rainbow {
  0% {
    color: orange;
  }
  10% {
    color: purple;
  }
  20% {
    color: red;
  }
  30% {
    color: CadetBlue;
  }
  40% {
    color: yellow;
  }
  50% {
    color: coral;
  }
  60% {
    color: green;
  }
  70% {
    color: cyan;
  }
  80% {
    color: DeepPink;
  }
  90% {
    color: DodgerBlue;
  }
  100% {
    color: orange;
  }
}

/* Internet Explorer */
@-ms-keyframes rainbow {
  0% {
    color: orange;
  }
  10% {
    color: purple;
  }
  20% {
    color: red;
  }
  30% {
    color: CadetBlue;
  }
  40% {
    color: yellow;
  }
  50% {
    color: coral;
  }
  60% {
    color: green;
  }
  70% {
    color: cyan;
  }
  80% {
    color: DeepPink;
  }
  90% {
    color: DodgerBlue;
  }
  100% {
    color: orange;
  }
}

/* Standar Syntax */
@keyframes rainbow {
  0% {
    color: orange;
  }
  10% {
    color: purple;
  }
  20% {
    color: red;
  }
  30% {
    color: CadetBlue;
  }
  40% {
    color: yellow;
  }
  50% {
    color: coral;
  }
  60% {
    color: green;
  }
  70% {
    color: cyan;
  }
  80% {
    color: DeepPink;
  }
  90% {
    color: DodgerBlue;
  }
  100% {
    color: orange;
  }
}

.background-hack {
  z-index: -2;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#randomimg2 {
  z-index: -2;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

img.preload {
  display: none;
}

a:link {
  color: black;
  text-decoration: none;
}
a:visited {
  color: black;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: underline;
  cursor: url("../img/icons/cursor_2.cur") 25 0,
    url("/img/icons/cursor_2.cur") 25 0, n-resize;
  cursor: url("/img/icons/cursor_2.cur") 25 0, n-resize\9; /* IE 8 and below */
  *cursor: url("/img/icons/cursor_2.cur") 25 0, n-resize; /* IE 7 and below */
  _cursor: url("/img/icons/cursor_2.cur") 25 0, n-resize; /* IE 6 */
}

.blk:link {
  color: black;
  text-decoration: none;
}
.blk:visited {
  color: black;
  text-decoration: none;
}
.blk:active {
  color: black;
  text-decoration: none;
}
.blk:hover {
  color: lawngreen;
  cursor: url("../img/icons/cursor_2.cur") 25 0,
    url("/img/icons/cursor_2.cur") 25 0, n-resize;
  cursor: url("/img/icons/cursor_2.cur") 25 0, n-resize\9; /* IE 8 and below */
  *cursor: url("/img/icons/cursor_2.cur") 25 0, n-resize; /* IE 7 and below */
  _cursor: url("/img/icons/cursor_2.cur") 25 0, n-resize; /* IE 6 */
}

body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,
    "Microsoft YaHei", "Source Sans Pro";
  margin: 0px;
  color: black;
  font-size: 100%;
  width: 100%;

  cursor: url("../img/icons/cursor_1.cur") 0 0,
    url("/img/icons/cursor_1.cur") 0 0, n-resize;
  cursor: url("/img/icons/cursor_1.cur") 0 0, n-resize\9; /* IE 8 and below */
  *cursor: url("/img/icons/cursor_1.cur") 0 0, n-resize; /* IE 7 and below */
  _cursor: url("/img/icons/cursor_1.cur") 0 0, n-resize; /* IE 6 */
}

h1 {
  border: solid 0px red;
  font-weight: 200;
  font-size: 5em;
  line-height: 1em;
  margin: 0;
}

h2 {
  border: solid 0px blue;
  font-weight: 200;
  font-size: 2em;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

#popcontainer {
  border: solid 0px purple;
  height: 6em;
  margin-top: 1%;
  margin-bottom: 10%;
}
#popcontainer > div {
  border: solid 0px green;
  display: inline-block;
  vertical-align: top;
  width: 7.5%;
  color: aqua;
  font-weight: 200;
  font-size: 5em;
  line-height: 1em;
  text-align: center;
}

.button {
  background-color: white;
  border: none;
  color: none;
  padding: 0;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
}

.headline1 {
  background-color: white;

  border: none;
  color: none;
  padding: 0;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  font-size: 1em;
}

.headline2 {
  background-color: white;

  border: none;
  color: none;
  padding: 0;
  font-weight: 00;
  text-align: left;
  display: inline-block;
  font-size: 1em;
}

.headline3 {
  background-color: Black;
  color: white;
  border: none;
  color: none;
  padding: 0;
  font-weight: 400;
  text-align: left;
  text-decoration: line-through;
  display: inline-block;
  font-size: 1em;
}

.headline4 {
  background-color: Black;
  color: white;
  border: none;
  color: none;
  padding: 0;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  font-size: 1em;
}

.button:hover {
  color: black;
  background-color: white;
  text-decoration: none;
  font-size: 3em;
  cursor: url("../img/icons/cursor_2.cur") 25 0,
    url("/img/icons/cursor_2.cur") 25 0, n-resize;
  cursor: url("/img/icons/cursor_2.cur") 25 0, n-resize\9; /* IE 8 and below */
  *cursor: url("/img/icons/cursor_2.cur") 25 0, n-resize; /* IE 7 and below */
  _cursor: url("/img/icons/cursor_2.cur") 25 0, n-resize; /* IE 6 */
}

p {
  border: solid 0px black;
  font-size: 1em;
  line-height: 1em;
  margin-top: 0px;
  margin-bottom: 0px;
}

/*Style for draggable DIVs;*/

/*
.ui-widget-content{	
	border: solid 1px purple;
    display:block;
  
    postion:absolute;
    background-color: transparent;
    text-align: center;

}

*/

#pagepop-1 {
  border-top: solid 1px white;
  border-left: solid 1px white;
  background-color: aquamarine;
  color: aquamarine;
  width: 30px;
  height: 30px;
  opacity: 1;
  position: fixed;
  font-size: 0.9em;
  overflow: hidden;
  box-shadow: 2px 2px 0px black;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#pagepop-2 {
  border-top: solid 1px white;
  border-left: solid 1px white;
  background-color: #fffa93;
  color: #fffa93;
  width: 30px;
  height: 30px;
  opacity: 1;
  position: fixed;
  font-size: 0.9em;
  overflow: hidden;
  box-shadow: 2px 2px 0px black;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pph {
  border: solid 0px black;
  padding-left: 10px;
  background-color: transparent;
  display: inline-block;
  height: 30px;
  width: 30px;
}

.pph-close {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 0px green;
  background-color: trans;
  height: 30px;
  width: 30px;
}

.pph-close:hover {
  cursor: url("../img/icons/cursor_2.cur") 25 0,
    url("/img/icons/cursor_2.cur") 25 0, n-resize;
  cursor: url("/img/icons/cursor_2.cur") 25 0, n-resize\9; /* IE 8 and below */
  *cursor: url("/img/icons/cursor_2.cur") 25 0, n-resize; /* IE 7 and below */
  _cursor: url("/img/icons/cursor_2.cur") 25 0, n-resize; /* IE 6 */
}

.pph-txt {
  line-height: 30px;
  vertical-align: middle;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ppc {
  background-color: transparent;
  padding: 10px;
}

.ppp {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.drag {
  opacity: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 0;
}

.drag-header-container {
  border: solid 0px black;
  display: flex;
  padding-top: 1%;
  padding-bottom: 1%;
}
.drag-header {
  border: solid 0px black;
  width: 95%;
  display: inline-block;
  justify-content: space-between;
  height: 15%;
  padding: 0;
  text-align: left;
  font-size: 1.2em;
}
.drag-button {
  border: solid 0px black;
  width: 40px;
  display: inline-block;
  background: url("/img/icons/closeicon.png") no-repeat;
  text-align: right;
  background-size: contain;
  background-position: right;
}
.drag-button:hover {
  cursor: url("../img/icons/cursor_2.cur") 25 0,
    url("/img/icons/cursor_2.cur") 25 0, n-resize;
  cursor: url("/img/icons/cursor_2.cur") 25 0, n-resize\9; /* IE 8 and below */
  *cursor: url("/img/icons/cursor_2.cur") 25 0, n-resize; /* IE 7 and below */
  _cursor: url("/img/icons/cursor_2.cur") 25 0, n-resize; /* IE 6 */
}

.drag_img {
  border: solid 0px black;
  box-shadow: 3px 3px 6px #444444;
}

#murmur-drag-1 {
  width: 15%;
}

#murmur-drag-2 {
  width: 15%;
}

#murmur-drag-3 {
  width: 12%;
}

#murmur-drag-4 {
  width: 12%;
}

#murmur-drag-5 {
  width: 12%;
}

#canopy-drag-1 {
  width: 18%;
}
#canopy-drag-2 {
  width: 11%;
}
#canopy-drag-3 {
  width: 13%;
}
#clip-drag-1 {
  width: 10%;
}
#clip-drag-2 {
  width: 10%;
}
#clip-drag-3 {
  width: 15%;
}
#balancing-drag-1 {
  width: 13%;
}
#balancing-drag-2 {
  width: 10%;
}
#balancing-drag-3 {
  width: 12%;
}
#psa-drag-1 {
  width: 18%;
}
#psa-drag-2 {
  width: 20%;
}
#psa-drag-3 {
  width: 20%;
}
#psa-drag-4 {
  width: 18%;
}
#psa-drag-5 {
  width: 16%;
}
#thesisshow-drag-1 {
  width: 15%;
}
#autonomouscommunity-drag-1 {
  width: 13%;
}
#psachair-drag-1 {
  width: 12%;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: aqua;
}

/*Bottom Right Corner;*/
.bottomright {
  display: none;
  opacity: 0;
  border: solid 0px black;
  position: fixed;
  width: 400px;
  height: 300px;
  right: 0;
  bottom: 0;
  background-color: black;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.projecttext {
  border: solid 0px red;
  padding: 0;
  padding-right: 5px;
  color: white;
  margin: 10px;
  height: 280px;
  font-size: 1em;
  line-height: 1.2em;
  overflow: auto;
}

/*Upper Right Corner;*/
.fixed-button {
  padding: 0;
  border: solid 0px black;
  background-color: transparent;
}

.fixed-button:hover {
  -ms-transform: rotate(1turn);
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  transition: all 0.8s;
}

.poptext {
  border: solid 0px black;
  vertical-align: middle;
  line-height: 50px;
  background: red;
  color: white;
  font-size: 50px;
  right: 50px;
}

#hideall {
  position: fixed;
  width: 50px;
  right: 0;
  top: 0;
}

#cv {
  position: fixed;
  width: 50px;
  right: 0;
  top: 50px;
}
#cvpop {
  display: none;
}
#cv:hover #cvpop {
  display: block;
  position: fixed;
  top: 50px;
  text-align: right;
}

#book {
  position: fixed;
  width: 50px;
  right: 0;
  top: 100px;
}
#bookpop {
  display: none;
}
#book:hover #bookpop {
  display: block;
  position: fixed;
  top: 100px;
  text-align: right;
}

#email {
  position: fixed;
  width: 50px;
  right: 0;
  top: 150px;
}
#emailpop {
  display: none;
}
#email:hover #emailpop {
  display: block;
  position: fixed;
  top: 150px;
  text-align: right;
}

#phone {
  position: fixed;
  width: 50px;
  right: 0;
  top: 200px;
}
#phonepop {
  display: none;
}
#phone:hover #phonepop {
  display: block;
  position: fixed;
  top: 200px;
  text-align: right;
}

#ig {
  position: fixed;
  width: 50px;
  right: 0;
  top: 250px;
}
#igpop {
  display: none;
}
#ig:hover #igpop {
  display: block;
  position: fixed;
  top: 250px;
  text-align: right;
}

/*Bottom Footer;*/
.footer {
  display: inline-block;
  border: solid 0px black;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 25%;
}

@media (min-width: 375px) and (max-width: 667px) {
  h1 {
    height: 45px;
    font-size: 3.5em;
    font-weight: 600;
    line-height: 0.8em;
  }
  h2 {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.2em;
    margin-top: 10px;
  }

  .noselect {
    width: 100%;
  }

  #popcontainer {
    margin-bottom: 0px;
  }
  #popcontainer > div {
    display: none;
  }

  .button {
    max-width: 85%;
    color: black;
    height: 1.2em;
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .button:hover {
    min-height: 2em;
    max-height: auto;
    font-size: 1em;
    font-weight: bold;
  }

  .bottomright {
    opacity: 0;
    border: solid 0px black;
    position: fixed;
    width: 100%;
    height: 180px;
    right: 0;
    bottom: 20px;
    background-color: black;
  }

  .projecttext {
    border: solid 0px red;
    background-color: transparent;
    padding: 0;
    padding-right: 5px;
    color: white;
    margin: 10px;
    height: 160px;
    font-size: 1em;
    line-height: 1.2em;
    overflow: auto;
  }

  .footer {
    background-color: black;
    height: 20px;
    font-size: 0.8em;
    text-align: center;
    display: inline-block;
    border: solid 0px black;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .drag-header-container {
    display: none;
  }

  #murmur-drag-1 {
    width: 35%;
  }
  #murmur-drag-2 {
    display: none;
  }
  #murmur-drag-3 {
    display: none;
  }
  #murmur-drag-4 {
    display: none;
  }
  #murmur-drag-5 {
    display: none;
  }

  p {
    font-size: 1em;
    line-height: 1em;
  }

  #work {
    font-size: 1.2em;
    line-height: 1em;
  }

  h3 {
    font-weight: 200;
  }
}
