* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
margin: 0;
}

img {
  max-width: 100%;
  #width: 100%;
}

body {
  margin: 0;
  padding: 0;
  #background-color: #2ab983;
  background-color: #000906;
  font-family: "Montserrat", sans-serif;
  font-family: 'Oswald', sans-serif;
  #font-size: calc(1em + 0.5vw);
  font-size: 2rem;
  font-weight: 200;
  #color: #b66c99;
  #color: white;
  #color: #005138; /* good old green */
  color: #1c6850; /* new lighter green */
}



p {
  margin-bottom: 4vw;
}


.inner {
  text-align: center;
  width: calc(15em + 12vw);
  #border: 2px solid teal;
  margin: 0 auto 15vw;
}

.title {
  text-align: center;
}

.subtitle {
  text-align: center;
  width: 100%;
  font-size: calc(0.6em + 0.6vw);
  padding-bottom: 1vw;
  font-weight: 700;
  color: rgba(255, 150, 150, 0.4);
}

.subsubtitle {
  text-align: center;
  #padding-top: 1vw;
  width: 100%;
  font-size: calc(0.5em + 0.5vw);
  font-weight: 700;
  color: rgba(255, 150, 150, 0.3);
}

.line {
  margin: calc(1em + 1vw) 0;
  border-bottom: 1px solid rgba(255, 150, 150, 0.3);
}
.social_icons {
filter: invert(79%) sepia(16%) saturate(6694%) hue-rotate(346deg) brightness(104%) contrast(101%);
}
.social_icons:hover {
filter: invert(92%) sepia(90%) saturate(2925%) hue-rotate(314deg) brightness(105%) contrast(103%);
}

.nav {
  #border: 1px solid #ccc;
  #border-width: 1px 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.nav li {
  display: inline;
}

