/*
Theme Name: Will-Marketing Linktreee
Author: Will-Marketing
Version: 1.0
Author URL: http://www.will-connect.de/
Description: Will-Marketing Linktreee
Tags:
*/


/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

*,
:after,
:before {
    box-sizing: inherit;
}

body {
    background-image: url(../images/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    max-width: 100%;
    min-height: 100vh;
    height: auto;
    letter-spacing: 0.1em;
}



.logo {
   width: 350px;
}

h2 {
    color: black;
}

.links__item {
    display: block;
    max-width: 550px;
    margin: 0 auto 15px;
    margin-bottom: 5px;
    padding: 15px 20px;
    font-size: 0.95rem;
    line-height: 1.5;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    color: black;
}


.links__item .links__item:hover {
    background-color: #838B8B;
    color: white;

}


.links__item .links__item {
    border: 2px solid #666;
}


.channels {
    display: flex;
    max-width: 400px;
    margin: 0 auto;
}

.channels a {
    color: #666;
}

.channels .channels__item {
    flex: 1;
    margin-right: 5px;
    transition: transform 0.2s;
}

.channels__item i {
    font-size: 30px;

}

.channels__item:hover {
    transform: scale(1.5);
    color: #66ff00;
}
