* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    font-family: "Visby Round CF";
    background-color: #EBEBEB;
    overflow-x: hidden;
}

.notHomeIcon
{
    margin-top: -48px !important;
}

.notHomeLinks
{
    margin-top: 10px !important;
}

.dhb-link:hover::after
{
    margin-left: 15px;
    transition: 0.3s ease-in;
}
.dhb-link::after
{
    content: '\2192';
    width: 15px;
    position: absolute;
    margin-top: -2px;
    margin-left: 2px;
}
.dhb-link
{
    margin-left: 10vw;
    color: rgb(26, 26, 26);
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 2px;
    transition: 0.2s ease-in-out;
    letter-spacing: 1px;
}
.dhb-link:hover 
{
    opacity: 0.5;
}

.g-header
{
    transition: all 0.3s ease-in-out;
    position: fixed;
    width: 100%;
    display: flex;
    padding: 0.5vh 5vh;
    height: 8vh;
    z-index: 1;
    background: rgb(158,0,39);
    background: -moz-linear-gradient(90deg, rgba(158,0,39,0.65) 0%, rgba(194,0,47,0.65) 100%);
    background: -webkit-linear-gradient(90deg, rgba(158,0,39,0.65) 0%, rgba(194,0,47,0.65) 100%);
    background: linear-gradient(90deg, rgba(158,0,39,0.65) 0%, rgba(194,0,47,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e0027",endColorstr="#c2002f",GradientType=1);
    /* background: rgb(110,194,208);
    background: -moz-linear-gradient(90deg, rgba(110,194,208, 0.65) 0%, rgba(97,166,208, 0.65) 100%);
    background: -webkit-linear-gradient(90deg, rgba(110,194,208, 0.65) 0%, rgba(97,166,208, 0.65) 100%);
    background: linear-gradient(90deg, rgba(110,194,208, 0.65) 0%, rgba(97,166,208, 1.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ec2d0",endColorstr="#61a6d0",GradientType=1); */
}

.header-active
{
    background: rgb(158,0,39);
    background: -moz-linear-gradient(90deg, rgba(158,0,39,1.0) 0%, rgba(194,0,47,1.0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(158,0,39,1.0) 0%, rgba(194,0,47,1.0) 100%);
    background: linear-gradient(90deg, rgba(158,0,39,1.0) 0%, rgba(194,0,47,1.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9e0027",endColorstr="#c2002f",GradientType=1);
}

.g-header h1
{
    align-self: center;
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.g-slide
{
    height: 75vh;
    text-align: center;
    display: grid;
    transition: .5s;
    position: relative;
    z-index: -1;
    overflow-x: hidden;
}

.g-slide h1 
{
    justify-self: center;
    font-size: 30px;
    text-transform: uppercase;
    color: white;
    align-self: center;
    margin-top: 90px;
}

.g-slide p
{
    justify-self: center;
    color: rgb(238, 238, 238);
    width: 35vw;
    letter-spacing: 1px;
}

.pg-wrapper
{   
    justify-self: center;
    width: 90vw;
    height: 40px;
    align-self: end;
    margin-bottom: 30px;
    -webkit-user-select: none;  
        -moz-user-select: none;   
            -ms-user-select: none;      
                user-select: none;
}

.p-active
{
    background-color: white;
}

.pagination
{   
    transition: 0.2s ease-in-out;
    padding: 2px 6px;
    font-size: 10px;
    justify-self: center;
    border: 1px solid white;
    display: inline;
    border-radius: 50%;
}

@keyframes nextSlide
{
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.slideAnim
{
    animation-name: nextSlide;
    animation-duration: 1.5s;   
}

.slide
{
    /* background: rgb(110,194,208);
    background: -moz-linear-gradient(315deg, rgba(110,194,208,0.5) 0%, rgba(97,166,208,0.5) 100%);
    background: -webkit-linear-gradient(315deg, rgba(110,194,208,0.5) 0%, rgba(97,166,208,0.5) 100%);
    background: linear-gradient(315deg, rgba(110,194,208,0.5) 0%, rgba(97,166,208,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ec2d0",endColorstr="#61a6d0",GradientType=1); */
    background: rgb(214,74,109);
    background: -moz-linear-gradient(315deg, rgba(214,74,109,0.3785889355742297) 0%, rgba(97,166,208,0.5) 100%);
    background: -webkit-linear-gradient(315deg, rgba(214,74,109,0.3785889355742297) 0%, rgba(97,166,208,0.5) 100%);
    background: linear-gradient(315deg, rgba(214,74,109,0.3785889355742297) 0%, rgba(97,166,208,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d64a6d",endColorstr="#61a6d0",GradientType=1);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: none;
    background-repeat: no-repeat;
}

.g-wrapper::after 
{
    content: ' ';
    width: 200px;
}

button:focus, input:focus {outline:0;}

#results
{
    /* margin-left: 10vw; */
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #2e2e2e;
    text-align: center;
    padding: 10px;
}

.g-wrapper 
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    min-height: 450px;
    margin-left: 10vw;
    margin-right: 10vw;
    padding-bottom: 20px;
    justify-content: space-evenly;
}

.gallery-image
{
    display: inline-block;
    width: 190px;
    height: 200px;
    object-fit: cover;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: 0.2s ease-in-out;
    /* margin-right: 1vw; */
}

.gallery-image:hover
{
    opacity: 0.4;
    z-index: 1;
}

.tag-section
{
    display: grid;
    height: 35vh;
}

.tag-section input
{
    width: 55vw;
    border: none;
    justify-self: center;
    margin-top: 50px;
    margin-bottom: 20px;
    height: 30px;
    border-radius: 15px;
    font-family: "Visby Round CF";
    padding: 5px 25px;
}

.tag-section input::placeholder
{
    text-transform: uppercase;
}

.image-filter-tags
{
    align-self: start;
    justify-self: center;
}
.image-filter-tags button
{
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 15px;
    font-size: 15px;
    font-family: "Visby Round CF";
    font-weight: bold;
    border: 2px solid #68acff;
    color: #68acff;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
}

.image-filter-tags button:hover
{
    background-color: #499bff;
    border-color: #499bff;
    color: white;
}

.image-filter-tags .active-tag
{
    color: white;
    background-color: #68acff;
}

.tag-title
{
    font-weight: bold;
    text-transform: uppercase;
}

.fade {
    animation-name: fade;
    animation-duration: 2s;
  }
  
  @keyframes fade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }