.headoutline img{
	width: 30%;
    padding: 5%;
    float: right;
    display: inline;
    
}

h2{
    font-size: 25px
}

.btn-group button {
    background-color: #a5a5af; /* Grey background */
    border: 2px solid white; /* Green border */
    margin-bottom: 70px;
    height: 70px;
    color: white; /* White text */
    padding: 10px 24px; /* Some padding */
    cursor: ; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
}



.btn-group button a{
    font-size: 20px;
    font-weight: bold;
    font: helvetica;
    color: white;
    
}
/* Add a background color on hover */
.btn-group button:hover {
    background-color: #6bc4c7;
}

.textmain{
    clear: both;
    float: left;
    display: inline;
    padding: 20px 70px 20px 50px ;
    max-width: 100%;
    background-color: #f2f2f2;
}

.textmain h2{
    font-size: 40px;
}

.text1 {
	background-color: white;
	clear: both;
	padding: 20px;
	margin: ;
    float: left;
    width: 60%;
}

.text1 h2{
	text-align: left;
	font-size:;
}

.text1 p{
	text-align: left;

}
.text2 {
	background-color: white;
	clear: both;
	padding: 20px;
	margin: ;
    float: right;
    width: 60%
}
.text2 h2{
	text-align: right;
	font-size: ;
}

.text2 p{
	text-align: right;
}

.imagesideR img{
    float:right;
    width:30%;
    display: inline;
    padding: 20px 30px 0 0;
}

.imagesideL img{
    float: left;
    width: 30%;
    display: inline;
    padding: 20px 30px 0 0;
}

