
body {
    margin: 0;
    height:650px;
    background-color: #F2EBE0;
}

.menu {
    border: 0px solid #0c0b08;
    width: 100%;
    height: 100px;
    display: inline;
    float: left;
   
}
.menu .menu-bar .leftbr {
    border: 0px solid #0c0b08;
    width: 7%;
    height: 60px;
    display: inline;
    padding: 5px 10px 0 20px;
    margin: 5px auto 5px 20px;
    float: left;
    font-family: "matt-b", sans-serif; 
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    color: #4b3838;
    background-color: #F2EBE0;
}

.menu .menu-bar ul li {
    border: 0px solid #0c0b08;
    width: 14%;
    height: 60px;
    display: inline;
    padding: 5px 10px 0 30px;
    margin: 5px auto 5px 20px;
    float: left;
    font-family: "matt-b", sans-serif; 
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    color: #4b3838;
    background-color: #F2EBE0;
}
.menu .menu-bar ul li.visited a {
    color:#bd591b;
}

.menu .menu-bar ul li:hover a {
    color: #bd591b;
}

.menu .menu-bar ul li a {
    color: #4b3838; 
    text-decoration: none;
    text-align:center
}

/*END TOP MENU*/

.home .hero {
    width: 100%;
    height: 695px;
    border: 0px solid #6f4a10;
    float: right;
    display: inline;
    background-size:contain;
    background-image: url("../images/home.png");
    background-repeat: no-repeat;

}


.home .footer .cat-foot {
    width: 700px;
    height: 350px;
    border: 0px solid #6f4a10;
    float: right;
    padding: 5px;
    display: none;
    }
/*End of index/home*/



.about {
    
    width: 100%;
    height: 2950px;
    border: 0px solid #0fe7ff;
    float:left;
    background-color: #503738;
    background-repeat: no-repeat;
    background-image: url("../images/aboutmeorig.png");
}
.about .abtboxes .box1 {
    width: 90%;
    height: 2120px;
    border: 0px solid #ff0f0f;
    float:left;
}
.about .abtboxes a.fill-div {
    display: block;
    height: 700px;
    width: 36.5%;
    float:left;
    border:0px solid#0bc734;
    text-decoration: none;
}

/*End of About*/

.workpage {
    width: 100%;
    height: 1600px;
    border: 0px solid #0fe7ff;
    float:left;
    background-color: #503738;
    
}
.workpage .worktop {
    background-repeat: no-repeat;
    margin: 0 0 -6px 0;
    
}
.workpage .workbot {
    width: 100%;
    height: 50%;
    border: 0px dashed #fb00b8;
    float:left;
    background-color:#503738;
}


.workpage .workbot a.inner1 {
    width: 30%;
    height: 365px;
    border: 0px dashed #43ff1d;
    padding: 2px 5px 0 10px;
    margin: 0 0 0px 155px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/inner1.png");
    float:left;
}

.workpage .workbot a.inner2 {
    width: 30%;
    height: 365px;
    border: 0px dashed #1d34ff;
    padding: 0px 5px 0 10px;
    margin: 0 0 5px 175px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/inner2.png");
    float:left;
}

.workpage .workbot a.inner3 {
    width: 30%;
    height: 365px;
    border: 0px dashed #ff1d1d;
    margin: 0 0 0 135px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/inner3.png");
    float:left;
}
.workpage .workbot a.inner4 {
    width:30%;
    height: 365px;
    border: 0px dashed #43ff1d;
    margin: 0 0 0 155px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/inner4.png");
    float:left;
}
.workpage .workbot a.fill-div {
    width: 40%;
    height: 260px;
    border: 20px dashed #681dff;
    background-image: url("../images/inner.png");
    float:left;
}
/*END OF WORK*/

.container {
    padding: 2.5rem;
}

@-webkit-keyframes slidy {
    0% { left: 0%; }
    20% { left: 0%; }
    25% { left: -100%; }
    45% { left: -100%; }
    50% { left: -200%; }
    70% { left: -200%; }
    75% { left: -300%; }
    95% { left: -300%; }
    100% { left: -400%; }
   }
   
   @keyframes slidy {
    0% { left: 0%; }
    20% { left: 0%; }
    25% { left: -100%; }
    45% { left: -100%; }
    50% { left: -200%; }
    70% { left: -200%; }
    75% { left: -300%; }
    95% { left: -300%; }
    100% { left: -400%; }
   }
   
   body { margin: 0; } 
   div#slider { overflow: hidden;
    height:86.5%;
    float: left;
   }
   div#slider figure img { width: 13.5%; float: left; }
   div#slider figure { 
    position: relative;
    width: 500%;
    margin: 20px;
    left: 0;
    text-align: left;
    font-size: 0;
    -webkit-animation: 30s slidy infinite;
     animation: 20s slidy infinite; 
     }

