#banner {
    /*background-color: aqua;*/
    margin: 0;
    padding: 0;
    width: 100%;
}

#top_img {
    width: 100%;
    height: 400px;

    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../src/img/slider.png");
}

#top_img h1 {
    border: none;
    padding: 50px;
    color: white;
    text-shadow: 1px 1px 4px black;
    font-family: "Mulish", Mulish, sans-serif;
    font-size: 32pt;
}

#blurb {
    margin: 80px;
    /*background-color: aliceblue;*/
}

#blurb_img {

    /*background-image: url("../src/img/Federico_Aimee_3.180113346_large.jpg");*/
    /*background-color: aqua;*/
    max-width: 30%;
    height: 200px;
    float: right;
}

#blurb_img img {
    top: 0;
    left: 50%;
    max-width: 400px;
}

#blurb_txt {
    display: inline-block;
    /*background-color: beige;*/
    width: 600px;
}

h1 {
    border-left: 5px solid darkcyan;
    padding: 10px;
    font-family: "K2D", sans-serif;
}

h2 {
    
    font-family: "K2D", sans-serif;
}

p {
    margin: 5px 10px 0 20px;
    font-size: large;
    line-height: 30px;
    font-weight: 300;
}

#about {
    border-top: 6px groove darkcyan;
    border-bottom: 6px groove darkcyan;
    background-color: #193c72;
    background-image: 
        url("../src/img/Layer-11.jpg"),
        linear-gradient(to top right, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    background-size: 40%, cover;
    background-position-y: center;
    background-repeat: no-repeat;
    /*height: 500px;*/
}

#about_txt p {
    margin-left: 0;
}

#about_txt {
    color: white;
    margin-left: 40%;
    /*background-color: aliceblue;*/
    padding: 40px;
    max-width: 600px;
}

#about_txt ul {
    list-style-type: disc;
    font-weight: 300;
    margin-bottom: 30px;
    /*background-color: black;*/
}

#about_txt li {
    margin: 15px;
    display: block;
}

