
.col-padding-top-bottom {
    padding-top: 60px;
    padding-bottom: 60px;
}

.font15 {
    font-size: 17px;
    line-height: 27px;
}


.page-section {
    padding-bottom: 50px;
}


#footer .footer-widgets-wrap {
    padding: 50px 0px;
}

#footer .widget > h4 {
    margin-bottom: 20px;
}

.textOverlayHuge {
    color: white;
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

#section-philosophy {
    background-color: #383838;
    color: white;
}

.semiTransparentButton {
    background-color: rgba(78, 78, 78, 0.66) !important;
}


.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal-body {
    font-size: 16px;
}

.fullJustify {
    text-align: justify;
}

.additionalCell {
    padding: 20px 40px;
}