body {
    background-size: cover;
    color: #58595b !important;
    background-image:url(/assets/images/outside.jpg);
}

.position-horizontal-center {
    margin-left: auto;
    margin-right: auto;
}


@media all and (orientation:portrait) {
    #welcome-panel {
        width: 90%;
        margin-top: calc(250px - 15vw);
        background-color: rgba(255, 255, 255, 0.8) !important;
        border: none;
    }
}

@media (max-width: 770px) and (orientation:landscape) {
  #welcome-panel {
        width: 80%;
        background-color: rgba(255, 255, 255, 0.8) !important;
        border: none;
    }
}
@media (min-width: 770px) and (orientation:landscape) {
  #welcome-panel {
        width: 80%;
        margin-top: calc(250px - 12vw);
        background-color: rgba(255, 255, 255, 0.8) !important;
        border: none;
    }
}
.padding-bottom {
    padding-bottom:20px;
}

.panel-item-display {
    display: flex;
    align-items: center;
}

.vertical-line {
    border-left: 1px solid #58595b;
}

.welcome-text {
    font-size:40px;
}

.btn-pyro {
    color: white;
    background-color: #ff7600;
    border: none;
    width: 125px;
    font-size: 20px !important;
    font-weight:bold;
}

::selection {
    background: #ff7600;
}

::-moz-selection {
    background: #ff7600;
}
