@font-face {
    src: url(../../fonts/beguiat/benguiat_bold.ttf);
    font-family: benguiat;
}
body,html {
    height: 100vh;
    width: 100vw;
}

body {
    background: url(doggy.gif) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }


.wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow-x: scroll;
}
p {
    font-family: Arial, Helvetica, sans-serif;
    width: 100vw;
    text-align: center;
    font-size: 15pt;
    color: white;
}
a {
    text-decoration: none;
}

img {
    opacity: 1;
    transition: 1s ease-in-out;
}





@media screen and (min-width:320px){
    h1 {
        font-size: 25pt;
        text-align: center;
        font-family: benguiat;
        color: white;
        margin: 10vh 0;
    }
    .hoodie {
        width: 90vw;
        display: block;
        margin: 0 auto;
    }

    img:hover {
        opacity: 0.65;
        transition: 1s ease-in-out;
    }

    .social-media {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr;
        margin-top: 10vh;
        margin-bottom: 10vh;
    }
    .fb-link{
        justify-self: right;
        margin-right: 3vw;
    }
    .insta-link{
        justify-self: left;
        margin-left: 3vw;
    }
    .icon {
        height: 2em;
        width: unset;
        filter: brightness(20);
    }

    .insta {
        filter: invert(1);
        justify-self: left;
    }
    .fb {
        justify-self: right;
    }
    
}    

@media screen and (min-width:700px) and (min-height:700px){
    h1{
        font-size: 40pt;
    }
    p {
        font-size: 22pt;
    }

    .hoodie {
        width: 50vw;
    } 
}