.slider-wrapper {
    position: relative;
    max-width: 30rem;
    margin: 0 auto;

}
.slider {
    border: 0px solid #0bc734;
    display: flex;
    aspect-ratio: 4 / 5;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem -0.75rem hsla (0, 0%, 0% 0.25);
    border-radius: 0.5rem;
    
}
.slider img {
    flex: 1 0 100%;
    scroll-snap-align: start;
    object-fit: cover;


}
.slider-nav {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.slider-nav a {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.75;
    transition: opacity ease 250ms;
}
.slider-nav a:hover {
opacity: 1;
}
.illustrationspg {
border: 5px solid #503738;
width: 90%;
height: 1750px;
padding: 10px 10px 0 30px;
margin: 15px auto 5px 20px;
float:left;
border-radius: 5%;
background-color: #503738;
}
.gallery {
    margin: 10px 10px 0 10px;
}
.gallery .desc {
    text-align: center;
    font-family: "matt-b", sans-serif; 
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    color: #4b3838;
    background-color: #F2EBE0;
}

.logopg {
border: 0px solid #503738;
width: 98.5%;
height: 420px;
margin: 15px 0 5px 10px;
float:left;
border-radius: 5%;
background-color: #503738;
}
/*End of Work*/
.con .topcon {
    border: 0px solid #4b3838;
    width:97%;
    height:150px;
}
.contact {
    border: 0px solid #4b3838;
    width: 90%;
    height: 150px;
    display: inline;
    padding: 5px 10px 0 20px;
    margin: 5px auto 5px 20px;
    float: left;
    text-align: center;
    font-family: "matt-b", sans-serif; 
    font-size: 42px;
    font-weight: 400;
    font-style: normal;
    color: #4b3838;
    background-color: #F2EBE0;
}
.con .c-leftbr {
    border: 0px solid #0c0b08;
    width: 20%;
    height: 60px;
    display: inline;
    padding: 5px 10px 0 20px;
    margin: 5px auto 5px 20px;
    float: left;
    font-family: "matt-b", sans-serif; 
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    color: #4b3838;
    background-color: #F2EBE0;

}
.con {
    border: 0px solid #000;
}
.email {
   border: 0px solid #0c0b08;
    width: 180px;
    height: 150px;
    display: inline;
    padding: 5px 10px 0 0;
    margin: 0 auto 5px 20px;
    float: left;
    font-family: "matt-b", sans-serif; 
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #4b3838;
}
.con .email p a {
    font-size: 40px;
    color: #bd591b; 
    text-decoration: none;

}
.con .social p a{
    font-size: 40px;
    color: #bd591b; 
    text-decoration: none;

}
.con .email img {
    padding: 5px 10px 0 0;
    margin: 5px auto 5px 0;
}
.con .social img {
    padding: 5px 10px 0 20px;
    
}
.portfolio {
    border: 0px solid #0c0b08;
    width: 180px;
    height: 150px;
    display: inline;
    padding: 5px 10px 0 20px;
    margin: 5px auto 5px 20px;
    float: left;
    font-family: "matt-b", sans-serif; 
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #bd591b; 
}

.social {
    border: 0px solid #0c0b08;
    width: 180px;
    height: 150px;
    display: inline;
    padding: 5px 10px 0 0;
    margin: 0 auto 5px 20px;
    float: left;
    font-family: "matt-b", sans-serif; 
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #4b3838;
}
/*START MEDIA QUERY ~~~~~~~~~~~~~~~~~~~~~*/

    
@media only screen and (max-width: 1200px) {

    .menu {
    border: 0px solid #0c0b08;
    width: 100%;
    height: 100px;
    display: inline;
    float: left;
    }
    .menu .menu-bar .leftbr {
        display:none;
    }
    .home .hero {
        width: 100%;
        height: 450px;
        border: 0px solid #6f4a10;
        float: right;
        display: inline;
        background-size:contain;
        background-image: url("../images/homename.png");
        background-repeat: no-repeat;
    
    }


    .home .footer .cat-foot {
    width: 76%;
    height: 100px;
    border: 0px solid #6f4a10;
    float: right;
    display: inline;
    display: block;
}


/*End of index/home media*/


.about {
    
    width: 100%;
    height: 1650px;
    border: 0px solid #ff0f0f;
    float:left;
    background-image: url("../images/aboutmeorig.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.about .abtboxes .box1 {
    width: 90%;
    height: 900px;
    border: 0px solid #4f0fff;
    float:left;
}
.about .abtboxes #boxclick {
    width: 560px;
    height: 260px;
    border: 0px solid #000;
    float:left;
}
a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 0 0 50px;
    text-decoration: none;
}

/*End of about media*/


.workpage {
    width: 100%;
    height: 980px;
    border: 0px solid #0fe7ff;
    float:left;
    background-color: #503738;
    
}
.workpage .workbot img {
    width: 100%;
    height: auto;
    border: 0px dashed #fb00b8;
    float:left;
    background-color:#503738;
}

.workpage .workbot a.inner1 {
    width: 30%;
    height: 235px;
    border: 0px dashed #1d34ff;
    padding: 2px 5px 0 10px;
    margin: 0 0 5px 55px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/inner1.png");
    float:left;
}

.workpage .workbot a.inner2 {
    width: 30%;
    height: 235px;
    border: 0px dashed #1d34ff;
    padding: 2px 5px 0 10px;
    margin: 0 0 5px 55px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/inner2.png");
    float:left;
}

.workpage .workbot a.inner3 {
    width: 30%;
    height: 235px;
    border: 0px dashed #1d34ff;
    padding: 2px 5px 0 10px;
    margin: 0 0 5px 55px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/inner3.png");
    float:left;
}

.workpage .workbot a.inner4 {
    width: 30%;
    height: 235px;
    border: 0px dashed #1d34ff;
    padding: 2px 5px 0 10px;
    margin: 0 0 5px 55px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/inner4.png");
    float:left;
}

.con .c-leftbr {
    width: 3%;
}

/*END MEDIA QUERY~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/