@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Marcellus+SC);
@import url(https://fonts.googleapis.com/css?family=Marcellus);

body{
	color: #3e444d;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	background: #fff;
	
}

@media (max-width:991px) {
	body{
		font-size: 15px;
	}
}

a,
a:hover,
a:focus {
	outline:none
}

h2 {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
	text-align: center;
	margin-top: 40px;
	color: #3e3e3e;
	font-weight: 500;
}

@media (max-width:767px) {
	h2{
		font-size: 28px;
	}
	
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

hr.green {
    border-top: 6px solid #63BF7A;
}

hr.green {
    max-width: 100px;
    margin: 25px auto;
	margin-bottom: 35px;
    border-bottom: none;
}

.paragraph {
	text-align:justify;
}

#banner {
	padding-top: 30px;
	
	margin-right: auto;
	margin-left: auto;
	background: #fff;
}

#banner img{
	height: 100%;
	width: 70%;
}

@media (max-width:767px){
    #banner {
	padding-top: 0px;
    }
    
	#banner img{
		width: 100%;
	}
}

#refund{
	background: #fff;
	padding-bottom: 90px;
}

#refund h3{
	font-family: 'Montserrat', sans-serif;
}

#refund h3:after{
	margin-top: 15px;
	content: '';
	display: block;
	width: 100px;
	height: 4px;
	background: #63BF7A;
}

@media (max-width:767px){
	#refund h3{
		font-size: 22px;
	}
}

#refund .top{
	padding-top: 30px;
}

#refund a{
	color: #0059ab;
}