.navbar-dark .navbar-toggler {
	border: none;
	color: white;
}

.logo-img{
	width: 50%;
	height: 50%;
}

.logo {
    float:left;
}

.top-jumbotron {
   position: relative;
   width: 100vw;
   min-height: 450px;
   background:linear-gradient(135deg,rgba(11,134,217,0.4),rgba(191,33,219,0.4))
   ,url(img/creator-top.jpg) no-repeat center;
   background-size: auto;
}

.top-jumbotron h1 {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-weight: 900;
    font-size: 100px;
    mix-blend-mode: multiply;
}

/* .jumbotron-fluid {
    position: relative;
    width: 100vw;
    min-height: 400px;
    background:linear-gradient(135deg,rgba(11,134,217,0.4),rgba(191,33,219,0.4))
    ,url(img/creator-top.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;

}

.jumbotron-fluid h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-weight: 900;
    font-size: 100px;
    mix-blend-mode: multiply;
} */

.card-img-top {
    filter: brightness(105%);
}

.job {
    position: relative;
    background: url(img/malti.png)no-repeat center;
    opacity: 0.6;
    background-size: cover;
    height: 200px;
    filter: drop-shadow(5px 5px 10px #666);
}

.job h2 {
    position: absolute;
    bottom: 0;
}

.job2 {
    position: relative;
    background: url(img/hobby.png)no-repeat center;
    background-size: cover;
    height: 200px;
    filter: drop-shadow(5px 5px 10px #666);
}

.job2 h2 {
    position: absolute;
    bottom: 0;
}

.job3 {
    position: relative;
    background: url(img/edit.jpg)no-repeat center;
    filter: drop-shadow(5px 5px 10px #666);

    background-size: cover;
    height: 200px;
}

.job3 h2 {
    position: absolute;
    bottom: 0;
}

@media all and (min-width: 320px) and (max-width: 768px) {
	.logo-img {
		width: 5%;
		height: 5%;
	}

	.container {
		max-width: 100%;
		padding: 0;
		margin: 0 2%;
	}

	.top-jumbotron {
        max-height: 300px;
        text-align: center;

    }

    .top-jumbotron h1 {
		bottom: -50%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
		margin-bottom: 0;
		padding: 2%;
		font-size: 12px;
    }

    .jumbotron-fluid {
        max-width: 100%;
        height: auto;
        background-size: contain;
    }

	.custom-container {
		max-width: 100%;
		margin: 0 2%;
	}

	.job {
		width: 100%;
		height: auto;
	}

	footer {
		margin: 10%
		font-size: 15px;
	}

}
