body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

body {
    line-height: 1.4;
    margin: auto;
}

h1 {
    font-size: 60px;
    font-weight: 500;
}

h2 {
    font-size: 38px;
    font-weight: 500;
}

h3 {
    font-size: 30px;
    font-weight: 400;
}

h4 {
    font-size: 24px;
    font-weight: 400;
}

h5 {
    font-size: 20px;
    font-weight: 400;
}

p {
    font-weight: 300;
}

.cpn-content {
    max-width: 1240px;
    margin: auto;
}

.cpn-leftmargin {
    margin-left: 130px
}

.cpn-dyn-padding-12 {
    padding-top: 12px;
    padding-right: 6%;
    padding-bottom: 12px;
    padding-left: 6%
}

.cpn-dyn-padding-18 {
    padding-top: 18px;
    padding-right: 8%;
    padding-bottom: 18px;
    padding-left: 8%
}

.cpn-dyn-padding-24 {
    padding-top: 24px;
    padding-right: 8%;
    padding-bottom: 24px;
    padding-left: 8%
}

.cpn-dyn-padding-32 {
    padding-top: 32px;
    padding-right: 10%;
    padding-bottom: 32px;
    padding-left: 10%
}

.cpn-dyn-padding-64 {
    padding-top: 64px;
    padding-right: 12%;
    padding-bottom: 64px;
    padding-left: 12%
}

/* COLORS */
/* Copan Blue */
.cpn-darkblue,
.cpn-hover-darkblue:hover {
    color: #fff !important;
    background-color: #003468 !important
}

.cpn-text-darkblue,
.cpn-hover-text-darkblue:hover {
    color: #003468 !important
}

.cpn-border-darkblue,
.cpn-hover-border-darkblue:hover {
    border-color: #003468 !important
}

/* Copan Cyan */
.cpn-cyan,
.cpn-hover-cyan:hover {
    color: #fff !important;
    background-color: #009FE3 !important
}

.cpn-text-cyan,
.cpn-hover-text-cyan:hover {
    color: #009FE3 !important
}

.cpn-border-cyan,
.cpn-hover-border-cyan:hover {
    border-color: #009FE3 !important
}

/* WASP YELLOW */
.cpn-wasp,
.cpn-hover-wasp:hover {
    color: #30343F !important;
    background-color: #ffc107 !important
}

.cpn-text-wasp,
.cpn-hover-text-wasp:hover {
    color: #ffc107 !important
}

.cpn-border-wasp,
.cpn-hover-border-wasp:hover {
    border-color: #ffc107 !important
}

/* Copan Fucsia */
.cpn-fucsia,
.cpn-hover-fucsia:hover {
    color: #fff !important;
    background-color: #FC5185 !important
}

.cpn-text-fucsia,
.cpn-hover-text-fucsia:hover {
    color: #FC5185 !important
}

.cpn-border-fucsia,
.cpn-hover-border-fucsia:hover {
    border-color: #FC5185 !important
}

/* ACMG Orange */
.cpn-acmg,
.cpn-hover-acmg:hover {
    color: #fff !important;
    background-color: #d4793b !important
}

.cpn-text-acmg,
.cpn-hover-text-acmg:hover {
    color: #d4793b !important
}

.cpn-border-acmg,
.cpn-hover-border-acmg:hover {
    border-color: #d4793b !important
}

/* Eccmid Blu */
.cpn-eccmid,
.cpn-hover-eccmid:hover {
    color: #fff !important;
    background-color: #446ab4 !important
}

.cpn-text-eccmid,
.cpn-hover-text-eccmid:hover {
    color: #446ab4 !important
}

.cpn-border-eccmid,
.cpn-hover-border-eccmid:hover {
    border-color: #446ab4 !important
}

/* Copan Standard Lime */
.cpn-lime,
.cpn-hover-lime:hover {
    color: #fff !important;
    background-color: #C0D10B !important
}

.cpn-text-lime,
.cpn-hover-text-lime:hover {
    color: #C0D10B !important
}

.cpn-border-lime,
.cpn-hover-border-lime:hover {
    border-color: #C0D10B !important
}

/* Copan Newlab MilkyWay Purple*/
.cpn-purple,
.cpn-hover-purple:hover {
    color: #fff;
    background-color: #a45a95 !important
}

.cpn-text-purple,
.cpn-hover-text-purple:hover {
    color: #a45a95 !important
}

.cpn-border-purple,
.cpn-hover-border-purple:hover {
    border-color: #a45a95 !important
}

