.safety, .safety2, .cycle{
    padding: 20px 40px;
    text-align: center;
}

.safety h1{
	text-align: left;
}

.safety p, .cycle p{
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
}

.safety ul{
    text-align: left;
    font-size: 15px;
    margin-top: 20px;
    font-weight: bold;
    background-color: rgba(255, 165, 0, 0.17);
    padding: 15px 35px;
    border-radius: 10px;
    list-style-type: circle;
}

.safety ul li{
    padding: 8px;
}

.h2{
    border-top: 1px solid darkgray;
    clear: both;
    text-align: left;
    padding-left: 40px;

}
.safety2 div{
    display: inline-block;
    margin:10px;
    padding-top: 10px;
	padding-bottom: 35px;
}

.safety2 img {
    margin: 0 auto;
    max-height: 240px;
    max-width: 240px;
    border: 1px solid #37aa22;
    box-shadow: 6px 6px 3px #888888;
}

.helmet, .light, .hivis {
    text-align: justify;
    padding: 0 10px;
    color: #37aa22;
}

.cycle{
    border-top: 1px solid darkgray;
    clear: both;
}
.cycle h1{
	text-align: left;
}

.path{
	border: 1px solid #37aa22;
	box-shadow: 6px 6px 3px #888888;
    max-height: 300px;
    max-width: 300px;
}


.dropsf {
	border-radius: 8px;
    background-color: #4CAF50;
    color: white;
    padding: 16px 85px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


.dropsafe {
    position: relative;
    display: inline-block;
	float:left;
}


.dropdown-map {
    display: none;
    position: absolute;
    background-color: #37aa22;
	font-size:18px;
	min-width: 160px;
	border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}


.dropdown-map a {
	white-space: nowrap;
    color: white;
    padding: 16px 100px;
	border-radius: 8px;
    text-decoration: none;
    display:block;

}

/* Change color of dropdown links on hover */
.dropdown-map a:hover {
	background-color: #2c6c1e;
	}

/* Show the dropdown menu on hover */
.dropsafe:hover .dropdown-map {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropsafe:hover .dropsf {
    background-color:  #2c6c1e;
}
