
.wrapper {
  text-align: center;
}


.image {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.left {
    position: fixed;
    float: left;
  }

.right {
  position: fixed;
  float: right;
}

ul {
   list-style: none;
   list-style-type: none;
}

.icon {
  width:45px;
}

.image img{
    position:absolute;
    width:100%;
    height: 100%;
    object-fit:cover;
    border-radius: 100%;

}


.square img {
  border-radius:0% !important;
}

.chop img{
    width:100%;
    height: 100%;
    object-fit:cover;

}

.container {
  padding-right: 100px;
  padding-left: 100px;
  margin-right: auto;
  margin-left:auto;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.siteblocks {  width: 400px;
  height: 400px;
  border: 0px solid;
  object-fit: cover;

}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


#arttoggle {
  display: none;
}

#musictoggle {
  display: none;
}

.showstuff {
  }
.showstuff:hover,
.showstuff:focus,
.showstuff:active {
  text-decoration: underline;
}
.triangle {
  width: 400px;
  height: 400px;
  object-fit: cover;
}

.videoelement {
    position:absolute;
    width: 100%;
    height: 100%;
}


h1 {
  font-size: 75px;
}

#musictry2 {
  padding: 80px;
  display: inline-block;
}


.playerblock{
  display: inline-block;
  width: 400px;
}

.hvr-grow {
    text-align: center;
    transition-duration: 1s;
    /*transition-property: transform;*/
}


.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  border-radius: 0%;
    /*transform: rotate(360deg);*/
}

.grayscale {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.video {
    position: relative;
    overflow: hidden;
    padding-bottom: 0%;
}

.videowide {
    position: relative;
    width: 100%;
    object-fit: fill;
    overflow: hidden;
}

.site {
  border-radius:0%; 
  border: 4px solid white;
}

.site:hover{
  border: 4px solid black;
}

.halfyourage {
  border-radius: 0% !important;
  transform: scale(.7)
}

.border1 {
      border-top: 1px solid white;
      border-left: 1px solid white;
      border-right: 1px solid white;
      border-bottom: 1px solid white;
}

.text {
  display: block;
  text-align: center;
}