/************************************** 
              Whole Site 
**************************************/

@import url('https://fonts.googleapis.com/css?family=Press+Start+2P|Sarpanch:700&display=swap');

html {
  background-color: black;
  overflow-x:hidden;
}

body {
  background-color: black;
  padding: 0;
  margin: 0;
  font-family: "Roboto Mono", monospace;

}

#profile {
  min-height: 100vh;
}

#whole-site {
  display:none;
}
/************************************** 
              Loading Screen 
**************************************/

#loader {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#load-text {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#loading {
  text-align: center; 
  font-size: 3rem;
}

#loading-date {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-date-text {
  display: inline-block;
  width: auto;
  margin: 0 0;
  font-size: 5rem;
}

#loader img {
  display: inline-block; 
  width: 20%; 
  margin: 0 0; 
  -webkit-transform:rotate(90deg); 
  -moz-transform: rotate(90deg); 
  -ms-transform: rotate(90deg); 
  -o-transform: rotate(90deg); 
  transform: rotate(90deg);
}

#myDiv {
  height: 100vh;
  display: flex;
  align-items: center;
  display: none;
}

#enter-button {
  text-align: center;
  font-size: 3rem;
  height: 20%;
  cursor: pointer;
  margin: 0 auto;
  white-space: nowrap;
}
/************************************** 
              Navigation 
**************************************/
#nav-main {
  background-color: black;
  color: #F3DD20;
  height: 40px;
  display: none;
}

#nav-main img {
  width: 50px;
  padding: 10px;
  margin-left: 20px;
}

#nav-main a {
  text-decoration: inherit;
  margin-right: 10px;
}

#nav-main a:hover {
  color: #f09467;
  margin-right: 10px;
}

.nav-links {
  float: right;
  margin-right: 10px;
  padding: 10px;
}

.nav-links a:hover{
  text-decoration: line-through;
}

#home-link {
  float: left;
  padding: 10px;
}

.active-navlink {
  color: #f09467;
}

/************************************** 
              Profile
**************************************/

#profile .grid__item {
  color: #F3DD20
}

#profile .grid__item--deco-1 {
  color: #22F7C5
}

#profile #name-headline {
  color: #f09467;
}

.slides__nav {
font-size: 2.5em;
}

.websites-link2 {
  font-size: 3rem;
}

/************************************** 
              Websites 
**************************************/

#websites {
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  background-color: #000;
  display: none;
  text-align: center;
}

.all {
  display: flex;
  
  -webkit-perspective-origin: center center;
          perspective-origin: center center;
  justify-content: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  margin-bottom: 50px;
}


.all:hover .text {
  opacity: 1;
}
.all:hover > div {
  opacity: 1;
  transition-delay: 0s;
}
.all:hover .explainer {
  opacity: 1;
}

.left, .center, .right, .lefter, .righter {
  font-family: 'Raleway', sans-serif;
  width: 8rem;
  height: 6rem;
  -webkit-transform-style: preserve-3d; 
          transform-style: preserve-3d;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0 0 20px 5px rgba(200, 200, 201, 0.4);
  transition: all .3s ease;
  transition-delay: 1s;
  position: relative;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #58d;
  cursor: pointer;
}

.center {
  border-radius: 50%;
}

.left:hover, .center:hover, .right:hover, .lefter:hover, .righter:hover {
  box-shadow: 0 0 30px 10px rgba(200, 200, 201, 0.6);
}

.text {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  transition: all .3s ease;
  bottom: -10px;
  left: 0;
  position: absolute;
  will-change: transform;
  color: #fff;
  text-shadow: 0 0 5px rgba(100, 100, 255, 0.6);
  font-size: .8rem;
}

#contact-link {
  color: #F3DD20;
  text-decoration: none;
}

#contact-link:hover {
  color: #f09467;
}

.lefter {
  -webkit-transform: translateX(-60px) translateZ(-50px) rotateY(-10deg);
          transform: translateX(-60px) translateZ(-50px) rotateY(-10deg);

}

.left {
  -webkit-transform: translateX(-30px) translateZ(-25px) rotateY(-5deg);
          transform: translateX(-30px) translateZ(-25px) rotateY(-5deg);
  background-image: url(../img/website-images/tiles/mrsporte.png);
  background-size: cover;
}

