* {box-sizing: border-box;}

@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarala&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');




body {
  margin:0;
  background-color: white;
}


/*a.thumbnail {
opacity: 1;
}*/

/*a.thumbnail img {
opacity: 1;
}


a.thumbnail: hover img {
opacity: 1;
width:50%;
}*/

/*.nav {
  position: fixed;
  z-index: 100;
  top: 1vw;
  right: 1vw;
  padding: 1vw;
  text-align: center;
  background-color: white;
  font-family: 'Archivo', sans-serif;
  font-size: 16pt;
  opacity: 0.8;
}

.nav a {
  text-decoration: none;
  color: black;
}*/

.homepage{
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}


#header {
  font-size: 42pt; 
  text-align: left;
  padding-bottom: 0;
  font-family: "Bebas Neue", sans-serif;
}

#titles {
  font-size: 24pt; 
  text-align: left;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.introCard {
  min-width: 50vw;
  max-width: 50vw;
  height: 100vh;
  transition: 0.3s;
  float: left;
  padding-top: 4vh;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-bottom: 4vh;
  background-color: #FFA726;
  color: #212121;
  position: fixed;
  font-family: Playfair Display;
  font-size: 14pt;
  overflow-y: scroll;
  scrollbar-width: 0;
  transition: 0.5s;

}

 &::-webkit-scrollbar {
       display: none;
    }

/* Hide scrollbar for Chrome, Safari and Opera */
.introCard::-webkit-scrollbar { 
    display: none; 
    width: 0; /* Safari and Chrome */
}

.introCard a {
  /*text-decoration: underline;*/
  color: #212121;
  transition: 0.3s;

}

#bio a {
 text-decoration: underline; 
}

#contact {
  font-size: 24pt;

}

#contact a {
  font-size: 24pt;
  text-decoration: none;
  padding-right: 5vw;
}

/*#welcome a {
  scroll-behavior:smooth
}*/


.introCardTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50vw;
  padding: 1vw 1vw 1vw 1vw;
  font-size: 35pt;
  font-family: 'Playfair Display';
  position: relative;
  top: 50%;
  bottom: 50%;
  /*opacity: 0.9;*/
}

.introCard a:hover, .introCard a:focus {
  color: #FFCC80;
}



/*.overlay {
  height: 0%;
  width: 50%;
  position: fixed;
  left: 0;
  z-index: 1;
  bottom: 0;
  background-color: white;
  overflow-y: scroll;
  transition: 0.5s;
  font-family: 'Arimo Sans', sans-serif;
  scroll-behavior: smooth;
}*/

/*.overlay-content {
  position: relative;
  top: 5vh;
  width: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-bottom: 2vh;
  margin-top: 3vh;
  color: #212b31;
}

.overlay-content-links {
  left: 0;
  text-align: center;
  width: 100%;
}

.overlay-content-links a {
  padding: 1vw;
}

.overlay-content-text {
  font-family: 'Playfair Display', sans-serif;
  font-size: 13pt;
  text-align: justify;
}

.overlay a {
  text-decoration: none;
  color: #818181;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: orange;
}

.overlay .closebtn {
  position: absolute;
  top: 3vh;
  left: 2vw;
  font-size: 16pt;
}

#overlayFurtherInfo {
  font-size: 12pt;
  font-family: 'Playfair Display', sans-serif;
}*/

.column {
  width: 50vw;
  float: right;
}

/*.row a {
  color: black;
}*/

.card {
  right: 0; 
  min-width: 50vw;
  max-width: 50vw;
  height: 15vh;
  transition: 0.3s;
  display: inline-block;
  position: relative;
}

.card img {
	height: 100%;
	min-width: 50vw;
	max-width: 50vw;
	object-fit: cover;
	object-position: center;
}

.card a {
  text-decoration: none;
  color: black;
}

.card a:hover, .cardTitle a:focus {
  color: orange;
  transition: 0.3s;

}


.imageOverlay {
  width: 50vw;
  height: 15vh;
  background-color: white;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
}

.cardInfo {
  width: 50vw;
  height: 15vh;
  padding: 1vw 1vw 1vw 1vw;
  position: absolute;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
}

