body{
    font-family: 'Josefin Sans', sans-serif; 
    padding-top: 60px;
    background-color: #304D6D;
    color: white;
}

body{
   /* width: 100%;
    background-image: url("img/forest.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;*/
    /*min-height: 100vh;*/
}

main{
    min-height: 100vh;
}

.main-container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.main-links a{
    font-weight: bold;
    font-size: large;
    cursor: pointer;
    text-decoration: none;
    color: white;
}

.main-links a:hover{
    color: #F4E9CD!important;
}

header nav, footer{
    background-color: #82A0BC;
}


.light-text, .nav-link, footer{
    /*color: #304D6D;*/
    color:#1b344e;
}

.navbar-brand:focus, .navbar-brand:hover {
    color: #304D6D;
    /*color: #304D6D;*/
    color:#1b344e;
    cursor: default;
}


.cover-area .col{
    height: fit-content;
}

.banner-area{
    width: 100%;
    background-image: url("img/keyboard.jpg");
    /*height: 300px;*/
    height: 100vh;
   /* max-height: 300px;*/
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    color: #F4E9CD;
}
.cover-img{
    height: auto;
    width: 100%;
}
.cover-text{
    max-width: fit-content;
    /*text-shadow: 0 0 20px #000;*/
   /* background-color: #80808099;
    border: 1px solid transparent;
    border-radius: 1rem;
    padding: 1rem;*/
}

.cover-text h1{
    font-family: 'Yellowtail', cursive;
    font-size: xxx-large;
}


.font-satisfy{
    font-family: 'Satisfy', cursive;
    font-size: x-large;
}

[id]::before {
    content: '';
    display: block;
    height:      75px;
    margin-top: -75px;
    visibility: hidden;
  }

.min-margin{
    margin-top: .1rem;
}

.font-yellowtail{
    font-family: 'Yellowtail', cursive;
}

.card{
    color: white;
    background-color:#2D3047;
}

.card-title{
    font-weight: bold;
    color: #1B998B;
}

.card-text small{
    color: wheat;
}

.card-img{
    height: 75px;
    width: 75px;
    margin-inline: auto;
    object-fit: contain;
}

a.btn.btn-light, .social-btns button, .greenBtn{
    background-color: #1B998B;
    border-color: transparent;
    color: #2D3047;
    font-weight: 600;
}

a.btn.btn-light:hover{
    background-color: white;
}

.section-title{
    background-color: #2D3047;
    color: white;
    border-color: transparent;
}

.cv-img{
    height: 25px;
    width: 25px;
}

