.navbar-brand{
    color:white;
}

.navbarScroll.navbarDark{
    background-color:#151d51;
}

.navbar-collapse {
    display:flex;
}

.navbar-toggler{
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
}


/* for mobile phones and small width screens */
.hero_title{
    font-size:2rem;
}
.hero_desc{
    font-size:1.5rem;
}
.navbar{
    background-color: #151d51;
}

@media only screen and (min-width: 990px){
    .hero_title{
        font-size:4.5rem;
    }
    .hero_desc{
        font-size:2rem;
    }
    .navbar{
        background-color: transparent;
    }
}

.bgimage {
    height:100vh;
    background: url('images/background image.png');
    background-size:cover;
    position:relative;

}

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

.projectsimage {
    height:40vh;
    background: url('images/gray bar.png');
    position:relative;
    background-size:cover;
}

.projects_header{
    text-aligh:center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #2d3da1;
    font-size: 3rem;
}

#about{
    scroll-margin-top:300px;
}
.imageAboutPage{
    width:100%;
}

.linkButton{
    background-color: #2d3da1;
    border:none;
    color: white;
    padding:5px 15px;
    text-align: center;
    text-decoration: none;
    display:inline-block;
    font-size: 18px;
    margin:4px 2px;
    cursor:pointer;
    border-radius : 22px;
}

.spaceImage{
    height:10vh;
}

.project_bulletpoints{
    list-style: none;
}

ul.project_bulletpoints li{
    display: inline-block;
    padding: 0 0.5rem;
}

.social-icons{
    font-size:36px;
    cursor:pointer;
}

.tired-of-this-shit{
    text-aligh:center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fa-envelope:hover,.fa-linkedin:hover,.fa-twitter:hover,.fa-github:hover, .fa-twitch:hover {
    color: #2196f3;
}
.fab, .fa {
    color: #2d3da1;
}


/* for mobile phones and small width screens */
.contactimage {
    height:60vh;
    background: url('images/gray bar.png');
    position:relative;
    background-size:cover;

}

@media only screen and (min-width: 990px){
    .contactimage {
        height:50vh;
        background: url('images/gray bar.png');
        position:relative;
        background-size:cover;
    }
}