/*
Theme Name: London Record Buyer 2019
Author: Built with Understanding
Author URI: http://www.builtwithunderstanding.com


/* @import must be at top of file, otherwise CSS will not work */

/*font-family: 'Avenir Pro 35 Light'
font-family: 'Avenir Pro 55 Roman'
font-family: 'Avenir Pro 65 Medium'
font-family: 'Avenir Pro 85 Heavy'*/

html, body {

    font-style: normal;
    font-weight: 400;
    font-size:18px;
    background-color: #ccc;
    color:#ddd;
    font-family: bc-alphapipe, sans-serif;


    font-weight: 400;

    font-style: normal;

}

h1, h2, h3, h4 {

    font-family: bc-alphapipe, sans-serif;

    font-weight: 700;

    font-style: normal;

    color:#eee;

}

hr {

border-color:#eee;

}

a,
a:active,
a:visited {

    color:#c5552b;

}

a:hover {

    color:#c5552b;


}

.container {

    padding:40px 120px 100px 120px;

}

.contact-details-header {

    font-size:1.4em

}

@media (max-width: 767px) {

  .container {

      padding:20px 20px 100px 20px;

  }

  .contact-details-header {

      font-size:1em

  }

}
