body{
    background-color: #FFFFFF;
    margin: 0px;
    padding:0px;
}
.header{
    background-image: url("https://images.unsplash.com/photo-1522252234503-e356532cafd5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1925&q=80");
    background-position: center center;
    background-size: cover;
    height: 550px;
    width: 100%;
}

.overlay:before {
    content: " ";
    z-index: 1;
    display: block;
    position: absolute;   
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.overlay * {
    position: relative; /* Makes elements display above overlay. */
}

#header-text{
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 25%;
    width: 60%;
    z-index: 2 !important;
    font-weight: bold;
}

h1{
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 70px;
    font-weight: 400;
    line-height: 60px;
    margin: 0px;
}
h2{
    color: #ffffff;
    font-family: 'Open Sans',sans-serif;
    text-align: center;
    font-size: 28px;
    font-weight: 100;
}
h3{
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0px;
    text-align: center;
}
h4{
    color: #cccccc;
    font-family: 'Quicksand',sans-serif;
    font-size: 16px;
    font-weight: 300;
}
p{
    color: white;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
    width: 60%;
}

.image-style {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}


.partner{
    padding: 0px;
    text-align: center;
    margin: auto;
    border-bottom: 0px solid #eeeeee;
    position: relative;
    background-color: white;
    z-index: 0;
}
.partner img{
    position: relative;
    top: 6px;
}
.aa-logo{
    padding-left: 6px;
}
.main{
    background: url(https://content.codecademy.com/programs/code-foundations-path/shards.png);
    margin: 0px;
    padding: 40px;
}

.value-props{
    margin: 40px auto;
    width: 60%;
}
.prop{
    border: 1px solid #ffffff;
    padding: 40px 0px;
    margin: 5px 0px;
    text-align: center;
}
.prop h2{
    font-family: 'Quicksand',sans-serif;
    font-size: 24px;
}
.prop li{
    color: white;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    margin: 0 auto;
    text-align: left;
    width: 60%;
}
