a {
    color: yellow;
    text-decoration: none;
}

a:hover {
    color: orange;
    text-decoration: none;
}

body {
    padding-top: 50px;
    background-color: #fcfcfc;
    background-image: url('img/background.gif');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    color: #000;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-size: cover;
}

h1{
    margin-top: -50px;
    font-size: 5px;
}

h2 {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding: 3px;
}

h4 {
    margin: 0;
    padding: 20px 0 5px;
    font-weight: bold;
    font-size: 15px;
}

@media(min-width: 992px){
    #contact-container {
        position: fixed; 
        left: 0; 
        width: 100%;
        z-index: 3;
        top: 352px;
    }
}

.mainlogo {
    margin-bottom: -15%;
}

.my-panel {
    border: 1px solid black;
    height: 100%;
    
    -webkit-box-shadow: 0px 0px 12px 3px rgba(14,69,99,0.9);
    -moz-box-shadow: 0px 0px 12px 3px rgba(14,69,99,0.9);
    box-shadow: 0px 0px 12px 3px rgba(14,69,99,0.9);
}

.my-panel-button {
    /*background-color: rgba(0, 180, 50, 0.9); v1
    background-color:  rgba(238, 239, 85, 0.8); v2*/
    background-color: rgba(100, 150, 170, 0.8);
    border-top: 1px solid black;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
}

.my-panel-button-prepare {
    background-color: rgba(0, 150, 231, 0.9);
    border-top: 1px solid black;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
}

.my-panel:hover > .my-panel-button {
    /*background-color: rgba(200, 255, 0, 0.8); v1
    background-color: rgba(30, 156, 58, 0.8); v2 */
    background-color: rgba(238, 239, 85, 0.8);
}

.my-panel-head {
    /*background-color: rgba(246, 255, 0, 0.8);*/
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid black;
    color: black;
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.my-panel-body {
    background-color: rgba(31, 98, 133, 0.8);
    color: white;
    padding: 10px;
}

.my-panel-body p {
    padding: 5px;
}

.my-panel-infotable {
    margin: 15px;
}
.my-panel-infotable table {
    width: 100%;
}

.hoverpointer:hover {
    cursor: pointer;
}

.phone {
    text-align: center;
}

.phone a {
    color: white;
}

.phone a:hover {
    color: yellow;
}

.phone-number {
    font-size: 35px;
    font-weight: bold;
    padding-left: 7px;
    vertical-align: middle;
}

.phone-link:hover .btn-success {
  border-color: #449D44;
  background-color: #449D44;
}

.relative {
    position: relative;
}

.go-home-button {
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 0px;
}

.detail-pic {
    margin-bottom: 10px;
    border-radius: 0;
}

.detail-table {
    width: 100%;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    margin-bottom: 15px;
}

.gray {
    background-color: rgba(0, 0, 0, 0.2);
}

.affix {
    top: 70px;
}

/* BOOTSTRAP CHANGES */ 
.nav-link{
    padding: 14px 14px !important;
}
.nav-link.active {
    background-color: #e7e7e7;
}