.dropshadow {
    box-shadow: 0 0 30px rgba(0,0,0,0.4);
}

body {
    background-color: black;
}

#header-quote {
    position: fixed;
    max-width: 300px;
    height: 300px;
    top: 385px;
    left: 50%;
    margin-left: -200px;
    color: #444;
    font-size: 48px;
    font-style: italic;
}

#header-photo {
    position: relative;
    height: 500px;
    width: 100%;
    margin: 0;
    background-color: black;
    background-image: url("assets/header_photo.jpg");
    background-size: cover;
    background-position: 50% 10%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#education-colleges img {
    width: 100%;
    max-width: 300px;
}

section {
    position: relative;
    display: block;
    padding: 15px 0 25px;
    overflow: hidden;
    background: white;
    clear: both;
    z-index: 50;
    border-bottom: 1px solid #eee;
}

/*
body>section:first-of-type {
    background-origin: content-box;
    margin-top: 600px;
}
*/

body>section:first-of-type:before {
    background-color: rgba(0,0,0,0);
}

p {
    text-align: justify;
    text-indent: 40px;
}

footer {
    text-align: center;
    background-color: white;
}

div.page-anchor:before {
    content: '';
    display: block;
    position: relative;
    width: 0;
    height: 50px;
    margin-top: -50px;
}

table.table>tbody>tr>td {
    color: #777;
}
table.table>thead>tr>th {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

#contact-list img {
    max-width: 100%;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
}