/* Copan Newlab MilkyWay Teal*/
.cpn-teal,
.cpn-hover-teal:hover {
    color: #fff;
    background-color: #00827e !important
}

.cpn-text-teal,
.cpn-hover-text-teal:hover {
    color: #00827e !important
}

.cpn-border-teal,
.cpn-hover-border-teal:hover {
    border-color: #00827e !important
}

/* Copan Pastel Red */
.cpn-pastelred,
.cpn-hover-pastelred:hover {
    color: #fff !important;
    background-color: #FF6663 !important
}

.cpn-text-pastelred,
.cpn-hover-text-pastelred:hover {
    color: #FF6663 !important
}

.cpn-border-pastelred,
.cpn-hover-border-pastelred:hover {
    border-color: #FF6663 !important
}

/* Copan Cold Darkgrey */
.cpn-gunmetal,
.cpn-hover-gunmetal:hover {
    color: #fff !important;
    background-color: #30343F !important
}

.cpn-text-gunmetal,
.cpn-hover-text-gunmetal:hover {
    color: #30343F !important
}

.cpn-border-gunmetal,
.cpn-hover-border-gunmetal:hover {
    border-color: #30343F !important
}

/* Copan Cold Almostblack */
.cpn-antrax,
.cpn-hover-antrax:hover {
    color: #fff !important;
    background-color: #20242F !important
}

.cpn-text-antrax,
.cpn-hover-text-antrax:hover {
    color: #20242F !important
}

.cpn-border-antrax,
.cpn-hover-border-antrax:hover {
    border-color: #20242F !important
}

/* Copan Standard Lightgrey */
.cpn-grey,
.cpn-hover-grey:hover {
    color: #fff !important;
    background-color: #888 !important
}

.cpn-text-grey,
.cpn-hover-text-grey:hover {
    color: #888 !important
}

.cpn-border-grey,
.cpn-hover-border-grey:hover {
    border-color: #888 !important
}

/* FONT WEIGHTS */
.cpn-font-thin {
    font-weight: 100
}

.cpn-font-extralight {
    font-weight: 200
}

.cpn-font-light {
    font-weight: 300
}

.cpn-font-regular {
    font-weight: 400
}

.cpn-font-medium {
    font-weight: 500
}

.cpn-font-semibold {
    font-weight: 600
}

.cpn-font-bold {
    font-weight: 700
}

.cpn-font-extrabold {
    font-weight: 800
}

.cpn-font-black {
    font-weight: 900
}



/* MODAL BOX STYLING */
/* Modal (background) */
* {
    box-sizing: border-box;
}

.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}

.bg-fixed {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}

/* The Modal (background) */
.cpn-modal {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.cpn-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.btnPrev,
.btnNext {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.btnNext {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.bntPrev:hover,
.btnNext:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.modal-caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

/* VERTICAL TIMELINE STYLING */
.social {
    position: absolute;
    top: 0;
    left: 80%;
    padding: 10px;
    font-size: 110%;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    background-color: rgba(250, 250, 250, 0.3);
    width: 120px;
    text-align: center;
    z-index: 2;
    line-height: 35px
}

.social a {
    text-decoration: none;
    color: #333
}

.social a:after {
    content: " ــــــــــ ";
    display: block;
    color: #fff;
}

.social a:last-of-type:after {
    content: ""
}


.box {
    margin: auto;
    overflow: hidden;
    padding: 10px 0px 40px 60px
}

.box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
}

.box ul:last-of-type {
    top: 10px
}

.box ul:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border: 1px dashed #FF6663;
    position: absolute;
    top: 0;
    left: 10px
}

.box ul li {
    margin: 20px 10px 60px 40px;
    position: relative;
    padding: 20px;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    line-height: 20px;
}

.box ul li > span {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border: 1px solid #FF6663;
    position: absolute;
    top: 0;
    left: -30px
}

.box ul li > span:before,
.box ul li > span:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #FF6663;
    position: absolute;
    left: -8px
}

.box ul li > span:before {
    top: -10px
}

.box ul li > span:after {
    top: 95%
}

.box .title {
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 5px
}

.box .info:first-letter {
    text-transform: capitalize;
    line-height: 1.7
}

.box .name {
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 300;
    font-style: italic;
    text-align: right;
    margin-right: 20px
}


.box .time span {
    position: absolute;
    left: -100px;
    color: #fff;
    font-size: 80%;
    font-weight: lighter;
}

.box .time span:first-child {
    top: -16px
}

.box .time span:last-child {
    top: 94%
}
