
/* 2xl */
@media (min-width: 1536px) {}

/* xl */
@media (min-width: 1280px) {}

/* lg */
@media (min-width: 1024px) {

  .homeGrip{
    width: 100px;
  }

}

/* md */
@media (max-width: 768px) {

  /* Images inside menu */
  .navpics2 {
    max-width: 200px !important; /* Smaller icons */
  }

}

/* sm */
@media (min-width: 640px) {

  .homeGrip{
    width: 100px;
  }

}

/* xs */
@media (min-width: 475px) {}

.no-long-press {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**//**//**//**//**//**//**//**//**//**//**/
/**//**//**//* CODE *//**//**//**//**//**//**/
/**//**//**//**//**//**//**//**//**//**//**/


/* BORDERS *

header{
  border: 1px solid rgb(165, 42, 42);
}

.spinIcon{
 border: 1px solid rgb(47, 0, 255);
}

.homeHold{
  border: 1px solid rgb(0, 255, 26);
}z

.beatbox{
  border: 1px solid rgb(47, 0, 255);
}

.requestbox{
  border: 1px solid rgb(47, 0, 255);
}

.videobox{
  border: 1px solid rgb(47, 0, 255);
}
.homeGrip{
  border: 1px solid rgb(158, 0, 161);
}

/**//**//**//**//**//**//**//**//**//**//**/

body{
background: rgba(0, 0, 0, 0.947);
text-align: center;
}

img{
  max-height:auto;
  max-width:100%;
}

/* HEADER */

header{
  display: flex;
  justify-content: center;

}

.iconshell {
  display: flex;
  height: auto;
  width: auto;
  justify-content: center;

}
 
.spinIcon{
  width: 45%;
  height: auto;
  display: flex;
}

/* BODY */

.homeHold{
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
/**/

.homeGrip{
  width: 150px;
  height: auto;
  justify-content: center;
}

.beatbox{
  width: auto;
  height: auto;
}

.projectbox{
  width: auto;
  height: auto;
  margin-top: 20px;
}

.requestbox{
  width: auto;
  height: auto;
  margin-top: 20px;
}

.videobox{
  width: auto;
  height: auto;
  margin-top: 20px;
}

.songbox{
  width: auto;
  height: auto;
  margin-top: 20px;
}

.socialbox{
width: auto;
height: auto;
margin-top: 20px;
}

.PSA{
width: auto;
height: auto;
margin-top: 30px;
}


.content {
  border: 20px solid rgb(0, 128, 0);

}
/*  FOOTER */ 

footer {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center items horizontally */
  justify-content: center; /* Center items vertically */
}

