.dropdown-menu {
    margin-left: 60px;
    margin-top: 60px;
}

    .dropdown-menu .dropdown-item:hover {
        margin-left: 0px
    }

.icon-bar {
    position: fixed;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

    /* Style the icon bar links */
    .icon-bar a {
        display: block;
        text-align: right;
        padding: 10px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
        width: 150px;
        border-radius: 0px 50px 50px 0px;
        margin-left: -120px;
    }

        .icon-bar a:hover {
            margin-left: 0px;
            box-shadow: 5px 5px 40px whitesmoke;
        }

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

/* Modal Background */
body {
    background-color: pink;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 8% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close-btn:hover,
    .close-btn:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
.background-image{
    background-repeat:repeat-x;
}
#marquee:nth-child(2n+1) {
    background-color: #ff6348;
    
}
    #marquee a {
        color: white;
        font-style: italic;
    }





    @media only screen and (max-width: 600px) {
    #headerimg{
    display:none;
  }
        .modal {
            
            height: 100%; /* Full height */
         
        }

        /* Modal Content */
        .modal-content {
           
            width: 80%;
            height:40%;/* Could be more or less, depending on screen size */
        }
        .modal-body{
            overflow:scroll;
        }



}