.si-heading img {
    width: 100%;
    margin: 69px auto;
}

.info img {
    width: 100%;
}

.additional-details {
    margin: 150px auto;
    outline: 24px dashed #ff8400;;
    outline-offset: -4px;
    overflow:hidden;
    padding: 40px;
    font-size: 50px;
    text-align: justify;
}

@media (max-width: 1100px) {
    .additional-details {
        font-size: 24px;
    }
}

.arrow {
    font-size: 200px;
    margin: 50px;
}

* {
    color: #ff8400;
    font-family: Arial, Helvetica, sans-serif;
}

#container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    background-image: url('images/sky.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* filter: brightness(50%) contrast(30%) sepia(100%) hue-rotate(190deg) saturate(500%); */
}

#container img {
    width: 100%;
    height: 100%;
}

#content {
    text-align: center;
}