@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@300;400;500&display=swap');
/*ff-providence-sans-web-pro*/
@import url("https://use.typekit.net/ngc7tey.css");

html, body{
    margin: 0;
    padding: 0;
    font-family: 'ff-providence-sans-web-pro', cursive;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    background-color: #c3c6a7;
}

@media (max-width: 800px){
    body{
        font-size: 30px;
    }
}

a, a:visited{
    color: #000000;
}

h1{
    font-size: 50px;
}

.content{
    width: 1000px;
    max-width: 90vw;
    margin: 50px auto 40px auto;
}


img.logo-image{
        width: 300px;
    max-width: 60vw;
    margin: 40px auto 100px auto;
    display: block;
    
}



img.senseofbrittaslink{
    max-width: 80%;
    margin: 40px auto 20px auto;
     display: block;
}


.menulink {
  background-color: #1d252c; 
  border: none;
  border-radius: 5px;    
  color: #c3c6a7;
  padding: 25px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
    margin-top: 30px;
 
}

footer{
    background-color: #1d252c;
     width: 100%;
    margin-top:80px;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer h3{
    color: #ffffff;
    font-weight: 400;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 20px;
}

footer p{
    color: #ffffff;
    font-weight: 300;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 20px;
}

footer > div{
    display: flex;
    margin: auto;
    width: 1000px;
    max-width: 90vw;
    align-items: center;
  justify-content: center;
}

@media (max-width: 1000px){
    footer div{
        display: block;        
    }
    footer .footer-1{
        display: none;
    }
    
}/*@media*/
    


    

footer .footer-1{
   flex-basis: 25%;
    flex-grow: 0;
    padding-bottom: 30px;
}
footer .footer-2{
   flex-basis: 50%;
    flex-grow: 0;
    padding-bottom: 30px;
}
footer .footer-3{
   flex-basis: 25%;
    flex-grow: 0;
    padding-bottom: 30px;
}

footer img.logo-footer{
    width: 90%;
    display: block;
    margin: auto;
    max-width: 50vw;
    
}

footer img.socmed{
    width: 50px;
    margin: auto;
    margin-left: 20px;
}

span.andsign{
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 100;
}

