

html {
   overflow-x: hidden;
 }
body {
	
	font-family: "Varela Round", "Helvetica Neue", Arial, sans-serif;
  width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
 overflow-x: hidden;
transition: all 0.5s ease;

}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #000000;
  margin: auto;
    padding: 8px 20px 75px 20px;
  border: 1px solid #888;
 width: 80vw;
    height: 45vw;
	    border-radius: 15px;
    border: 1px solid #5d5b5b;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 36px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}


.mission {
	 width: 100px;
	   border:10px solid white;
}
.vision {
	    width: 80vw;

    border-radius: 15px;
    padding: 50px;
	
}


hr {background:#ccc;opacity:0.3;}

nav ul li {
    display: inline-block;
    margin: 0 0.8rem;
    position: relative;
    text-align: left;
}

.mobileShare {display:none;}

.vision h2 {font-weight:normal;font-family:Segoe UI;}


.content { 	


background-position:60vw 0px;

    position: fixed;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/stars.png);
    z-index: -1;
    top: 0px;
    opacity: 0.2;
    /* background-size: 100% 100vh; */
    background-attachment: fixed;
    /: ;
    background-repeat: no-repeat;
}
 
	
	
	
	footer {    background: rgba(128,128,128,0.2);}
	


header {    padding-top: 0;}

.theme-ui-light {
    background: #fafafa !important;
    color: #222;
    padding: 0;
    background-image:none !important;
    background-size:2000px;
    background-repeat: no-repeat;
    background-position: 800px -400px;

  animation: aurora 30s infinite;


	
}





.theme-ui-dark {
    background: #000;
    color: #fff;
     background-image: url(../img/bg-76.png);
    background-size:2000px;
    background-repeat: no-repeat;
    background-position: 800px -400px;
	padding: 0;
	
  animation: aurora 30s infinite;
}


