/* custom CSS here */

.container-fluid {
    background-color: #F3F4F9;
}

header {
    background-color: #000000;
}

header img {
    max-width: 50%;
}

.content-border {
    border: 1px solid #ddd;
}

.btn .b-icon.bi {
    font-size: 125%;
    vertical-align: text-bottom;
}

.links-container a {
    color: #606060;
}

.links-container a:hover {
    color: #303030;
}

.links-container i {
    color: #6165AE;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.divider {
    height: 1px;
    background: #ddd;
    margin: 20px 0;
}

.purple-header {
    background-color: #6165AE;
    color: #ffffff;
}

.medium-line-height {
    line-height: 1.2;
}

.text-small {
    font-size: 14px;
}

.text-purple {
    color: #6165AE;
}

.text-light-purple {
    color: #9093C6;
}

.pointer {
    cursor: pointer;
}

.black-header {
    background-color: #000000;
    color: #ffffff;
}

.search-section {
    align-items: center;
}

.text-grey {
    color: #606060;
}

a.hover-purple:hover {
    color: #6165AE;
}

.white-text {
    color: #ffffff;
}

a.white-text:hover {
    color: #ffffff;
}

.vertical-line {
    width: 1px;
    background-color: #ddd;
    margin: 0 54px;
}

footer img {
    max-width: 200px;
}

@media all and (max-width: 1200px) {
   .search-section .row {
       align-items: center;
       justify-content: space-between;
   }

   .search-section {
     align-items: flex-start;
   }

   nav.navbar {
      justify-content: flex-end;
   }

    .vertical-line {
        margin: 0 30px;
    }
}

@media all and (max-width: 992px) {
    header img {
        max-width: 60%;
    }

    nav.navbar {
        text-align: center;
    }

    .vertical-line {
        width: 100%;
        height: 1px;
    }

    footer .footer-links {
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media all and (max-width: 600px) {
    .search-section .row {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }

    .container .course {
        padding-left: 0;
    }
}
