.image{
    position: relative;
    max-height:564px;
    max-width:564px;
    height: 100%;
    width: 100%;
}

h3 {
    color: dimgrey;
    font-size: 20px;
}

.video {
    position: relative;
    height: auto;
    width: 100%;
    float: left;
}

#containervideo {
    margin: 0;
}

.title h1 {
    position: relative;
    display: inline-block;
}

.title {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 60px;
    color: dimgrey;
    text-shadow: 0 0 7px dimgrey;
}

.title h1:hover {
    color: black;
}

h1 {
    color: dimgrey;
    font-size: 40px;
    text-align: center;
}

.barra {
    width: 100%;
    background-color: dimgrey;
    height: 80px;
}

.texto a {
    font-size: 20px;
    padding: 5px;
    line-height: 80px;
    text-decoration: none;
    color: white;
    display: inline-block;
}

/* For mobile phones */
@media screen and (max-width: 600px) {
    [class*="col"] {
        width: 100%;

        /* since in mobile columns are 100%, we cannot have margin-left in the columns*/
        margin-left: 0;
    }

    .texto a {
        font-size: 17px;
        margin-left: 30px;
    }

    .align1 {
        margin: 5px;
    }

    #align2 {
        margin: 5px;
    }

    .align3 {
        margin: 5px;
    }

    #align5 {
        margin: 5px;
    }

    #align6 {
        margin: 5px;
    }

    p {
        margin-left: 20px;
        margin-right: 20px;
    }

    h3{
        margin-left: 20px;

    }

}
