@font-face {
    font-family: "Momentum";
        src: url("https://green-parrot.co.uk/coffee/assets/fonts/abcmonumentgrotesk-medium-webfont.woff");
    src: url("https://green-parrot.co.uk/coffee/assets/fonts/abcmonumentgrotesk-medium-webfont.woff2") format("woff");
    }

@font-face {
    font-family: "Monaako";
        src: url("https://green-parrot.co.uk/coffee/assets/fonts/monaako-script-webfont.woff");
    src: url("https://green-parrot.co.uk/coffee/assets/fonts/monaako-script-webfont.woff2") format("woff");
    }

@font-face {
    font-family: "Momentum Light";
        src: url("https://green-parrot.co.uk/coffee/assets/fonts/abcmonumentgrotesk-light-webfont.woff");
    src: url("https://green-parrot.co.uk/coffee/assets/fonts/abcmonumentgrotesk-light-webfont.woff2") format("woff");
    }

          
body {
    background-color: #EEEEE6;
}

p {
    font-family: "Momentum Light";
    color: black;
    line-height: 1.75;
}

h1,h2,h3,h4 {
    font-family: "Momentum";
    color: :#1D8944;
    
}

.main-title {
    font-family: "Monaako";
    font-size: 50px;
    padding-bottom: 20px;
    transition: .15s
}

.main-text {
    font-family: "Monaako";
}

 a:hover .main-title  {
    text-decoration: none;
    color: #0B381E;
}

a:link { 
  text-decoration: none; 
  color: #1D8944;
} 
a:visited { 
  text-decoration: none; 
    color: #1D8944;
} 
a:hover { 
  text-decoration: underline;
    color: #0B381E;
} 


a:active { 
  text-decoration: none; 
}


.header{
    padding-top:30px;
}

.footer {
    padding-top: 30px;
}

.navigation {
    padding-bottom: 30px;
    font-size: 14px;
}

.title img {
    max-height: 80px;
}