.btn-primaryE {
       background: rgba(0, 0, 0, 0) linear-gradient(
135deg
, #e93159 10%, #67248c 60%, #2351a6 100%) repeat scroll 0% 0%;
    border: none;
}


.btn-secondary {
  background: rgba(0, 0, 0, 0) linear-gradient(
135deg
,#67248c 0%, #2351a6 100%) repeat scroll 0% 0%;
	   border:none;
}

.btn-primary {
  background: rgba(0, 0, 0, 0) linear-gradient(
135deg
, #e93159 100%, #67248c 100%) repeat scroll 0% 0%;
	    border:none;
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  
  font-family: "Varela Round", "Helvetica Neue", Arial, sans-serif;

}


  
  
  
  

header h1 {  font-size: 62px;}
  
.theme-ui-dark .desktop {
    background: rgba(0, 0, 0, 0) linear-gradient( 
135deg
 , #e93159 40%, #9340c1 60%, #5a8ae2 100%) repeat scroll 0% 0%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
  
.theme-ui-light .desktop {  background: rgba(0, 0, 0, 0) linear-gradient(
135deg
, #e93159 40%, #67248c 60%, #2351a6 100%) repeat scroll 0% 0%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
  
  header p {
	  
	  font-size: 24px;
	  color:#afa6ef;
	  transition: all 0.5s ease;
  }
  
.theme-ui-light header p {
	  
	
	  color:#272340;
	  
  }
  
  
  .stars {    position: fixed;
    right: 350px;
    top: 40px;
    opacity: 0.4;
  z-index: -1;}
  
  
  
  
  
  
  
  
  .grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 20px;
  grid-auto-rows: minmax(180px, auto);
  grid-auto-flow: dense;
  padding: 10px;
}


.grid-item:hover {background-color: #222222;}

.grid-item {
  padding: 1rem;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #929796;
  background-color: #181818;
  user-select:none;
  border-radius: 10px;
}







.span-1 {
  grid-column-end: span 2;
  grid-row-end: span 1;
}

.span-15 {
  grid-column-end: span 1.5;
  grid-row-end: span 1;
}

.span-2 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}

.span-3 {
  grid-column-end: span 3;
  grid-row-end: span 4;
}

.span-4 {
  grid-column-end: span 3;
  grid-row-end: span 2;
  
  
}




.span-5 {
  grid-column-end: span 3;
  grid-row-end: span 1;
}



.header1 {
text-align:Center;
  font-size: 55px;


}

nav { position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;}

.grid-item p {text-align: center;}


.color1 {  background: -webkit-linear-gradient(rgb(255, 34, 110), rgb(255, 240, 0));

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.color2 {  background: -webkit-linear-gradient(#e93159 , #67248c );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.color3 {background: -webkit-linear-gradient(#e93159 , #fff  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.color4 {background: -webkit-linear-gradient(#72b2d6 , #376b9b  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.color5 {background: -webkit-linear-gradient(
135deg
, #e93159 10%, #67248c 60%, #2351a6 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.color6 {color:white;}





.icon {width:100%;}
p {font-weight:normal;}


.grad1 {
    background: rgba(0, 0, 0, 0) linear-gradient(
135deg
, #e93159 10%, #67248c 60%, #2351a6 100%) repeat scroll 0% 0%;
}



.firewatch {background-image:url('../mason/firewatch.jpg');background-size:cover;}
.fancier {background-image:url('../mason/fancier.jpg');background-size:cover;}
.rainmeter {background-image:url('../mason/rainmeter.jpg');background-size:cover;}
.perf {background-image:url('../mason/perf.png');background-size:cover;}
.ide {background-image:url('../mason/ide.png');background-size:cover;}

.steam {background-image:url('../mason/steambg.png');background-size:cover;}

.sky {background-image:url('../mason/sky.jpg');background-size:cover;color:white;}
.share {background-image:url('../mason/share2.png');background-size:cover;color:white;}



p.bigger {font-size:20px;color:white;}







.iHNffQ {
    height: 64px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
 position: fixed;
    bottom: 40px;
    right: 40px;
    outline: transparent;
    background-color: rgb(115, 136, 217);

    margin-left: 20px;
    width: 64px;
}


.hzZnJx  {    padding-top: 5px;}




#notification {
    background-color: rgba(128,128,128,0.5);
    color: #666;
    border-radius: 35px;
    padding: 12px 20px 10px 20px;
    width: 390px;
    height: 40px;
    position: fixed;
	color:white;
    bottom: 40px;
    left: 40px;
    z-index: 999;
    /* border-radius: 15px; */
    font-size: 14px;
	backdrop-filter:blur(10px);
transition: all 0.5s ease;
}


#cookies {transition: all 0.5s ease;}
.hiddenIcon {display:none;}

.fadeout-down {
	
	
    font-size: 16px !important;
    line-height: 40px !important;
    vertical-align: middle;
    width: 26px !important;
	
}


.fadeout-down .hiddenIcon {
	
	display:block;
	
}

.fadeout-down #cookies {
	
	display:none;
	
}



.laptop {
 cursor:pointer;
}

  
  
  
  
  @media only screen and (max-width: 600px) {

header p {font-size:18px;}
header h1 {
    font-size: 52px;
}

blockquote {    display: none;}

nav {    display: none;}
.justBegun {    display: none;}
.laptop {
    width: 100%;
}


.theVision {
    width: 100% !important;
}

.fullLogo {
    width: 80%;
	margin:-50px auto 50px auto;

}


.tylerE {
   display: none;
}

.downloadLinks {
   display: none;
}

.mobileShare {
   display: block;
}


.discordE {
	    margin: 0 auto  !important;
    width: 100%  !important;
    /* width: 680px; */
    padding: 20px 0px 15px 0px !important;
    /* margin: 35px 0 35px 0; */
    text-align: center;
	
}



.grid-layout {
	
display:none;}

.theme-ui-dark {

    background-size: 800px;
    background-repeat: no-repeat;
    background-position: 0px 0px;

}


.theme-ui-light {
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}


#notification {
	
	    left: 0px;
    border-radius: 0px;
    width: calc(100% - 40px);
    height: 70px;
	bottom:0px;
	
}
.fadeout-down {
	
display:none;
	
}




}

*:focus {
    outline: none;
}
.questionAnswer {
	flex: 1 0 21%; 
	padding:15px;
	margin:15px;
	    border-bottom: 2px solid #80808059;
}
  
  
  #filter {    padding: 20px;
color:black;
    width: 50%;
	margin-bottom:50px;
	font-size:20px;
	text-align:center;
    border-radius: 15px;
  }