
body{
    background-color: #7AB2D3;
    margin: 0px;
    padding: 0px;
}
body.bg-light {
    --bs-bg-opacity: 1;
    background-color: #7AB2D3 !important;
}
.bgimage {
    height:100vh;
    background-color: #7AB2D3;
    
}
nav{
    width: 99vw;
}
.barreg{
    display: flex;
    float: left;
    border-bottom: 10px solid black;
    width: 20%;
    margin-top: 3vw;
    margin-left: 8vw;
}
.barred svg{
    display: flex;
    float: right;
    width: 20%;
    margin-top: 4vw;
    margin-left: 8vw;
    margin-right: 0vw;
    font-size: 200%;
}
/* text css above hero image*/
.hero_title {
    font-size: 6rem;
}
.hero_desc {
    font-size: 4rem;
}
.hero-text {
    background-color: #7AB2D3;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
}


/* about section image css */
.imageAboutPage {
    width: 100%;
    margin-top: -50%;
}
.card-title {
    text-align: center;
}


/* social media icons styling */
.social-icons {
    font-size: 900px;
    cursor: pointer;
}
.fa-linkedin:hover{
    color: #0066ff;
}

#contact a{
    font-size: 3vh;
    cursor: pointer;
    color: rgb(24, 22, 22);
    text-align: center;
}
#contact .card{
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
}
footer {
    font-family: Kanit;
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
}