.tall-row {
    margin-top: 40px;
    text-align: center;
}
.modal {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: block;
}

body{
    font-family: 'Inconsolata', monospace;
    background-color: #1C2030;
    color: #f4f4f4;
}

.jumbotron{
    text-align: center;
}

.section-title{
    color: #248FE4;
}

.navigation {
    color: #248FE4;
}


.navigation a:hover {
    text-decoration: none;
    color: #f4f4f4;
}

.center-text{
    text-align: center;
}

article h2 {
    color: rgba(6, 212, 222, 0.8);
}

article h3 {
    color: rgb(168, 80, 190);
}

article p {
    color: #BAD5EE;
    font-size: 18px;
    font-weight: 500;
}

.navbar-brand2 {
    color:#f4f4f4;
    float:left;
    padding:15px 15px;
    font-size:18px;
    font-weight:500;
    line-height:20px;
    height:50px;
}

.navbar-brand2:hover {
    color: #248FE4;
    text-decoration: none;
}

.copyrights {
    font-family: 'Inconsolata', monospace;
}

.copyrights a:hover{
    color: #248FE4;
}
