body
{
    background-size: cover;
    background-image: url('career.jpg');
    font-family: 'Righteous',cursive;
    /* background-color: #00909e; */
    font-size: 25px;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.ct,.card-p
{
    color: #2b2b2b;
    background:#f8f8f8d3;
}
.modal-title
{
    font-weight:900;
    font-family: 'Montserrat', sans-serif;
}
.modal-body
{
    font-family: 'Zilla Slab', serif;
    font-size:18px;
}
.modal-header
{
    color:white;
    background-color: #703D57;
} 
.card-title
{
    font-weight:900;
    font-family: 'Montserrat', sans-serif;
}
.card-text
{
    font-family: 'Zilla Slab', serif;
    font-size:18px;
}
.card-footer
{
    font-size:13px;
}
.modal-dialog 
{
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px;
}

.modal-content 
{
    height: auto;
    min-height: 100%;
    border-radius: 0;
}
.nav-item
{
  color:#2b2b2b !important;
}
.card-p
{
    font-size:20px;
}
.container
{
    width:1000px;
}
div.item 
{
    text-align: center;
    padding: 15px;
}
.caption
{
    font-size:15px;
    display: block;
}


