
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
@import url('fontello/css/fontello.css');




.site-branding {
  float: left;
}



.main-navigation {
  float: right;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation li {
  display: inline-block;
}

.main-navigation a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.main-navigation a:hover {
  color: #000;
}


.header-instagram-icon {
    border-left: medium none;
    padding: 14px 14px 14px 14px;
    float: right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.header-instagram-icon:hover {
    transform: scale(1.12);
}

.header-instagram-icon:before {
    content: '\f31e';
    color: #007fff;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 32px/1 'fontello';
    vertical-align: text-top;
}

.header-pinterest-icon {
    border-left: medium none;
    padding: 14px 16px 14px 20px;
    float: right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.header-pinterest-icon:hover {
    transform: scale(1.12);
}

.header-pinterest-icon:before {
    content: '\e801';
    color: #007fff;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 32px/1 'fontello';
    vertical-align: text-top;
}

.header-tiktok-icon {
    border-left: medium none;
    padding: 14px 7px 14px 14px;
    float: right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.header-tiktok-icon:hover {
    transform: scale(1.12);
}



.header-tiktok-icon:before {
    content: '\e800';
    color: #007fff;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 32px/1 'fontello';
    vertical-align: text-top;
}



































