body {
    color: white;
    background-color: black;
}


#texto {
    position: absolute;
    font-size: 25px;
    margin-top: 150px;
    margin-left: 45px;
    font-family: 'Ubuntu';
}

#texto1 {
    position: absolute;
    font-size: 25px;
    margin-top: 0px;
    margin-left: 40px;
}

#texto2 {
    position: absolute;
    font-size: 25px;
    margin-top: 0px;
    margin-left: 15px;
}

#texto3 {
    position: absolute;
    font-size: 25px;
    margin-top: 0px;
    margin-left: 5px;
}

.imgbutton {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #FFF;
    box-shadow: 0 0 10px rgb(255, 255, 255);
    display: block;
    float: left;
    margin-top: 50px;
}

.imgbutton1 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #FFF;
    box-shadow: 0 0 10px rgb(255, 255, 255);
    display: block;
    float: left;
    margin-top: 50px;
}

.row {
    border-right: 1px solid white;
}


#nav {
    margin: 0;
    padding: 0;
    float: left;
    margin-top: 1%;
    margin-left: 70px;
}


#nav li {
    list-style: none;
    width: 250px;
    height: 70px;

    height: 100%;
}

#nav li a {
    display: block;
    padding: 8px;
    border-right: 4px solid #444;
    text-decoration: none;
    color: white;
    height: 70px;
    font-size: 15px;
}

#nav li a:hover {
    border-left: 4px solid #069;
    background: #f8f8f8;

    font-weight: bold;
    color: black;
}

#nav li ul {
    display: none;
    margin-top: 50%;
}

#nav li:hover ul {
    display: block;
}

#nav li:hover ul li {
    background: #333;
}

#nav li:hover ul li a {
    color: #ccc;
}

#nav li:hover ul li a:hover {
    background: #222;
    border-left: 4px solid #900;
}

#nav img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 10px white;
    display: inline-block;
    margin-right: 20px;
}

#nav img:hover {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid black;
    box-shadow: 0 0 10px black;
    display: inline-block;
    margin-right: 20px;
}

#nav li a:hover img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid black;
    box-shadow: 0 0 10px black;
    display: inline-block;
}