/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}



.nav-wrapper .brand-logo {
    display: inline-block;
    height: 100%;
    width: 100%;
    //text-align: center;
}

.nav-wrapper .brand-logo img {
    height: 44px;
    width: 44px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.language-picker li {
    display: inline-block;
}

.language-picker img {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    border-radius: 50px;
}

.language-picker img.l1 {
    transform: translate(-140%, -50%);
}

.language-picker img.l2 {
    transform: translate(-20%, -50%);
}

.language-picker img.l3 {
    transform: translate(100%, -50%);
}

.language-picker img.active {
    box-shadow: 0px 0px 15px #AAFF5E;
}


img.profile-picture {
    border: 3px solid white;
    height: 300px;
    width: 300px;
}

.contact-list {
    font-size: 1.2em;
}

.contact-list i {
    width: 1em;
    font-size: 1.5em;
    text-align: right;
    margin-right: 5px;
}
