@charset "utf-8";
/* CSS Document */


.maincontainer {
    background-color: #2a7de1;
}

.w-nav {
    background: #2a7de1;
}

.answer {
	font-size: 25px;
	font-weight: 400;
	color: #0c2669;
}

.action-title {
	font-size: 120px;
	padding-bottom: 0px;
	color: #ffffff;
	font-family: Leaguegothic;
	font-weight: 400;
	margin-top: 0px;
	padding-top: 190px;
	padding-left: 5%;
	line-height: 120px;
}

.description-landing {
	color:#0c2669;
	font-family: Leaguegothic, sans-serif;
    font-size: 70px;
    line-height: 80px;
    font-weight: 400;
	padding-bottom: 15px;
	margin-top: 0;
}

.col-sm-3 {
    padding: 0;
	margin: 0;
}

.bucket {
	border: 1px;
    color: #ffffff;
    border-style: solid;
	padding: 7%;
    margin: 0;
}

.landing-image {
  width: 100%;
  height: 500px;
  z-index: 0;
  background-image: url(../images/cause_samplebackground.jpg);
}

.main {
    display: block;
    width: 100%;
    padding-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #2a7de1;
}

.mainnavbar {
    position: absolute;
    z-index: 1001;
	width: auto;
}

.fill {
	height: 500px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: url(../images/cause_samplebackground.jpg);
}

.section {
	top: 0;
	width: 100%;
	height: 500px;
}

.row {
	width: 100%;
	margin: 0;
	padding-bottom: 80px;
	padding-top: 50px;
	padding-left: 5%;
	padding-right: 5%;
}

@media (min-width: 500px) {
.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 31.5%;
    max-width: 31.5%;
}
}

@media (max-width: 960px) {
.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.button {
	margin-top: 20px;
    padding: 22px;
    background-color: #0c2669;
    box-shadow: none;
    -webkit-transition: background-color 400ms ease, box-shadow 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, box-shadow 400ms ease, color 400ms ease;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-transform: Uppercase;
    text-align: left;
}