﻿.slide2 {
    background-image: url("../Assets/Img/HowTo_HeroB.png");
    background-position: center;
    background-repeat: no-repeat;
}

.navbar-toggler {
    position: relative;
    right: 0px;
}

.steps-container{
    text-align: left;
    color: black;
    margin-top: 5px;
    margin-bottom: 50px;
}

#main-container, .howto-container, .row{
    margin: 0;
}

.image-container {
    background: white;
}

.adds-container{
    background: white;
}

#tut-title-container{
    margin:20px;
    height:auto;
}

h1{
    font-size: 50px;
}

h2{
    font-size: 40px;
    color: #000000;
}

#tut-title-container h3{
    text-align: left;
    font-size: 25px;
    color: #000000;
}

.step-bold{
    color: #b200ff;
    font-size: 20px;
}

.steps{
    font-size: 18px;
    color: #000000;
}

.howtos-cont h2, h3{
    font-size:20px;
    color: white;
    text-align: center;
}

/*How to*/
#how-to {
    width: auto;
    height: 600px;
}

.bot-howto {
    position: relative;
    top: 500px;
}

.howto-container {
    width: 100%;
    height: auto;
    background: #ffffff;
    text-align: center;
    color: black;
}

#icons img {
    background: white;
    text-align: match-parent;
    width: 50px;
    height: 50px;
}

.btn img{
    height: contain;
    overflow: hidden;
}

.modal img{
    width:100%;
}

.note-bold{
    background: #ffd800;
    font-weight: bold;
    font-size: 20px;
}

.key-strokes{
    color: black;
    font-size: 18px;
    background: #ff6a00;
    border-radius: 5px;
    margin:1px;
}

.anoun{
    color: #ff006e;
    font-size: 20px;
}

.next-prev{
    text-align: center;
    height: 25px;
}

.prev-button{
    position: relative;
    width: 100%;
}

.next-button{
    position:relative;
    width: 100%;
}

.prev-link {
    position: absolute;
    left: 0px;
    top: -25px;
    background: #00ffff;
    border-radius: 5px;
    width: fit-content;
}

.next-link {
    position: absolute;
    right: 0px;
    top: -35px;
    background: #00ffff;
    border-radius: 5px;
    width: fit-content;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 256px;
}

