/* @import url(//fonts.googleapis.com/css2?family=Karma&display=swap);
*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: inherit;
}

li {
  float: left;
  color: white;
}

li a {
  display: block;
  padding: 8px;
}
/* Fade-in CSS */
.fade-in{
  -webkit-animation: fade-in 3s ease;
  -moz-animation: fade-in ease-in-out 3s both;
  -ms-animation: fade-in ease-in-out 3s both;
  -o-animation: fade-in ease-in-out 3s both;
  animation: fade-in 3s ease;
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes fade-in{0%{opacity:0;} 100%{opacity:1;}}
@-moz-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@-o-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
/* Links style */
a{
  color: white;
  text-decoration: none;
  margin-left: 5px;
  display: inline-block;
}
a.instagram{
  color: #e26eff;
}
a:hover{
  color: #a1a1a1;
  text-decoration: none;
}
a.about:hover{
  color: #ffdd6e/* d46666  #ffdd6e */ ;
  text-decoration: none;
}

a.bottom-logo{
  color: #fafafa;
  background-color: black;
  text-decoration: none;
  padding: 1;
}
.logo-margin{
  padding: 1;
  color: red;
}

/* Centering Property */
* {
    margin: 10;
    padding: 10;
    background-color: black;
}
.imgbox {
    display: grid;
    height: 100%;
}
.aboutbox {
    display: grid;
    grid-template-columns: auto auto;

    justify-content: center;
  align-items: center;
  width:100%;
 height: 100vh;
}
.about-pic{
float: right;
  align-self: center;
    padding: 20px 20px 0 0;
    max-width: 100%;
    max-height: 60vh;
}
.about-text{
  color:white;
  text-align: justify;
  font-size: 15pt;
  padding: 20px 20px 0 0;

}
.bottombox{
  display: inline-grid;
  grid-template-columns: auto auto;
}
.center-fit {
    max-width: 75%;
    max-height: 80vh;
    margin: auto;
}

.topnav{
  font-family: 'Karma', serif;
  font-size: 250%;
}

.bottom-logo-home{
  color: white;
 text-align: right;
  text-decoration: none;
  font-family: 'Karma', serif;
  font-size: 26pt;
  display:inline-block;
    height:62%;
}
.bottom-logo-gallery{
  color: white;
 text-align: center;
  text-decoration: none;
  font-family: 'Karma', serif;
  font-size: 26pt;
  display:inline-block;
    height:62%;
}

.bottom-text{
  color: white;
 text-align: center;
  text-decoration: none;
  font-family: 'Karma', serif;
  font-size: 20pt;
  display:inline-block;
    height:62%;
}

.description{
 color: white;
 text-align: justify;
 text-decoration: none;
 font-family: 'Karma', serif;
 font-size: 12pt;
}

.id-pic {
  object-fit: cover;
  object-position: 70% 0;

    width: 500px;
    height: 800px;
}

.current-page{
  color: #a1a1a1;
}
.resize{
  height: 1400px
  width: 2000px;
}
