/*
Theme Name: meghajoshi
Author: joshimegha
Author URI: https://meghajoshi.net/
Description: Megha Joshi Personal Website
Version: 1.2
*/

/* display background color black on navbar scroll */
.navbarScroll.navbarDark {
    background-color: black;
}

/* hero background image */
.bgimage {
    height:100vh; 
    background: url('/wp-content/themes/MeghaJoshiCustomWebsite/images/Cover_Photo_Edit.jpg');
    background-size:cover;
    position:relative;
}
/* text css above hero image*/
.hero_title {
    font-size: 4.5rem;
}
.hero_desc {
    font-size: 2rem;
    text-align: center;
    color:white;
}
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text:visited {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }

/* spacing on all sections */
#about, #experience, #research, #pnw, #contact {
    padding-top: 4rem;
}
#contact {
    padding-bottom: 4rem;
}
/* about section image css */
.imageAboutPage {
    width: 100%;
}
.form-style {
    display: flex;
    text-align: center;
    justify-content:center;
    align-items:center; 
}
/* services section css */
.servicesText.card {
    height: 85vh;
    cursor: pointer;
    display: flex;
  }
.servicesIcon {
    font-size: 36px;
    text-align: center;
    width: 100%;
}
.btn.btn-secondary{
    margin-right: 30px;
 }
.card-title {
    text-align: center;
    justify-content:center;
    align-items:center;  
}
.card-content {
    font-size: 1rem;
}
.card:hover .servicesIcon {
    color: #008000;
}
.servicesText:hover {
    border: 1px solid #008000;
}

.App {
    font-family: sans-serif;
    font-weight:800;
    font-size:40px;
    text-align: center;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:100vh;
    background:green;
    }
    