body {
    background-color: #262626;
}


[class^=parallax] {
    /* Set a specific height */
    min-height: 200px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    /* for child elements that are position:absolute */
    position: relative;
    width: 100%;
}
[class^=parallax]::before{
    content: "";
    overflow: hidden;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    filter: brightness(50%);
    opacity: 0.75;
}

.parallax1::before{
    background-image: url("/static/blog/images/lukasz-szmigiel-jFCViYFYcus-unsplash.jpg");
    filter: brightness(50%);
    opacity: 0.9;
}

.parallax2::before {
    background-image: url("/static/blog/images/ptero.svg");

    /*top: 150px;*/

}

.parallax3::before {
    background-image: url("/static/blog/images/austin-distel-VCFxt2yT1eQ-unsplash.jpg");

    /*top: 150px;*/

}

.parallax4::before {
    background-image: url("/static/blog/images/celtics_logo.png");

    /*top: 150px;*/

}

.parallax5::before {
    background-image: url("/static/blog/images/renata-adrienn-ebvCsRypmxM-unsplash.jpg");

    /*top: 150px;*/

}
.parallax1{
    min-height: 350px;
}

.pdiv {
    /* Set a specific height */
    min-height: 200px;
}

.pcontent{
    min-height:500px;
}

.navbar{
    /*background-color: rgb(34,57,85);*/
    background-color: #262626;
    border: whitesmoke;
}

.card {
    background-color: inherit;
    text-shadow: #000 0px 0px 5px;
    /*border-radius: 1rem;*/
    /*opacity: 0.4;*/
}
.tooltip-inner {
    max-width: 350px;
    /* If max-width does not work, try using width instead */
    /*width: 350px;*/
}

.jumbotron {
    background-color: #262626;
    padding: 0;
    /*box-shadow: 0px 7px 22px -2px rgba(194,194,194,1);*/

}

.btext {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    /*letter-spacing: -0.09em;*/
    /*line-height: 0.9em;*/
    white-space: pre-line;

}

.stext {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    text-transform: none;
    /*letter-spacing: -0.09em;*/
    /*line-height: 0.9em;*/
    /*white-space: pre-line;*/
    color:white;

}

.title-lg{
    font-size: 2em;
}

.desc-lg{
    font-size:1.3em;
}

.topright{
    position:absolute;
    top:10px;
    right:10px;
}
.topleft{
    position:absolute;
    top:10%;
    left:10px;
}

.bottom {
    position:absolute;
    bottom:10px;
    right:50%;
}

.tooltipbutton{
    text-shadow: #73d27d 0px 0px 5px;
}

#loginButton{
    border:none;
    /*color:white;*/
}

#signUpButton{
    background-color: inherit;
    border:none;
}

