body {
    position: relative;
    /* we need this for the scrollspy */
    font-size: 2em;
    /*background-color: #2c343b;*/
}


/*section {
    padding: 25px 0 35px;
    background: #fff;
}*/

a {
    color: #328563;
}

a:hover {
    color: #006619;
}

.logo {
    height: 300px
}

.logo-font {
    font-family: 'Cormorant Garamond', serif;
}

.fade-light {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0.3) 65%, rgba(255, 255, 255, 0.0) 100%);
}

.fade-light-strong {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 65%, rgba(255, 255, 255, 0.0) 100%);
}

.fade-light-strongest {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.75) 35%, rgba(255, 255, 255, 0.75) 65%, rgba(255, 255, 255, 0.0) 100%);
}

.fade-light-ultra {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.95) 25%, rgba(255, 255, 255, 0.95) 75%, rgba(255, 255, 255, 0.0) 100%);
}

.fade-dark {
    background-color: rgba(0, 0, 0, 0.5);
    /*text-align: center;*/
    color: #fff;
}

.content-frame {
    margin-bottom: 30px;
    padding: 25px 30px;
}

.content-line {
    width: 45px;
    height: 3px;
    background-color: #328563;
    /*margin: 20px 0px 20px 0px;*/
    margin: 20px auto 20px auto;
}

.parallax-content {
    width: 100%;
    min-height: 100vh;
    position: relative;
    /*opacity: 0.65;*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*****
sections
******/

.home-section {
    padding-top: 10vh;
    background-image: url(../img/bg1.jpg);
}

.home-section h1 {
    font-size: 43px;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    /*margin-bottom: 0px;
    margin-top: 0px;    */
}


/*********************/

.contact-section {
    /*padding-left: 15px;
    padding-right: 15px;*/
    padding-top: 15vh;
    background-image: url(../img/bg_wall3.jpg);
}


/*********************/

.profile-section {
    /*padding-left: 15px;
    padding-right: 15px;*/
    padding-top: 15vh;
    background-color: white;
}

.profile-picture {
    filter: brightness(120%);
}


/*********************/

.special-card {
    /* create a custom class so you 
       do not run into specificity issues 
       against bootstraps styles
       which tends to work better than using !important 
       (future you will thank you later)*/
    background-color: rgba(255, 255, 255, 0);
    /*opacity: .4;*/
}