html, body {
    font-family: 'Times New Roman', Arial, sans-serif;
    font-size: 18px;
    color: #000;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
html {
     scroll-behavior: smooth;
}
header {
    position: fixed;
    background-color: #FFF;
    width: 100%;
}
#fullHeightRow,
#leftCol,
#rightCol {
  height: 100vh;
  overflow: hidden;
}

.blackbg {
    background-color: #000000;
}
.pad50 {
    padding: 0px 50px;
}
.img1 {
    background-image: url(../images/pic-1.jpg); background-size: cover; background-position: center center;
}
.img2 {
    background-image: url(../images/pic-2.jpg); background-size: cover; background-position: center center;
    height: 100%;
}
.img3 {
    background-image: url(../images/pic-3.jpg); background-size: cover; background-position: center center;
}
.img4 {
    background-image: url(../images/pic-4.jpg); background-size: cover; background-position: center center;
}
.img5 {
    background-image: url(../images/pic-5.jpg); background-size: cover; background-position: center center;
}
.img6 {
    background-image: url(../images/pic-6.jpg); background-size: cover; background-position: center center;
}
.img7 {
    background-image: url(../images/pic-7.jpg); background-size: cover; background-position: center;
}
.img8 {
    background-image: url(../images/pic-8.jpg); background-size: cover; background-position: center center;
}
.img9 {
    background-image: url(../images/pic-9.jpg); background-size: cover; background-position: center center;
}
/* .martop72 {
    margin-top: 72px;
} */

.sections {
  height: 100vh;
  scroll-snap-align: start;
}
a {
    color: #FFF;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

/* .martop72{
    margin-top: 72px;
} */
.margtop80 {
    margin-top: 80px;
}

#rightCol img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hidemobile {
    display: block;
}
.showmobile {
    display: none;
}
a:hover {
    color: #FFF;
    text-decoration: none;
}
@media only screen and (max-width: 600px) {
    .margtop80 { 
        margin-top: 60px;
    }
    .hidemobile {
        display: none;
    }
    .showmobile {
    display: block;
}
.pad50 {
    padding: 0px 30px;
}
}