/* -- start setup -- */
/* font-family: 'Lato', sans-serif; */
/* tmp overlay */

@font-face {
  font-family: 'Gotham-Black';
  src: url('Gotham-Black.eot?#iefix') format('embedded-opentype'),  url('Gotham-Black.otf')  format('opentype'),
         url('Gotham-Black.woff') format('woff'), url('Gotham-Black.ttf')  format('truetype'), url('Gotham-Black.svg#Gotham-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Conv_Gotham-Light';
    src: url('fonts/Gotham-Light.eot');
    src: local('☺'), url('fonts/Gotham-Light.woff') format('woff'), url('fonts/Gotham-Light.ttf') format('truetype'), url('fonts/Gotham-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Gotham-Medium';
    src: url('fonts/Gotham-Medium.eot');
    src: local('☺'), url('fonts/Gotham-Medium.woff') format('woff'), url('fonts/Gotham-Medium.ttf') format('truetype'), url('fonts/Gotham-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    /*font-family: 'Lato', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;*/
    font-family: 'Conv_Gotham-Medium', Arial, Verdana, Trebuchet MS,Helvetica,sans-serif;
    font-size: 18px;
    color: #525252;
}

.imgCenter {
    margin-left: auto;
    margin-right: auto;
}

body,
html {
    height: 100%;
}

body {
    background: url(../pcs/pcs_layout/bcg1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.bcg1 {
    background-image: url(../pcs/pcs_layout/bcg1.jpg);
}

body.bcg2 {
    background-image: url(../pcs/pcs_layout/bcg2.jpg);
}


.mailingBox {
    background-color: white;
    padding: 30px;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
}

h1 {
    font-size: 25px;
}


.link {
    color: Black;
    margin-bottom: 10px;
}

.link:HOVER {
    color: #e3231b;
}

.topLogo {
    height: 49px;
    background-color: white;
    background-image: url(../pcs/pcs_layout/logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}