p{
    margin-top: 10px;
    padding: 0;
    padding-right: 20px;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}
@font-face{
    font-family: 'tuesdayNight';
    src: url('./TuesdayNight-Regular.otf');
}
h1{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.proc{
    font-family: 'Lato', sans-serif;
    margin-top: 40px;
    font-size: 2.3rem;
}
.list-hr{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#top-img{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photo-container{
    display: flex;
    justify-content: space-between;
    text-align: start;
}
#aboutdr{
    margin-top: 60px;
}
.secondc{
    margin-top: 60px;
    margin-bottom: 0px;
}
.photo-container img{
    max-width: 250px;
    height: initial;
    border: solid #ddcdbc 20px;
    margin-right: 20px;
}
img{
    width: 100%;
}
.service-row h2{
    min-width: 300px;
    margin-right: 40px;
    text-align: left;
    margin-left: 0px;
}
li{
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    list-style: none;
}
ul{
    padding-left: 0;
}
@media screen and (min-width: 1050px){
    .list-hr{
        width: 80%;
    }
    .service-row h2{
        margin-left: 40px;
    }
}
@media screen and (min-width: 800px){
    img{
        width: 90%;
        max-width: 800px;
        margin-bottom: 50px;
    }
    .container{
        box-shadow: 0 0 1rem rgba(0,0,0,.1);
    }   
}
.read-more-container{
    display: flex;
    flex-direction: column;
    color: #111;
}
#facebook:hover{
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}
#facebook{
    text-decoration: underline;
    text-decoration-color: #f6b253;
}
.container{
    padding: 2rem;
    background-color: #fff;
    border-radius: 2px;
}

.read-more-btn{
    color: #f6b253;
}
.read-more-btn:hover{
    cursor: pointer;
}

.read-more-text{
    display: none;
}

.read-more-text--show{
    display: inline;
}
.containercont{
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10%;
}
#bottom-container{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-bottom: 30px;
    margin-top: 30px;
}
#imgf{
    max-width: 30%;
}
#imgs{
    max-width: 60%;
}
.text h3{
    font-weight: 400;
    color: black;
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    margin-top: 0;
    padding-left: 10px;
}
.box{
    position: relative;
    padding:10px 0;
    display: flex;
    margin-right: 70px;
}
.box .icon{
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    background-color: #ddcdbc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
    color: white;
}
@media(max-width: 991px){
    h3{
        text-align: left;
    }
    .containercont, .photo-container{
        flex-direction: column;
    }
    .secondc{
        margin-top: 20px;
    }
    .photo-container img{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .box{
        margin-right: 0;
    }
    .proc{
        font-size: 2rem;
    }
    span{
        display: block;
    }

}
@media(max-width: 800px){
    .proc{
        margin-top: 0;
    }
    #bottom-container{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #imgf{
        max-width: 80%;
        margin-bottom: 20px;
    }
    #imgs{
        max-width: 80%;
    }
}
.video-class-flex{
    margin-top: 50px;
    max-width: 1500px;
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}
video{
    width: 300px;
}
.video{
    background-color: white;
    width: 100%;
    padding-top: 40px;
}
.video img{
    display: block;
    width: 300px;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
@media(max-width: 900px){
    video{
        padding-bottom: 30px;
    }
}
@media(max-width: 400px){
    video{
        width: 280px;
        padding-bottom: 30px;
    }
}
#image-photo{
    margin-top: 4rem;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    justify-content: center;
}
#image-photo img{
    max-width: 400px;
    width: 50%;
}
#image-photo p{
    padding-left: 2rem;
    font-family: 'tuesdayNight';
    font-size: 2rem;
    position: relative;
    left: 5%;
}
#image-photo ul{
    padding-left: 5rem;
    position: static;
}
#image-photo li{
    list-style: circle;
    list-style-position: inside;
}
@media(max-width: 800px){
    #image-photo{
        flex-direction: column;
        align-items: center;
    }
    #image-photo p{
        left: -10%;
    }
    #image-photo ul{
        padding-left: 3rem;
    }
    #image-photo img{
        max-width: 400px;
        width: 80%;
        margin-bottom: 1.5rem;
    }
}

#image-photo2{
    margin-top: 2rem;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    justify-content: center;
    background-color: #ddcdbc;
    padding-top: 3rem;
    margin-bottom: 3rem;
}
#image-photo2 img{
    max-width: 300px;
    width: 40%;
}
#image-photo2 p{
    padding-right: 2rem;
    color: black;
    font-family: 'Lato';
}
#image-photo2 ul{
    padding-right: 2rem;
}
#image-photo2 li{
    list-style: circle;
    list-style-position: inside;
    color: black;
    font-family: 'Lato';
}
@media(max-width: 800px){
    #image-photo2{
        flex-direction:column-reverse;
        align-items: center;
        padding-bottom: 2rem;
    }
    #image-photo2 img{
        max-width: 400px;
        width: 80%;
        margin-bottom: 1.5rem;
    }
}