#fleet_container {
    width: 100%;
}

#text_container{
    width: 60%;
    height: 420px;
    color: black;
    margin: auto;
}

#fleet_container span {
    position: relative;
    display: block;
    text-align: center;
    font-weight: bolder;
    font-family: "Arial Black";
    letter-spacing: 3px;
}

#text1 {
    margin-top: 40px;
    font-size: 25px;
}

#text2 {
    margin-top: -47px;
    font-size: 40px;
    opacity: 0.1;
}

#fleet_text {
    font-size: 17px;
}

#fleet_text ul {
    list-style-image: linear-gradient(#FF7A2F 0, #FF7A2F 50%, #FFB214 50%);
}

#photoCollage {
    width: 90%;
    margin: auto;
    height: 1250px;
}

#photoCollage img {
    position: relative;
    width: 31%;
    border: 10px solid white;
}
