/* GENERAL */

body {
  margin: 0;
  padding: 0;
  color: #DDDDDD;
  font-family: sans-serif;
  text-align: justify;
}

.bg {
  width: 100%;
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: -1;
  opacity: 60%;
  filter: blur(4px) brightness(60%);
}


/* FONT STYLING */

a {
  color: #DDDDDD;
}

a:hover {
  color: #FFFFFF;
}

.sideboxh3 {
  text-align: center;
}


/* IMAGE STYLING */

.bannerslider img {
  width: 100%;
  margin: 0;
}

.portrait:hover {
  filter: brightness(130%);
  cursor: pointer;
}


/* ARTICLE STYLING */

.articleblock {
  background-color: rgba(50,45,40,0.00);
  padding: 20px 60px;
}

#home-row {
  display: flex;
  justify-content: center;
}

#home-column {
  justify-content: center;
  width: 30%;
  margin: 15px;
  padding: 5px;
  background-color: rgba(60,55,50,0.00);
}

/* Clear floats after the columns */
#home-row:after {
  content: "";
  display: table;
  clear: both;
}

@media and (max-width: 1200px) {
.mobileShow {
  display: block;
  }
  
#home-column {
    width: 100%;
}
}

.bandtab {
  float: left;
  width: 30%;
  overflow: auto;
}

.bandtab:after {
  content: "";
  clear: both;
  display: table;
}

.hiddendiv {
  display: none;
  clear: left;
}

.bandtab:hover {
  filter: brightness(120%);
}

.bandtab:focus {
  filter: brightness(120%);
}

.salvatortab:focus ~ #salvatortab {
  display: block;
}

.atakantab:focus ~ #atakantab {
  display: block;
}

.iotab:focus ~ #iotab {
  display: block;
}

/* TABLE STYLING */

.tourtable {
  width: 100%;
  border-spacing: 0;
  font-size: 18px;
}

.tourtable tr {
  background: rgba(50,45,40,0.93);
}

.tourtable tr:nth-child(even) {
  background-color: rgba(60,55,50,0.93);
}

.tourtable th, td {
  padding: 10px;
}

.tourdate {
  white-space: nowrap;
}


/* BUTTON STYLING */

.detailbutton {
  background-color: rgba(80,80,80,0.95);
  border: 0;
  border-radius: 0;
  padding: 10px;
  color: #DDDDDD;
  cursor: pointer;
}

.detailbutton:hover {
  background-color: rgba(90,90,90,0.95);
}


/* GRID STRUCTURE AND ELEMENTAL STYLING */

.grid {
  display: grid;
  padding: 0px;
  margin: 0;
  grid-gap: 0px;
  grid-template-areas:
    "nav"
    "bannerslider"
    "main"
    "asidetop"
    "asidebottom"
    "footer"
}

@media only screen and (min-width: 1200px)  {
  .grid {

    display: grid;
    grid-template-columns: 100%;
    padding: 0px;
    margin: 0px;
    grid-gap: 0px;
    grid-template-areas: 
    "nav"
    "bannerslider"
    "main"
    "asidetop"
    "asidebottom"  
    "footer";
    }
}


nav {
  grid-area: nav;
  background-color: rgba(0,0,0,1);
  padding: 10px;
}

.navheader-row, .navheader-column-left, .navheader-column-right {
  background-color: rgba(0,0,0,1)
}

.bannerslider {
  grid-area: bannerslider;
  background-color: rgba(20,20,20,0.93);
  padding: 0;
}

.banner {
  margin: 0;
}

main {
  grid-area: main;
  background-color: rgba(40,35,30,0.93);
  padding: 60px;
}

.asidetop {
  grid-area: asidetop;
  background-color: rgba(40,35,30,0.93);
  margin: 0;
  padding: 0;
  width: 100%;
}

.asidebottom {
  grid-area: asidebottom;
  background-color: rgba(40,35,30,0.93);
  padding: 60px;
}

footer {
  grid-area: footer;
  background-color: rgba(20,20,20,1.0);
  padding: 60px;
  box-shadow: 0 50vh 0 50vh rgba(20,20,20,1.0);
}

footer img {
  margin: 10px;
  filter: contrast(80%);
}

footer img:hover {
  box-shadow: 0px 0px 5px 0px rgba(40,40,35,0.60);
  transform: scale(1.0);
  filter: contrast(90%);
}


/* NAVIGATION  */

.navheader-row {
  display: flex;
}

.navheader-column-left {
  text-align: left;
  width: 30%;
  margin: 0;
  padding-left: 20px;
}

.navheader-column-right {
  text-align: right;
  width: 70%;
  margin: 0;
  padding-right: 20px;
  padding-top: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
.navheader-column-left, .navheader-column-right {
  width: 100%;
  }
}

/* Clear floats after the columns */
.navheader-row:after {
  content: "";
  display: table;
  clear: both;
}

nav {
  display: inline-block;
  padding: 0;
  float: right;
  font-size: 18px;
}

ul li {
  list-style: none;
  margin: 0 auto;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  text-align: center;
}

li a {
  color: #DDDDDD;
  text-decoration: none;
}

li a:hover {
  color: #FFFFFF;
}

li:hover {
  cursor: pointer;
}

ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-left: 0;
  left: 0;
  display: none;
  background: inherit;
}

ul li:hover > ul,
ul li ul:hover {
  background-color: rgba(20,20,20,0.99);
  visibility: visible;
  opacity: 1;
  display: block;
  min-width: 250px;
  text-align: left;
  padding-top: 20px;
}

ul li ul li {
  clear: both;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  border-style: none;
}

ul li ul li a:hover {
  padding-left: 10px;
  border-left: 2px solid #DDDDDD;
  transition: all 0.3s ease;
}

ul li ul li a { 
   transition: all 0.5s ease;
}