/* This is where you can add custom CSS to this course. */

/* Course Title/Subtitle */

.course-title .subtitle {
    display: block;
    margin-top: 4px;
}


/* Page Headers */

.dl-header:first-child {
    margin-top: 20px;
}

.dl-header {
    margin-bottom: 18px;
}

.dl-header h1 {
    border-bottom: 1px solid #aaa;
    line-height: 42px;
}

.dl-header.subtitle h1 {
    border-bottom: 1px solid #aaa;
    line-height: 45px;
}

.dl-header.subtitle h1 span {
    color: #999;
    font-family: 'HelvNLight';
}

.attachment-clip {
    color: #aaa !important;
}

.page-wrap {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.dl-header.subtitle h1:focus,
.dl-header.subtitle h1:active {
    outline: 0;
}


/*this is body

body {
    margin: 0;
    padding: 0;
}
*/

section {
    width: 100%;
    height: 100vh;

}

/*section2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/
