/*
    Author: Tiziana
    Template: I AM X
    Version: 1.2
    URL: http://demo.trendytheme.net/iamx/html

====================================
------------------------------------
    5. About
    13. Get hired
    14. Map
    16. Print
-------------------------------------
=====================================

*/ 
/* === About Section === */
/*download-button*/
.download-button a {
    margin-bottom: 10px;
}


/*--------------13. Get hired------------------------*/ 
.hire-section h2 {
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 150%;
  /*  text-transform: lowercase;*/
}
.lowercase {
    text-transform: lowercase;
}
/*--------------16. Print------------------------*/ 
@media print {
   /*   head {
    "<title>'Tiziana D'Andrea – Résumé'</title>";
        }
     .dati {
        float: right;
        }
    #home {
        display: none;
        }*/
    .header {
        display: none;
        }
    #about{
        width: 100%;
        float: left;
        display: block;
        }
    #video {
        display: none;
        }
    #container {
        width: 100%;
        margin-right: 0px;
        }
    #contact {
        display: none;
        }
    
    }

/*-------------3. CONTACT ----------------*/

.contact-form strong {
  margin-bottom: 20px;
}
.contact-form .btn {
    margin-top: 10px;
}
.location-map {
    padding: 2px;
}
.map-canvas {
    height: 100%;
}