*{
	padding: 0;
	margin: 0;
}
body{
	font-family: 'Open Sans', sans-serif;
}
li{
	list-style: none;
	text-decoration: none;
}
a{
	text-decoration: none;
}

.header_space{
	height: 100px;
}
.history{
    
    padding: 3px 0px;
    background-color: #505050;
}
.history a{
    color: #000;
    font-size: 14px;
}
.slash{
    color: #fff;
    font-size: 20px;
    padding: 0px 10px;
    vertical-align: middle;
}
.history_home a{
    margin-left: 5%;
    color: #fff;
}
.history_home a:hover{
    border-bottom: 1px solid;
}
.history_cars a{
    color: #ffae21;
}
.history_cars a:hover{
    border-bottom: 1px solid;
}
.title{
    text-align: center;
    font-size: 24px;
	font-weight: 600;
    padding: 50px 0px;
}
.paragraph{
    margin-left: 50px;
}
.kids_text{
    margin-left: 5%;
    margin-right: 5%;
}
.donate_cars{
    text-align: center;
    padding-top: 50px;
}
.donate_cars a{
    color: #000;
	background: #ffae21;
	border-radius: 5px;
	padding: 10px 50px;
}
.donate_cars a:hover{
	background: #345659;
	color: #fff;
}
.images{
    margin-left: 5%;
    margin-right: 5%;
    padding: 50px 0px;
}
.vertical img{
    width: 26%;
}
.horizontal img{
    width: 46.02%;
}

.horizontal_2 img{
    width: 49.2%;
}





@media screen and (max-width: 830px) {
    .title{
        font-size: 22px;
    }
    .vertical img{
        width: 49%;
    }
    .horizontal img{
        width: 98.6%;
    }
}