.nav a {
  display: inline-block;
  padding: calc(0.3em + 0.3vw);
  font-weight: 700;
  font-size: calc(0.5em + 0.6vw);
  color: #ffe67d;
  background: -webkit-linear-gradient(#ffaf16, rgba(255, 150, 150, 0.3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


a:link,
a:visited {
color: #e6bb10;
text-decoration: none;
}

a:hover {
color: white;
text-decoration: none;
}

a.linkON:link,
a.linkON:visited {
  color: #ffd459;
}

.gridcontainer {
  margin: 0 auto;
  max-width: 50%;
  #padding: 40px;
  border: 2px solid teal;
}

.gridcard {
  align-items: center;
  display: flex;
  flex-direction: column;
	width: 200px;
	height: 200px;
  height: 100%;
  justify-content: center;
  background-size: cover;
}

.grid {
  display: grid;
  grid-auto-flow: dense;
  grid-gap: 0px;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  grid-auto-rows: 50px;
}

.imagediv {
  width: 31.1%;
  height: calc(5em + 2vw);
  margin: 4px;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  #object-position: center;
  #object-fit: cover;
  border-radius:1vw;
  display: inline-block;
}
.imagecontainer {
  width: 100%;
  #border: 2px solid teal;
}
.column-one {
	width:0%;
}
.column-two {
	width:25%;
}
.column-three {
	width:75%;
}
.alignRight {
	text-align: right;
	padding: 3px 10px;
}

  .imageholder {
    position: relative;
  }
.name {
	font-size: calc(0.5vw + 0.5rem);
  font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: rgba(255,255,255,0.8);
    position: absolute;
    padding: 9px;
    text-align: right;
  bottom: 12px;
  right: 8px;
  left: 8px;
    #border: 1px solid red;
  border-radius: 15px;
    background-color: rgba(42,42,42,0.15);

  }
.grid-container * {
	#margin: 0px 2px;
  #margin-right: 10px;
  margin: 0;
  #border: 2px solid teal;
}
.grid-container div:after {
	#content: attr(class);
	color: #888;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-family: arial;
  margin: 0;
}
.grid-container {
	display: grid;
	#height: 100%;
  margin: 0 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	#grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  #border: 2px solid teal;
}
.BG-color:nth-child(odd) {
  background-color: #ffb91d;
  padding: 60px 0;/*Horizontal*/
background-image: radial-gradient(#e64710 33%, rgba(255,255,255,0) 0%);
background-position: top;
background-size: 32px 32px;
background-repeat: repeat-x;
}
.BG-color:nth-child(even) {
background-color: #e64710;
  padding: 60px 0;/*Horizontal*/
background-image: radial-gradient(#ffb91d 33%, rgba(255,255,255,0) 0%);
background-position: top;
background-size: 32px 32px;
background-repeat: repeat-x;
}

.grid-img {
	width: 100%;
  margin: 0;
  height: 200px;
	border-radius: 10px;
  object-fit: cover;
  box-shadow: 2px 2px 14px rgba(0,0,0,0.65);
}
.column {
  float: left;
  border: 1px solid #4f0b25;
  text-align: center;
  height: 300px;
  margin: 5px;
}

.left {
  width: 22%;
}

.middle {
  width: 36%;
}

.right {
  width: 38%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.topic {
  #font-size:2em;
  font-weight: 700;
  #height: calc(120px + 13vw);
  margin-bottom: 35px;
  #padding-top: calc(60px + 3vw);
  #background-color: #ffb91d;
  #background-color: rgba(80, 60, 40, 0.15);
  #border-radius: 15px;
}
.fastgfx {
  font-size:2em;
  margin: 0;
  line-height: 0.73em;
}
.date {
  font-size: 0.94em;
  margin: 0;
  line-height: 1.03em;
}
.topictopic {
  font-size: 1.16em;
  margin: 0;
  line-height: 1.23em;
}


.content-wrap {
text-align: center;
padding-top: 20vw;
-moz-transition: margin 0.5s ease;
-o-transition: margin 0.5s ease;
-webkit-transition: margin 0.5s ease;
transition: margin 0.5s ease;
width: calc(100vw - 20px);
height: 80vw;
background: url(img/title.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
#border: 1px solid blue;
}

.content-wrap-artists {
  text-align: center;
  padding-top: 0;
  margin-top: calc(-18vw + 200px);
  -moz-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  -webkit-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
  width: calc(100vw - 20px);
  min-height: 500px;
  #background: url(img/title.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  #border: 1px solid blue;
}

.main {
margin: 0 auto;
text-align: center;
width: 100%;
}

.text {
margin: 0 auto;
width: 30vw;
text-align: left;
font-size: calc(10px + 0.5vw);
}

.link-text {
text-align: center;
font-size: 1.5em;
}

h1 {
font-family: 'Oswald', sans-serif;
font-size: 2.0em;
font-weight: normal;
}

h2 {
font-family: 'Oswald', sans-serif;
font-size: 2.5em;
text-align: center;
margin-bottom: -0.5em;
}


.stickyholder {
  margin: 5.24vw 0 0 53vw;
  #border: 4px solid blue;
  color: #e6bb10;
}

.sticky {
  #border: 2px solid red;
  font-size: 1.9vw;
  text-align: left;
  line-height: 3.65vw;
  height: 3.65vw;
}
.discord {
  font-size: 0.65vw;
  margin-top: -2.15vw;
}



@media only screen and (max-width: 1200px) {

    .content-wrap {
    padding-top: 40vw;
    width: calc(100vw - 20px);
    height: 138.8vw;
    }

    .text {
    width: 60vw;
    font-size: calc(14px + 1vw);
    }

    .stickyholder {
      margin: 3.64vw 0 0 56vw;
    }
    .sticky {
      #border: 2px solid red;
      font-size: 2.9vw;
      text-align: left;
      line-height: 6.35vw;
      height: 6.35vw;
    }
    .discord {
      font-size: 1.35vw;
      margin-top: -3.75vw;
    }
}


@media screen and (max-width: 1500px) {
  .grid-container {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 1000px) {
  .grid-container {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

  .content-wrap-artists {
    margin-top: calc(-20vw + 300px);
  }
}

@media screen and (max-width: 500px) {
  .grid-container {
		grid-template-columns: 1fr 1fr;
	}

  .content-wrap-artists {
    margin-top: calc(-18vw + 450px);
  }
}
