.body1{
    background-color: grey;
}

h1{
    text-align: center;
    font-size: 100px;
}

h3{
    text-align: left;
    width: 60%;
    padding: 10px;
    margin: auto auto;
    float: center;
}

h5 {
    text-align: center;
}

.allvideos{
    margin-top: 3%;
}

.videoelement{
    float:left;
    padding: auto;
    width: 43%;
    margin-top: 3%;
    margin-bottom: 3%;
}

#monitor{
    font-size: 55px;
    background-color: blue;
    text-align: center;
    word-wrap: break-word;
    vertical-align: text-bottom;
    width: 60%;
    height: 400px;
    margin: auto auto;
    border: 1px solid black;
}



.btngroup{
    text-align: center;
    background-color: grey;
    padding: 5px 5px;
    display: table;
    margin: 0px auto;
    border: 1px solid black;
}

.btn{
    font-size: 70px;
}

form{
    text-align: center;
    margin: auto auto;
}


#clave{
    font-size: 35px;
    background-color: blue;
    text-align: center;
    width: 60%;
    height: 70px;
    margin: auto auto;
    border: 1px solid black;
}

#textoaencriptar, #textoaencriptar1{
    float: left;
    width: 35%;
    height: 300px;
    font-size: 30px;
    margin: 40px 40px;
    text-align: center;
    padding: auto;
    border: 1px solid black;
    overflow: hidden;
    white-space: normal;
}

::placeholder {
    padding: auto;
    text-align: justify;
    overflow: hidden;
    white-space: normal;
  }

#textoencriptado, #textoencriptado1{
    float: right;
    width: 35%;
    height: 300px;
    font-size: 25px;
    background-color: white;
    margin: 40px 40px;
    text-align: center;
    border: 1px solid black;
    word-wrap: break-word;
}

#encriptartexto{
    position: relative;
    background-color: lightgrey;
    color: black;
    text-align: center;
    width: 25%;
    height: 150px;
    margin: auto auto;
    font-size: 50px;
    vertical-align: text-top;
    border: 1px solid black;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#submit{
    background-color: lightgrey;
    color: black;
    text-align: center;
    width: 30%;
    height: 100px;
    margin: 30px auto;
    font-size: 70px;
    visibility: hidden;
    vertical-align: text-top;
    padding: 50px;
}

#wikipedia{
    width: 80%;
    height: 60%;
    margin: auto auto;
    text-align: center;
    float: left;
}

#decodificartexto{
    background-color: lightgrey;
    color: black;
    text-align: center;
    width: 30%;
    height: 170px;
    margin: auto auto;
    font-size: 70px;
    vertical-align: text-top;
    border: 1px solid black;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videos{
    text-align: rigth;
    width: 90%;
    align-items: center;
    margin: 50px 100px;
    justify-content: center;
}

#hash{
    display: flex;
    flex-direction: column;
}

#blockchainvideo2{
    display:none;
}

#carousel{
    margin: auto;
    align-items: center;
    text-align:center;
}
#carouselcharacters{
    display: inline-block;
    margin-bottom: 20px;
}
.carousel-item{
    cursor: pointer;
}



#btn-menu, #btn-menu1, #btn-menu2, #btn-menu3{
    display: none;
}


.container-menu{
    position: fixed;
    background: rgba(0,0,0,0.5);
    width:100%;
    height:200%;
    top: 0; left: 0; bottom: 0;
    transition: all 500 ms ease;
    opacity: 0;
    visibility: hidden;
}

#btn-menu:checked ~ .container-menu, #btn-menu1:checked ~ .container-menu, #btn-menu2:checked ~ .container-menu, #btn-menu3:checked ~ .container-menu {
    opacity: 1;
    visibility: visible;
}



.cont-menu{
    width:100%;
    max-width: 250px;
    background: #1c1c1c;
    height: 100%;
    position: relative;
    transition: all 500ms;
    transform: translateX(-100%);
}

#btn-menu:checked ~ .container-menu .cont-menu, #btn-menu1:checked ~ .container-menu .cont-menu, #btn-menu2:checked ~ .container-menu .cont-menu, #btn-menu3:checked ~ .container-menu .cont-menu{
    transform: translateX(0%);
}

.cont-menu .nav-menu a{
    display: block;
    text-decoration: none;
    padding: 20px;
    color: #c7c7c7;
    border-left: 5px solid transparent;
    transition: all 400 ms ease;
}

.cont-menu .nav-menu a:hover{
    border-left: 5px solid #c7c7c7;
    background: 1f1f1f;
}

.cont-menu label{
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

.grandechiffre{
    float:left;
    max-width: 50%;
    margin-right: 100px;
    justify-content: space-between;
}

.turingfirst{
    float: left;
    max-width: 50%;
    margin-right: 100px;
    justify-content: space-between;
    margin-bottom: 40px;
}


@media screen and (max-width: 1200px){
    .allvideos{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: space-around;
        width: 95%;
    }
    .videoelement{
        padding: auto;
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
        margin: auto;
        margin-bottom: 3%;
        align-items: center;
        float: none;
        justify-content: center;
    }

    #clave{
        font-size: 25px;
    }

    #decodificartexto{
        font-size: 50px;
    }
    
    .grandechiffre{
    float:left;
    max-width: 40%;
    margin-right: 50px;
    justify-content: space-between;
    }


}



@media screen and (max-width: 1000px){

    #translate{
        display: none;
    }

    .videoelement{
        width: 90%;
        margin: auto;
        margin-bottom: 3%;
        align-items: center;
    }

    .videoelement iframe{
        max-width: 150%;
    }

    #monitor{
        vertical-align: text-top;
        font-size: 45px;
    }

    #decodificartexto{
        font-size: 40px;
    }

    #blockchainvideo{
        display:none;
    }
    #blockchainvideo2{
        display:block;
    }

    .carousel-item{
        justify-content: center;
        width: 80%;
        height: auto;
    }

}

@media screen and (max-width: 817px){
    #encriptartexto{
        font-size: 25px;
    }

    .btn{
        font-size: 25px;
    }
   
    #textoaencriptar{
        float: none;
        align-self: center;
        margin: 5% 5%;
        height: 50px;
        width: 80%;
    }
    ::placeholder {
        font-size: 25px;
      }

      #textoencriptado{
        float: none;
        width: 80%;
        height: 100px;
        margin: 5% 5%;
        align-self: center;
    }

    #clave{
        font-size: 18px;
        min-height: 100px;
    }
    #textoaencriptar1{
        float: none;
        align-self: center;
        margin: 5% 5%;
        height: 50px;
        width: 80%;
    }
    ::placeholder {
        font-size: 25px;
      }

      #textoencriptado1{
        float: none;
        width: 80%;
        height: 100px;
        margin: 5% 5%;
        align-self: center;
      }

    #decodificartexto{
        font-size: 25px;
    }

    #carousel{
        width: 90%;
        max-width: 400px;
        height: auto;
        margin-bottom: 20px;
    }

    #carouselcharacters{
        width: 90%;
        max-width: 400px;
        height: auto;
    }

    .carousel-item{
        width: 90%;
        height: auto;
        max-width: 400px;
    }

    #alertacarousel{
        width: 90%;
        height: auto;
        max-width: 400px;
    }

    .grandechiffre{
        float:none;
        align-items: center;
        max-width: 80%;
        width:  ;
        margin-right: 50px;
        justify-content: space-between;
        }
}