@charset "UTF-8";

* {
    box-sizing: border-box;
}

/* Style the body */
body {
    font-family: 'Muli', sans-serif;
    margin: 0;
}

/* Header/logo Title */
.header {
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 16px;
	padding-bottom: 4px;
	color: white;
	background-color: #f3f3f3;
	background-image: -webkit-linear-gradient(90deg,rgba(114,2,4,1.00) 2.95%,rgba(255,255,255,1.00) 10.68%), url(../usmh/usmh_logo.png);
	background-image: -moz-linear-gradient(90deg,rgba(114,2,4,1.00) 2.95%,rgba(255,255,255,1.00) 10.68%), url(../usmh/usmh_logo.png);
	background-image: -o-linear-gradient(90deg,rgba(114,2,4,1.00) 2.95%,rgba(255,255,255,1.00) 10.68%), url(../usmh/usmh_logo.png);
	background-image: linear-gradient(0deg,rgba(114,2,4,1.00) 2.95%,rgba(255,255,255,1.00) 10.68%), url(../usmh/usmh_logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top left;
	position: relative;
	text-align: center;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* Increase the font size of the heading */
.header h1 {
	font-size: 40px;
	font-weight: normal;
	text-align: left;
}
.headerL h1 {
	font-size: 40px;
    font-family: 'Muli', sans-serif;
	font-weight: normal;
	text-align: center;
}

.headerh1 {
	font-size: 40px;
    font-family: 'Muli', sans-serif;
	font-weight: normal;
	text-align: center;
}


/* Style the top navigation bar */
.navbar {
    overflow: hidden;
    background-color: #333;
}

/* Style the navigation bar links */
.navbar a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
}

/* Right-aligned link */
.navbar a.right {
    float: right;
}

/* Change color on hover */
.navbar a:hover {
    background-color: #ddd;
    color: black;
}

/* Column container */
.row {  
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
/*    flex-wrap: wrap;*/
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
    -ms-flex: 30%; /* IE10 */
    flex: 30%;
    background-color: #f1f1f1;
    padding: 20px;
}

/* Main column */
.main {
	-ms-flex: 70%; /* IE10 */
	flex: 70%;
	background-color: #f3f3f3;
	padding: 20px;
}

/* Fake image, just for this example */
.fakeimg {
	background-color: #f3f3f3;
	width: 100%;
	padding: 20px;
}
.lfimg {
	background-color: #f3f3f3;
	width: 100%;
	padding: 2px;
}


/* Footer */
.footer {
    padding: 20px;
    text-align: center;
    background: #ddd;
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
    .row {   
        flex-direction: column;
    }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
    .navbar a {
        float: none;
        width: 100%;
		text-align: left;
    }
}
.altezza {
	height: 25px;
}
