*{ margin: 0px; padding: 0px; font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; }

a{ text-decoration: none; }
body{ color: white; background-color: #5f9ea0;  }
footer{ background-color: #15097e;}
header{ background-color: #15097e;}

.text-body-secondary, .nav-link{ color: white !important; }

#portfolioCoverInfo{ background-color: #d6d3f3; }

.wordwrap{
    overflow: hidden; 
    overflow-wrap: break-word;
    word-wrap: break-word; 
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.panel-container{
    height: 80%;
    position: absolute;
    width: 60%;
    top: 10%;
    left: 10%;
    background: rgb(17, 165, 223);
    color: default;
    display: none;
}