body {
    font-family: cormorantgaramond-light, cormorantgaramond, "cormorant garamond", serif;
}

ul { list-style-type: '- '; }

.my-top-bar {
    height: 100px;
}

.my-home-top-video-bg {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.my-top-bar a {
    text-decoration: none;
    color: #000000;
    padding-top: 28px;
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 300;
}

.my-top-bar .selected {
    text-decoration: underline;
}

.my-top-bar a:hover {
    text-decoration: none;
    color: #000000;
    padding-top: 28px;
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 300;
    text-decoration: underline;
}

.my-top-bar h1 {
    padding-top: 28px;
    padding-bottom: 30px;
    font-size: 32px;
    font-weight: 300;
}

.my-home-top {
    padding-top: 100px;
    background-color: #E0E0E0;
}

.my-home-top-padding {
    padding-left: 5%;
    padding-right: 5%;
}

.my-home-top h1 {
    font-size: 72px;
    font-weight: 300;
    line-height: 90px;
}

.my-home-top h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 70px;
}

.my-home-top h3 {
    font-size: 25px;
    font-weight: 200;
    line-height: 70px;
}

.my-home-bottom h1 {
    font-size: 72px;
    font-weight: 300;
    line-height: 90px;
}

.my-home-bottom-content {
    font-size: 40px;
    font-weight: 300;
    line-height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 35%;
    margin-right: 35%;
    color: #000000;
    background-color: #FFFFFF;
}

.my-content-bottom-highlight {
    color: #FF1111;
}

.my-home-bottom h2 {
    padding-left: 30%;
    padding-right: 30%;
    font-size: 35px;
    font-weight: 200;
    line-height: 50px;
    color: #FFFFFF;
}

.my-home-bottom h3 {
    padding-left: 30%;
    padding-right: 30%;
    font-size: 25px;
    font-weight: 200;
    line-height: 50px;
    color: #FFFFFF;
}

.my-about-bottom h1 {
    font-size: 72px;
    font-weight: 300;
    line-height: 90px;
}

.my-services-bottom-end {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}

.my-about-bottom h2 {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 30px;
    font-weight: 200;
    line-height: 60px;
    color: #000000;
}

.my-footer {
    background-color: #FFFFFF;
    color: #000000;
    font-size: 25px;
    font-weight: 200;
    line-height: 50px;
    text-align: center;
}

.my-footer-contact {
    font-size: 20px;
    line-height: 30px;
}

.my-footer-contact a {
    text-decoration: none;
    color: #000000;
}

.my-services-bottom {
    padding-top: 100px;
    color: #000000;
}

.my-services-bottom p {
    font-size: 20px;
    font-weight: 200;
    line-height: 25px;
}

.my-services-bottom li {
    font-size: 20px;
    font-weight: 200;
    line-height: 25px;
}

.my-services-bottom-col-left {
    padding-left: 10%;
    padding-right: 5%;
}
.my-services-bottom-col-right {
    padding-left: 5%;
    padding-right: 10%;
}

.my-services-contact {
    background-color: #000000;
    color: #FFFFFF;
    border: #FFFFFF 1px solid;
    font-size: 26px;
    font-weight: 200;
    line-height: 35px;
    text-align: center;
    padding-left: 25%;
    padding-right: 25%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.my-services-contact a {
    margin-top: 10px;
    color: #FFFFFF;
    border: #FFFFFF 1px solid;
    font-size: 20px;
    text-decoration: none;
    padding: 5px;
}

.my-services-bottom a:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.my-home-contact {
    text-align: center;
}

.my-home-contact a {
    margin-top: 10px;
    color: #FFFFFF;
    background-color: #000000;
    border: #FFFFFF 1px solid;
    font-size: 20px;
    text-decoration: none;
    padding: 5px;
}

.my-home-bottom a:hover {
    background-color: #FFFFFF;
    color: #000000;
}