@import url("1440_18_col.css");
* {
    font-family:'Oswald',Helvetica,Arial,Lucida,sans-serif;
    color: #665544;}


.background {
    min-height: 4000px;
    background-image: url("images/pexels-fwstudio-33348-172296.jpg");
    align-items: center;
    justify-content: center;
    opacity: 1;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container_18 {
    margin-left: auto;
    margin-right: auto;
    width: 1440px;
    overflow: hidden;
}
.aboutus {
    margin-top: 70px;
    display: block;
    text-align: left;
    height: 350px;
    font-size: x-large;
    border-left: 10px solid #ececec;
    background-color: #ececec;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);}
    
#aboutus {
    display: block;
    font-size: 50px;
    font-weight: bold;
    unicode-bidi: isolate;}
img.logo {
    float: center;
    display: block;
    margin: 0px auto;
    width: 325px;
    height: 250px;
    padding-bottom: 10px;}
.center_homeimage {
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.home_image {
    border-radius: 15px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
}   
.gif {
    margin-left: 73px;
    margin-top: 70px;
    justify-content: right;
    }
.mjgif {
    width: 100%;
    height: 350px;
    margin-right: 0px;
    display:flex;
    justify-content: right;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
    }
b {
    color: #541200 !important;
    font-weight: 1200;
    font-size: 56px;}
p {
    display: block;
    unicode-bidi: isolate;}
h1 {
    padding-bottom: 0px;
    line-height: 0em;}
.whychooseus {
    margin-top: 70px;
    text-align: center;
    margin-bottom: 70px;
    background-color: #ececec;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
}
#parawcu {
    color: #1e1e1e!important;
    margin-left: 300px;
    margin-right: 300px;
    font-size: 25px;}
#traits_container {
    min-height: 500px;
    
}
#traits_box {
    display: flex;
    justify-content: center;
    min-height: auto;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
    background-color: #ececec;
}

#traits_container {
    display: flex;
    width: 88.5%;
    margin: 0 auto;
    margin-top: 60px;
    padding-bottom: 100px;
}

#tool, #paint, #brick {
    justify-content: center;
    margin-top: 30px;
    width: 65px;
    height: 65px;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
    border-radius: 15px;
    background-color: #f69100;
}

#brick {
    background-color: #1e1e1e;
}

.image_boxes {
    display: flex;
    justify-content: center;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    padding: 0;
}

.box_header {
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    font-size: 30px;
    color: #f69100;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.trait_description {
    text-align: center;
    margin-left: 28px;
    margin-right: 28px;
    font-size: 25px;
}

.middle_traits {
    margin-left: 40px;
    margin-right: 40px;
}

.center_homeimage {
    position: relative;
}

/* ******Photo Manual Slideshow****** */

.photo_container {
    display: flex;
    justify-content: center;
}   

.photo_box{
    min-height: 0 auto;
    min-width: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo_box {
    background-color: black;
}

.mySlides {
    display: none;
    justify-content: center;
}

.text {
    color: black;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
.numberText {
    display: flex;
    color: black;
    font-size: 24px;
    position: absolute;
    text-align: center;
}

.dots_container {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ececec;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: black;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
    from {opacity: 0.4;}
    to {opacity: 1;}
}


.right_arrow, .left_arrow {
    position: relative;
    cursor: pointer;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: Black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.right_arrow:hover, .left_arrow:hover {
    background-color: darkgray;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}
.right_arrow:active, .left_arrow:active {
    background-color: black;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

