body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

#header {
    background: -webkit-linear-gradient(35deg, #2196f3, #90caf9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(35deg, #2196f3, #90caf9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(35deg, #2196f3, #90caf9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(35deg, #2196f3, #90caf9); /* Standard syntax (must be last) */

    /*background-color: #2196f3;*/
/*    height: 250px;*/
    color: #fff;
}

#headeer i {
    font-size: 1rem;
}

.header-icon-text {
    position: relative;
    font-size: 0.7rem;;
    top: -10px;
}

h1 {
/*     font-family: 'Roboto', sans-serif; */
    font-weight: 400;
    font-size: 1.4rem;
}

h2 {
/*     font-family: 'Roboto', sans-serif; */
    font-weight: 300;
    font-size: 1rem;
}

/* ==========================
// anchor style
============================= */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;

}

a:link {
    text-decoration: none;
}
/* anchor style */

.link-header:hover {
    background-color: #42a5f5;
}

.link-info:hover {
    background-color: #f3e5f5;
}

.logo {
    margin: 20px auto;
    background-color: #fff;
    height: 90px;
    width: 90px;
    border-radius: 50%;
}

#header a {
    color: white;
    padding: 30px 0;
}

.icons {
    font-size: 1.8rem;
}

#info {
    margin-top: 10px;
    font-size: 1rem;
}

.data {
    margin-top: 5px;
    color: #000;
}

.data-icon {
    color: #a0a0a0;
    font-size: 1.8rem;
}

.data-description {
    position: relative;
    color: #a0a0a0;
    font-size: 0.8rem;
    border: 0;
    padding: 0;
    top: -6px;
}

#social-section {
    margin-top: 5px;
}

#social-section i {
    font-size: 2.5rem;
}

.fa-facebook-official {
    color: #3f51b5;
}

.fa-instagram {
    color:  #9c27b0;
}

.fa-vimeo-square {
    color: #2196f3;
}

/* #my-share-button {
    position: fixed;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 60px;
    background-color: lightblue;
    border-radius: 50%;
    right: 10px;
    bottom: 10px;
} */

footer {
  font-size: 0.8rem;
  padding: 15px 0;
}
