﻿/* 
    education description style
    this is used for description pages comming from the database
*/

.education-description-section {
    max-width: 1200px;
    margin: 0px auto;
    font-family: Muli-Regular;
    padding: 0 15px;
}
.education-description-section-hr {
    max-width: 800px;
    margin: 0 auto 30px auto;
    height: 1px;
    background-color: #cccccc;
    transform: skewX(-45deg);
}
    .education-description-section-hr > span {
        display: block;
        max-width: 25%;
        margin: 0 auto;
        height: 5px;
        background-color: #6b04a8;
        transform: skewX(-45deg);
        transform: translateY(1px);
    }
.education-description-section > h1 {
    font-weight: 300;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 15px; 
}
.education-description-section > h2 {
    font-weight: 400;
    color: rgb(58, 71, 80);
    text-align: center;
}
.education-description-section > h3 {
    text-align: center;
}
.education-description-section p {
    /*margin: 0px 20px 20px 20px;*/
    max-width: 1000px;
    margin: 0 auto 20px auto;
    font-size: 1.2em;
    text-align: center;
}
/*.education-description-section a {
    color: #4faeca;
}
.education-description-section a:hover {
    color: #3dcd58;
}*/
.education-description-section ul {
    list-style-type: none;
    text-align: center;
    padding-bottom: 10px
}
.education-description-section li {
    font-size: 1.2em;
}
.education-description-section table {
    
}
.education-description-section tr {
    
}
.education-description-section td {
    font-size: 1.2em;
    text-align: left;
    padding-right: 10px;
}
.education-description-section td:first-child {
    text-align: right;
}
.education-description-section .education-description-button {
    color: white;
}
.education-description-section .education-description-button:hover {
    color: white;
}
/* 
    Schedule Section on Page Descriptions
*/

.education-description-schedule-section {
    max-width: 1200px;
    margin: 10px auto 30px auto;
    font-family: Muli-Regular;
}
.education-description-schedule-section table {
    margin-bottom: 30px;
    margin: 0 25%;
}
.education-description-schedule-section tr {
    
}
.education-description-schedule-section td {
    font-size: 1.2em;
    text-align: left;
    padding-right: 10px;
    vertical-align: top;
    white-space: nowrap;
}
.education-description-schedule-section td:first-child {
    text-align: right;
    vertical-align: top;
}
@media only screen and (max-width: 768px) {
.education-description-schedule-section td:last-child {
    white-space: normal;
}
}

/* button style */
.education-description-button {
    font-family: Barlow-SemiBold;
    background-color: #4d69e0;
    color: white;
    padding: 12px 22px;
    min-width: 100px;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    border: 0;
}
    .education-description-button:hover {
        background-color: #3b59db;
    }

.get-educated-text-section .text-section-hr {
    max-width:900px;
}

.get-educated-text-section .text-section-text {
    max-width:900px;
}