.tag {
  font-size: 14pt;
  min-width: 10vw;
  max-width: 10vw;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 100;

}

/*.tag a {
  color: black;
}*/

.cardTitle {
  font-size: 18pt;
  font-family: Playfair Display;
}


.cardTitle a {
  text-decoration: none;
  color: black;
}

.cardTitle a:hover, .cardTitle a:focus {
  color: #FFA726;
}


/*

FILTER STYLING

*/

/*.articles {
  top: 0;
}

.container {
  overflow: hidden;
}

.filterDiv {
  display: none; 
}

.show {
  display: block;
}*/

/*#myBtnContainer {
  top: 1vw;
  right: 1vw;
  padding: 1vw;
  position: sticky;
  background-color: black;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;   
  justify-content: center;
  align-items: center;
}*/

/*.btn {
  font-family: 'Archivo', Arial, sans-serif;
  font-size: 10pt;
  border: none;
  outline: none;
    padding: 1vw;

  background-color: #f1f1f1;
  cursor: pointer;

}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}*/





/* Responsive layout - makes a two column-layout instead of four columns */
/*@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}*/

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 900px) {

 /* .overlay .closebtn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16pt;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-bottom: 10vh;
  margin-top: 3vh;
}*/
/*
.nav {
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 10vh;
  top: 0;
  right: 0;
  padding: 1vw;
  margin-top: 3vh;
  margin-right: 5vw;
  padding: 1vw;
}*/

.homepage {
/*  position: fixed;
*//*  overflow-y: scroll;
*/}

.introCard {
  min-width: 100vw;
  height: auto;
  float: 0 0 0 0;
  position: relative;
  overflow-y: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.column::-webkit-scrollbar { 
    display: none; 
    width: 0; /* Safari and Chrome */
}


.column {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  float: 0 0 0 0 ;
  }

.row {
  height: 15vh;
  width: 100vw;
  }



/*.columnIntro {
    flex: 100%;
    width: 100%;
    max-width: 100vw;
    max-height: 50vh;
  }*/



/*.introCardTitle {
  width: 100vw;
}*/

/*.overlay {
  width: 100%;
}*/


/*.overlay-content {
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 10vh;
  margin-top: 3vh;
  overflow: scroll;
  height: 50vh;
  -webkit-mask-image: linear-gradient(180deg, #000 50%, transparent);  
}

.overlay-content-links {
  font-size: 14.5pt;
}

.overlay-content-links a {
}

.overlay-content-text {
  font-size: 12pt;
}
*/

/*ends*/


.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

.card {
  min-width: 100vw;
  max-width: 100vw;
  border-width: 0.5px;
}

.card img {
	min-width: 100vw;
  max-width: 100vw;
}

.imageOverlay {
  width: 100vw;
  height: 15vh;
}

.cardInfo {
  width: 100vw;
  min-height: 15vh;
  padding: 3vw 3vw 3vw 3vw;
}


.cardTitle {
  width: 80vw;
  font-size: 16pt;
}

.tag {
  padding: 2px 2px 2px 2px;
  font-size: 8pt;
  min-width: 15vw;
  max-width: 15vw;

}


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

.tag {
  min-width: 20vw;
  max-width: 20vw;
  font-size: 8pt;

}

.introCard {
  font-size: 14pt;
}

#header{
  font-size: 42pt;
}

.cardTitle {
  font-size: 14pt;
}

#contact {
  font-size: 18pt;
}

#contact a {
  font-size: 18pt;
}

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

.tag {
  min-width: 25vw;
  max-width: 25vw;
  font-size: 8pt;

}

@media screen and (max-width: 375px) {
.card {
  max-height: 20vh;
}

.imageOverlay {
  /*min-height: 20vh;*/
}

/*.cardTitle {
  font-size: 18pt;
}

#contact {
  font-size: 18pt;
}

#contact a {
  font-size: 18pt;
}*/

#header {
  /*font-size: 18pt; */
}

.introCard {
  font-size: 12pt;
  padding-top: 6vh;
  padding-left: 6vw;
  padding-right: 6vw;
  padding-bottom: 6vh;
}

