body {
    font-size: 20px;
    background: url("1.jpg");
    background-size: cover;
    background-position: center;
    font-family: "russo one";

}

html {
    width: 100%;
    height: 100%;


}


/*
.container-fluid {
    width: 100%;
}
*/

.container {
    margin-top: 5rem;
    height: auto;

}


.navbar {
    min-height: 90px;
    background-color: #0a5c25;
    margin-bottom: 0px;
}

/*mobile toggle button*/
.navbar-default .navbar-toggle {
    margin-top: 7%;
}

.step {
    background-color: #0a5c25;
    height: 300px;
    min-width: 200px;
    border-radius: 20px;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    /*    display: inline-block;*/
    font-size: 18px;
    margin: 10px 10px;
}

.step > button {
    margin: 85px 10px 10px;
    background: white;
    color: #0a5c25;
}

.step > p {
    margin: 60px 10px 10px;
    color: white;
}

.numDiv {
    width: 20%;
    font-size: 50px;
    background: green;
    color: white;
    border-radius: 50px;
    text-shadow: 0px 8px gray;
}

.navbar-default .navbar-nav > li > a {
    color: #f5f5f5;
}

.navbar-nav > li > a {
    line-height: 20px;

}

h1 {
    font-size: 70px;
    color: #e4e40a;
}

span {
    color: white;
    background-color: rgba(153, 153, 153, 0.6);

}

hr {
    width: 18%;
}

/*
#column {
    text-align: center;

}
*/

.topDiv {
    background-image: url("back1.jpg");
    height: auto
}

.bottomDiv {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center

}

/*impact title*/
#impact {
    text-align: center;
    font-size: 5rem;
}

/*impact circle*/
.circle {
    font-size: 160px;
    text-shadow: 0px 20px gray;


}


.row {
    margin-left: 10%;
    margin-bottom: 100px;
    margin-top: 40px;
    width: 90%;
}

.title {
    margin-left: 10%;
    color: #0a5c25;
    font-size: 35px;
    width: 270px;
    background: white;
    margin-top: 10px;
    text-align: center;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}


.footer {
    /*   position: fixed;*/
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0a5c25;
    color: white;
    text-align: center;
}


/*center elements*/
.center {
    margin: auto;
    max-width: 50%;
    /*    padding: 10px;*/
}


.green {
    color: lawngreen
}

.blue {
    color: dodgerblue
}

.orange {
    color: coral
}
