/* Custom page CSS
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    background-color: transparent;
    /*font-family: "Open Sans";*/
    font-family: "Verdana";
    color: #000;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    background-color: rgba(0, 0, 0, 0.0);
}

body * {
    font-weight: 0;
}

a,
a:hover {
    color: #000;
}

.page-header {
    margin: 0px;
    padding: 0px;
    border: none;
}

.page-header .row {
    background-color: rgba(0, 0, 0, 0.0);
}

h1 {
	    font-family: "Verdana";
    font-size: 20px; 
}

h2 {
	    font-family: "Verdana";
    font-size: 16px;
}
h3 {
	    font-family: "Verdana";
    font-size: 16px;
}

h4 {
	    font-family: "Verdana";
    font-size: 14px;
	line-height: 18px;
}

@media (max-width: 980px) {
    .footer {
        position: initial;
    }
}

@media (min-width: 1000px) {
    .footer {
        position: absolute;
    }
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.footer .row {
  background: url('logo_commercialisti.png') no-repeat center center;
}

code {
    font-size: 80%;
}

.full {
    background: url(studio-ribodino-lidia-consulente-del-lavoro.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
