/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */


*{
	-moz-box-sizing:  border-box;
	-ms-box-sizing:  border-box;
	box-sizing:  border-box;

}

html
{
  background: url("../images/void.png");
  background-repeat: no-repeat;
  background-color:black;
  background-position: center top;
  background-size:cover;
  background-attachment: fixed;
  overflow: hidden;
  font-family: "Orbitron", sans-serif;
  font-style: normal;
	color: #a167fe;
	user-select:none;
	border: dashed;
  border-color: #a167fe;
	
}
body 
{
  background-color: transparent;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;

}
#chrm
{
   filter: saturate(65%);
}
  
h1
{
  background-color: transparent;
  text-align: center;
  font-size: 1.5em;
  width:90vw;
  display:inline-block;
  font-weight: 600;

  
}
h2
{
  background-color: transparent;
  text-align: center;
  font-size: .8em;
}
img
{
  background: none;
}
.bigbox
{
  display: flex;
  align-items: center;
  justify-content: space-evenly; 
  flex-direction: row;
}
.box
{
  display: flex;
  align-items: center;
  justify-content: center; 
  flex-direction: column;
  margin: 1vh;
}
.bs
{
  padding: 0 !important;
  height: 100px;
  width: auto;

}
.image-cropper 
{
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.insta
{
  height: 100px;
  width: 100px;
}
.pae
{
  height: 100px;
  width: 100px;
}
.sbar
{
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sm
{
    background-color: transparent;
    display: inline-block;
    padding: 20px;
}

.tw
{
  height: 100px;
  width: auto;

}

.twit
{
  height: 100px;
  width: auto;

}
.vn
{
  display: inline;
  width:150px;
}
.yt
{
  height: 100px;
  width: auto;
}
 @media screen and (max-width: 600px) 
 {

.bigbox
{
  flex-direction: column;
}
.bs
{
 height: 49px !important;
  width: 49px !important;
  margin: 0 !important;
}
.image-cropper
{
  height:75px;
  width:75px;
 }
.sm
{
  background-color: transparent;
  padding: 0px;
  margin: 20px;
  height:32px;
  width: auto;
 }
 .sm-cropper
{
  padding:0;
  margin:15px;
  width: 32px;
  height:32px;
  overflow: hidden;
  display:flex;
  justify-content: center;
  align-items:center;
}
 .sbar
 {
   background-color: transparent;
 }
 .sbspacer
 {
   background-color: transparent;
   width: 15vw;
 }
.vn
{
  width:75px;
}  
}