body {
    margin: 0;
    background-image: url("/assets/images/bgimage.png");
    position: absolute;
    font-family: "Lora", "serif";
    font-size: 20px;
}

/* /////////////Splash Image///////// */

.splash img {
    max-height: 50vh;
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}

.banner {
    color: #fbf7f5;
    font-size: 30px;
    background-color: #00999E; 
    height: 50px;
    padding: 0 10px;
}

.splash {
    max-height: 800px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.splash-text {
    position: absolute;
    color: white;
    right: 4%;
    bottom: 4%;
    text-shadow:
    3px 3px 0 #000,
  -1px -1px 0 #000,  
   1px -1px 0 #000,
   -1px 1px 0 #000,
    1px 1px 0 #000;
}

/* /////////////About Me//////////////// */
#about p {
    font-size: 22px;
    line-height: 1.8;
    margin: 30px 0 15px 0; 
}
.parallax-container {
    height: 200px;
    margin: 20px 0 70px 0;
}




/* /////////////Projects//////////////// */

.description {
    font-size: 14px;
}

.filter {
    font-size: 18px;
    margin-top: 10px;
}

.dropdown-trigger {
    color:white;
}

.card-top {
    height: 80%;
    overflow: auto;
}

.card-bottom {
    height:10%;
    position: absolute;
    bottom:0;
    margin: 30px 0 0 0;
    height: 20%;
}

.card-bottom span {
    margin: 0 10px;
}

#projects .card {
    height: 400px;
}

.activator {
    height:320px;
}

#show-more a{
    height: 40px;
    font-size: 20px;
}

#projects img {
    object-fit: cover;
    overflow: hidden;
}

/* /////////////Proficiencies//////////////// */

.card-wrapper {
    display: flex;
    justify-content: flex-start;
    height: 130px;
    width: 99%;
}

.tech {
    width: 100px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
}

/* .tech:hover {
    background-color: #f9f1f1;
    border-radius: 15px;
} */

.tech p {
    margin: 0px;
}

#materialize {
    height: 80px;
    margin: 10px 0;
}

/* //////////////sidebar///////////// */

.sidebar {
    width: 200px;
    height: 100%;
    background-color:#fbf7f5;
    position: fixed;
    overflow: hidden;
}

.sidebar img{
    height: 200px;
    border-radius: 50% ;
    margin: 20px auto;
    display: block;
}

.sidenav img{
    object-fit: cover;
    overflow: hidden;
    width: 80%;
    height: 100px;
    margin: 10px auto;
    border-radius: 5px;
}

.sidenav li {
    height: 30px;
}

.push-hr {
    margin-top: 50px;
}

.content {
    margin-left: 220px;
}

#res-link {
    color: #26c6da;
    margin-top: 20px;
}

#hamburger {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 2;
    visibility: hidden;
    opacity: .92;
}

#hamburger i {
    font-size: 40px;
    color:#00acc1;
    background-image: url("/assets/images/bgimage.png");
    border-radius: 5px;
}


/* //////////////contact///////////// */



#contact img {
    width: 50px;
    margin: 10px 10px 10px 20px;
}
#contact a {
    width: 75%;
    font-size: 16px;
    font-weight: bold;
}

/* //////////////experience///////////// */
#experience img {
    max-height: 60px;
    margin-left: 10px;
}
.card-header{
    display: flex;
    justify-content: space-between;
}
#experience li {
    list-style-type: circle;
    font-size: 16px;
    list-style-position: inside;
}

.hideme {
    visibility: hidden;
}

.geek {
    margin-top: 20px;
}


@media screen and (max-width: 992px) {
    .hideme {
        visibility: visible;
    }
    .imgcol {
        margin: 0;
    }
}

@media screen and (max-width: 800px) {
    .tech svg {
        width: 90px;
    }
    .hideme {
        visibility: visible;
    }
}

@media screen and (max-width: 600px) {
    .content {
        margin: 0;
        padding: 0;
    }

    #hamburger {
        visibility: visible;
    }
}
