
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: black;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #262626;
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;

}

img {
  display: block;
  width: 100%;
  height: auto;
}

h1,
h2{

}
h3 {
  margin: 0;
  padding: 1em 0;
}

p {
  margin: 0;
  padding: 1em 0;
}

a:link {
  color: #fff;
  text-decoration: none;
}
.btn {
	font-size:20px;
  display: inline-block;
  background: rgba(34, 37, 40, 0.5);
  color: #fff;
  text-decoration: none;
  padding: 1em 2em;
  border: 1px solid #666;
  margin: 0.5em 0;
  font-family: 'Roboto Slab', serif;
}

.btn:hover {
	font-size:20px;
  background: rgba(204, 208,211, 0.2);
  color: #fff;
font-family: 'Roboto Slab', serif;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  opacity: 0.5;
}


/* Header Showcase */

#showcase {
  min-height: 450px;
  color: #fff;
  text-align: center;
}

#showcase .bg-image {
  position: absolute;
  background: url("TarotGiff.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%);
  width: 100%;
  height: 450px;
  z-index: -1;
  opacity: 0.9;
}
/*Showcase A*/

#showcaseA {
  min-height: 450px;
  color: #fff;
  text-align: center;
}

#showcaseA .bg-image {
	
  position: absolute;
  background: url("tarot blog.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 20px solid #000000;
  filter: grayscale(100%);

 
  width: 100%;
  height: 450px;
  z-index: -1;
  opacity: 0.4;
}

/*Showcase B*/



#showcaseB {
  min-height: 450px;
  color: #fff;
  text-align: center;
}

#showcaseB .bg-image {
  position: absolute;
  background: url("Tarot Deck.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    border: 20px solid #000000;
  filter: grayscale(100%);	

  width: 100%;
  height: 450px;
  z-index: -1;
  opacity: 0.4;
}
/*Showcase C*/

#showcaseC {
  min-height: 450px;
  color: #fff;
  text-align: center;
}

#showcaseC .bg-image {
  position: absolute;
  background: url("tarot game.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
border: 20px solid #000000;
  filter: grayscale(100%);
  width: 100%;
  height: 450px;
  z-index: -1;
  opacity: 0.4;
}
/*Showcase D*/

#showcaseD {
  min-height: 450px;
  color: #fff;
  text-align: center;
}

#showcaseD .bg-image {
	
  position: absolute;
  background: url("alumate.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
border: 20px solid #2B5380;
 
  width: 100%;
  height: 450px;
  z-index: -1;
  opacity: 0.4;
}

/*Showcase E*/

#showcaseE {
  min-height: 450px;
  color: #fff;
  text-align: center;
}

#showcaseE .bg-image {
	
  position: absolute;
  background: url("comics.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
border: 20px solid #2B5380;
 
  width: 100%;
  height: 450px;
  z-index: -1;
  opacity: 0.4;
}


/*Showcase F*/

#showcaseF {
  min-height: 450px;
  color: #fff;
  text-align: center;
}

#showcaseF .bg-image {
	
  position: absolute;
  background: url("software.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
border: 20px solid #2B5380;
 
  width: 100%;
  height: 450px;
  z-index: -1;
  opacity: 0.5;
}

/*Showcase G*/

#showcaseG {
  min-height: 450px;
  color: #fff;
  text-align: center;
}

#showcaseG .bg-image {
	
  position: absolute;
  background: url("Background.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
border: 20px solid #2B5380;
 
  width: 100%;
  height: 450px;
  z-index: -1;
  opacity: 0.5;
}

/*Showcase H*/

#showcaseH {
  min-height: 450px;
  color: #fff;
  text-align: center;
}

#showcaseH .bg-image {
	
  position: absolute;
  background: url("Krugerrand.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
border: 20px solid #2B5380;
 
  width: 100%;
  height: 450px;
  z-index: -1;
  opacity: 0.5;
}

.Logo1{

font-size: 40px;
color:#00000;
font-family: 'Roboto Slab', serif;

}
.Logo2{
font-weight: bold;
font-size: 50px;
color:#2B5380;
font-family: 'Roboto Slab', serif;

}

showcase h1 {
  padding-top: 100px;
  padding-bottom: 0;
}

#showcase .content-wrap,
#showcaseB .content-wrap,
#section-a .content-wrap {
  padding: 0 1.5em;
}



/*nav bar*/

nav {
  display: block;
  overflow: hidden;
  background-color: #000000;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
 
}


  #btnNav {
  display: inline-block;
  background: rgba(34, 37, 40, 0.5);
  color: #fff;
  text-decoration: none;
  padding: 1px 40px;
  border-radius: 25px;
  border: 1px solid #666;
  margin: 0.5em 0;
  font-family: 'Barlow', sans-serif;
}
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #383838;
  color: white;
}



/* Section A */


#section-a {
  background: rgba(131, 165,204, 0.4);
  color: #fff;
  padding-bottom: 2em;
}

#text-frame {
  background: ;
  color: #fff;
  padding: 2em 1em 1em;
  padding-bottom: 2em;
 
  border: 2px solid #fff;
  text-align: left;
  

}
#text-frame2 {
  background: ;
  color: #fff;
  padding: 2em 1em 1em;
  padding-bottom: 2em;
 
  border: 4px solid #fff;
  text-align: left;
  

}

.content-title{

  font-family: 'Roboto Slab', serif;
  font-size:3em;
}
/* Section B 1*/

#section-b1 {
  padding: 2em 1em 1em;
}

#section-b1 ul {
  list-style: none;
  margin: 0;
  padding: 0;

  
}

#section-b1 li {
  margin-bottom: 1em;
  background: rgba(40, 44,47, 0.9);
  color: #fff;
  border-radius: 25px;
  border: 2px solid #898c8f;
}

.card-content {
  padding: 1.5em;
  
}

.card:hover {

  background: rgba(204, 208,211, 0.2);
  color: #fff;
  
  border-radius: 25px;
}


.img-card {
  border-radius: 25px;
  border: 2px solid #898c8f;
}

.card-title{
padding: 0;
}

/* Section C */

#section-c {
  background: rgba( 0, 0, 0, 0.4);
  color: #fff;
  padding: 2em;
}

/* Section D / Boxes */

#section-d .box {
  padding: 2em;
  color: #fff;
}

#section-d .box:first-child {
 background: rgba( 0, 0, 0, 0.4);
}

/* Footer */

#main-footer {
  padding: 2em;
  background: #2e2e2e;
  color: #fff;
  text-align: center;
}

#main-footer a {
  color: #2690d4;
  text-decoration: none;
}

.footcard {
 height: 100px;
 width: 250px;
 border-radius: 10px;
  border: 2px solid #898c8f;

}
/* Media Queries */

@media (min-width: 700px) {
  .grid {
    display: grid;
    grid-template-columns: 1fr repeat(2, minmax(auto, 25em)) 1fr;
  }


body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:  black;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;

}


  #section-a .content-text {
    columns: 1;
    column-gap: 2em;
  }

  #section-a .content-text p {
    padding-top: 0;
  }

  .content-wrap,
  #section-b1 ul {
    grid-column: 2/4;
  }
.content-wrap,
  #section-b2 ul {
    grid-column: 2/4;
  }
  .box,
  #main-footer div {
    grid-column: span 2;
  }

  #section-b1 ul {
    display: flex;
    justify-content: space-around;
  }

  #section-b1 li {
    width: 31%;
  }
}
#section-b2 ul {
    display: flex;
    justify-content: space-around;
  }

  #section-b2 li {
    width: 31%;
  }

