#background {
    width: 100%;
    height: 812px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(bg-pattern-top-desktop.svg), url(bg-pattern-bottom-desktop.svg);
    background-position:0% 0%, 100% 100%;
    background-repeat: no-repeat;
}
#upsidecard {
    height: 300px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;
}
#info {
    width: 40%;
    font-family: 'Spartan';
}
#quote {
    color: hsl(303, 10%, 53%);
}
.stars {
    width: 400px;
    height: 60px;
    background-color: hsl(300, 24%, 96%);
    border-radius: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
#starimg {
    margin-left: 20px;
}
.col2 {
    margin-left: 30px;
}
.col3 {
    margin-left: 60px;
}
#shortinfo {
    padding-top: 18px;
    margin-left: 15px;
    font-weight: bold;
    color:hsl(300, 43%, 22%)
}
#bottomboxes {
    display: flex;
    width: 80%;
    padding-left: 30px;
    margin-top: 30px;
}
.idcard {
    height: 180px;
    width: 34%;
    padding-left: 30px;
    padding-right: 30px;
    background-color: hsl(300, 43%, 22%);
    border-radius: 10px;
    font-family: 'Spartan';
}
.id2 {
    margin-top: 15px;
    margin-left: 20px;
}
.id3 {
    margin-top: 30px;
    margin-left: 20px;
}
.entrance {
    font: 20px;
    color: white;
}
.name {
    color: white;
    font: 15px;
    font-weight: bolder;
}
.opacity {
    color:hsl(333, 80%, 67%);
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}
#image1 {
    border-radius: 50%;
}
#coltonsmith {
    height: 30px;
    width: 30px;
    display: flex;
    margin: 20px 0 0 0;
    float: left;
}
#title {
    width: auto;
    height: 30px;
    line-height: 15px;
    float: left;
    margin: 20px 0 0 20px;
}
.summary {
    color:hsl(300, 24%, 96%);
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}
#motto {
    font-size: 50px;
    font-weight: bolder;
    line-height: 50px;
    color: hsl(300, 43%, 22%);
}
@media (max-width:1020px) {
    .summary {
        font-size:10px ;
        line-height: 13px;
    }
    .name {
        font-size: 12px;
    }
    .opacity {
        font-size: 10px;
    }
    #title {
        margin: 20px 0 0 5px;
    }
    #motto {
        font-size: 35px;
        line-height: 35px;
    }
    .idcard {
        padding-left: 8px;
        padding-right: 8px;
    }
    #bottomboxes {
        margin-top: 50px;
    }
}
@media (max-width:750px) {
    #upsidecard {
        display: block;
        align-items: flex-start;
        height: auto;
        width: 90%;
    }
    #info {
        width: 90%;
        text-align: center;
    }
    .col2, .col3 {
        margin: 0;
    }
    #bottomboxes {
        display: block;
    }
    .id2, .id3 {
        margin-left: 0 ;
    }
    .id3 {
        margin-top: 15px;
    }
    .idcard {
        width: 90%;
        height: auto;
        padding:0 20px 20px 20px;
    }
    #title {
        margin-left: 20px;
    }
    .summary {
        line-height: 15px;
    }
    #background {
        height: 1200px;
    }
    .stars {
        width: 95%;
    }
    .col2 {
        margin-bottom: 15px;
    }
}