

@import url('https://fonts.googleapis.com/css?family=Quattrocento:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300&display=swap');


html {
    scroll-snap-type: y mandatory;
    font-family: 'Roboto Mono', monospace;
}

body {
    margin: 0;
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    letter-spacing: -1px;
}

.head-title span a {
    color: black;
    font-family: 'Roboto Mono', monospace;
}

.main-heading {
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 600;
    font-family: 'Roboto Mono', monospace;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    text-align: center;
}

section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cp-title {
    background-color: black;
    color: white;
}

.cp-title div h2 {
    font-size: 42px;
    font-weight: 600;
}

.cp-title div span {
    font-size: 24px;
    font-weight: 600 ;
}

.cp-title div small {
    font-size: 25px;
}

@media only screen and (min-width: 1025px) {
    .main-heading {
        font-size: 64px;
    }
    .asdf {
        margin-top: -600px;
    }

    .hored {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .asdf {
        margin-top: -1500px;
    }
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
    .asdf {
        padding-top: 420px;
    }
}

.pr-title span {
    color: #5f5f5f;
    font-size: 22px;
    font-weight: 600;
    text-decoration: underline;
}

.pr-title span a {
    color: #747474;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}
.pr-title p {
    line-height: 1.4;
}

img {
    margin-top: -10px;
    width: 100%;
}
.description {
    padding-top:30px;
    padding-bottom:120px;
}
.description h5 {
    font-weight: 600;
    color: black;
}

.description ul {
    list-style: none;
    font-size: 17px;
    margin-left: -40px;
    line-height: 1.25;
}

.contactinfo li {
    list-style: none;
    font-weight: 500;
    text-align:center;
}

.my-form div {
    padding-bottom: 12px;
}

.contact-info {
    justify-content: center;
    align-items: center;
}

.profilepic {
    justify-content: center;
    text-align: center;
    padding-bottom: 15px;
}

    .profilepic img {
        height: 150px;
        width: 150px;
        border-radius: 50%;
    }

.thumbnail {
    padding-bottom: 20px;
}

.thumbnail img {
    aspect-ratio:1/1;
    -webkit-aspect-ratio:1/1;
    object-fit: cover;
    border: 0px solid rgb(197, 197, 197);
}

.thumbnail span {
    color: black;
    font-weight:600;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 5px 5px 0px 5px;
    font-size: 15px;
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
#myBtn img {
    margin-top:-6px;
    width:20px;
    height:20px;
    opacity:0.7;
}

@media only screen and (min-width: 340px) and (max-width: 767px) {
    .main-heading, .cp-title div h2, cp-title div span, .pr-title span, .pr-title span a, .description h5, .thumbnail span {
        font-weight:800;
    }
    .mb-26 {
        margin-bottom: 18px;
    }
    .pr-title p {
        font-size:15px;
    }
}
.cl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.cl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.cl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.cl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.cl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.cl-4, .cl-5 , .cl-6, .cl-7, .cl-8{
    position: relative;
    width: 100%;
    padding-right: 6px;
    padding-left: 6px;
}
.responsive26by17 img {
    aspect-ratio: 26/17;
    object-fit: cover;
}
.responsive12by8 img {
    aspect-ratio: 12/8;
    object-fit: cover;
}
.responsive8by7 img {
    aspect-ratio: 8/7;
    object-fit: cover;
}
.responsive5by3 img {
    aspect-ratio: 5/3;
    object-fit: cover;
}
.prl-9 {
    padding: 0px 9px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .mb-26 {
        margin-bottom: 21px;
    }
    .pr-title p {
        text-align: justify;
    }
}
@media only screen and (min-width: 1024px) {
    .mb-26 {
        margin-bottom: 25px;
    }
    .pr-title p {
        text-align: justify;
    }
}
.responsive1by1 img{
    aspect-ratio: 1/1;
    object-fit: cover;
}
.responsive6by5 img {
    aspect-ratio: 6/5;
    object-fit: cover;
}



.mySlides {
    display: none;
}
/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
}
.active {
    background-color: #717171;
}

.pr-title {
    padding-top:80px;
}