.center {
  opacity: 1;
  background-image: url(../img/website-images/tiles/resume.jpg);
  background-size: cover;
}

.right {
  -webkit-transform: translateX(30px) translateZ(-25px) rotateY(5deg);
          transform: translateX(30px) translateZ(-25px) rotateY(5deg);
  background-image: url(../img/website-images/tiles/rocmarci.jpg);
  background-size: cover;
}

.righter {
  -webkit-transform: translateX(60px) translateZ(-50px) rotateY(10deg);
          transform: translateX(60px) translateZ(-50px) rotateY(10deg);
  background-image: url(https://cdn3.iconfinder.com/data/icons/other-icons/48/search-512.png);
}

.explainer {
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  transition: all .6s ease;
  width: 100%;
  height: 100%;
  background-color: #303050;
  background-image: radial-gradient(circle at center top, #cce, rgb(41, 41, 43));
  border-radius: 10px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 400px) {
  .left, .center, .right, .lefter, .righter {
    width: 4rem;
    height: 3rem;
  }
}

.site {
  width: 90%;
  color: white;
}

.site h4 {
  text-align: center;
  color: #22F7C5;
  font-size: 1.5rem;
}

.site h4 div {
  display: inline;
}

.site h4 div:hover {
  text-decoration: underline;
}

.site h4 span {
  font-size: .8rem;
}

.site-description {
  font-size: .9rem;
  text-align: center;

}

.site-description2 {
  font-size: .7rem;
  color: lightslategrey;
  text-align: center;
}

.site img{
  width: 100%;
  max-width: 970px;
  display: block;
  margin: 0 auto;
}

.site1 {
  display: none;
}

.site2 {
  display: none;
}

.site3 .site-description {
  display: block;
  width: 80%;
  margin: 0 auto;
}

#resume-link:hover {
  color: #fff;
}

#resume-container {
  width: 96%;
  display: block;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
  border: outset 5px #ffffff;
  background-color: #eee;
  color: #000;
  display: none;
}

#print-resume-link {
  text-align: center;
  color: #58d;
}

#resume-container img{
  width: 50%;
  border-radius: 10%;
  display: block;
  margin: 10px auto;
}

#resume-name {
  text-align: center;
}

#resume-name h1 {
  font-size: 1.5rem;
  white-space: nowrap;
}

#resume-name h3 {
  font-size: 1rem;
}

#skillset p{
  text-align: center;
  font-size: 1rem;
}

#education-list, #portfolio-list, #work-list {
  list-style: none;
  margin: 0;
  padding: 0;
}


#portfolio-list a{
  text-align: left;
  color: rgb(29, 85, 238);
  text-decoration: underline;
  font-size: 1.3rem;
}

.bold-text {
  color: #000;
  font-weight: bold;
  font-size: 1.3rem;
}

.blue-text {
  color: #79b9d5;
}

.grey-text {
  color: #8f8f8f;
  font-size: .7rem;
}

.one-line-text {
  white-space: nowrap;
}

.small-text {
  font-size: .5rem;
}

@media only screen and (max-width: 400px) {
  .bold-text {
    color: #000;
    font-weight: bold;
    font-size: .9rem;
  }

  #portfolio-list a{
    font-size: 1rem;
  }

  .blue-text {
    font-size: .6rem;
  }

  .grey-text {
    font-size: .5rem;
  }
}


/************************************** 
              Music 
**************************************/

#music {
  min-height: 100vh;
  margin: 0 auto;
  padding-top: 100px;
  background-color: #000;
  overflow-y: hidden;
  display: none;
}

/* skin the turntable body? see turntable.css for more. */
.turntable .frame {
 background-color: #333;
 background-image: url(image/textures/textured_paper.png);
 /* scale for retina, etc. */
 background-size: 250px 250px;
 /* classic champagne-ish color? */
 /* background: #abacac; */
}



@media only screen and (max-width: 320px) {
  	.grid__item {
		font-size: 1.5em;
	}
	.grid__item--deco-1 {
		font-size: .8em;
	}
	.date {
		font-size: 1em;
  }

  .site-title {
    font-size: 1rem;
  }

  .loading-date-text {
    font-size: 3rem;
  }

  #enter-button {
    font-size: 2rem;
  }
}