.main-container {
    background-color: #006265;
    color: white !important;
    border: 10px;
    margin-top: 80px;
}

.nav-item {
    background-color: #006265;
    color: white !important;
}

.navbar {
    background-color: #006265;
    color: white !important;
    font-size: 12px;

}

@media only screen and (min-width: 1100px) {
    .navbar {
        background-color: #006265;
        color: white !important;
        font-size: 18px;

    }
}

.navbar-brand {
    background-color: #006265;
    color: white !important;
    font-size: 14px;
}

@media only screen and (min-width: 1100px) {

    .navbar-brand {
        background-color: #006265;
        color: white !important;
        font-size: 20px;
    }
}




.title {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    background-color: #009999;
    color: white;
    border-color: white;
    border: 6px solid;
}

.content {
    text-align: center;
    background-color: #009999;
    color: white;
    border-color: white;
    border: 6px solid;
    padding: 20px;
    font-size: 20px;
}

.content-image {
    text-align: center;
    background-color: #009999;
    color: white;
    border-color: white;
    border: 6px solid;
    padding: 20px;
    font-size: 20px;
    margin: 20px;
}

.content li {
    text-align: left;
}

.row {
    padding: 20px;
}

@media only screen and (min-width: 1000px) {
    .main-image {
        display: block;
        margin: auto;
        width: 70%;
    }
}

@media only screen and (max-width: 1000px) {
    .main-image {
        width: 100%;
        padding-top: 20px;
    }
}


.profile-image {

    width: 100%;
    border-color: white;
    border: 6px solid;
}




.profile-content {
    text-align: center;
    background-color: #009999;
    color: white;
    border-color: white;
    border: 6px solid;
    padding: 20px;
    font-size: 20px;

    width: 100%;

}

.profile-link2 {
    background-color: #006265;
    padding: 20px;
    margin: 10px;
}

.profile-link {
    color: white !important;
    font-size: 16px;
    width: 100%;
}

.profile-link-title {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #009999;
    color: white;
    border-color: white;
    border: 6px solid;
}


@media only screen and (max-width: 600px) {
    .content-resize {
        font-size: 14px;
    }
}

.button {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #009999;
    border-radius: 6px;
    outline: none;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.full-height {
    height: 100%;
}

.full-height {
    min-height: 10em;
    display: table-cell;
    vertical-align: middle;
}

p {
    text-align: left !important;
}

.margins {
    margin-top: 10px;
    margin-bottom: 10px;
}

.icon-bar {
    background-color: #f5f5f5 !important;
    color: white;
}

@media (min-width: 200px) and (max-width: 300px) {
    .collapse {
        display: none !important;
    }
}