@charset "UTF-8";
article, aside, footer, header, main, nav, section{
    display: block;
}
html, body, h1, h2, h3, ul, li, a, p, article, aside, footer, header, main, nav, section{
    padding: 0;
    margin: 0;
}
.banner{
    background-color: #ff4122;
    color: white;
    padding: 10px 20px;
    text-align: center;
}
body{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e5e0d7;
    font-family: Cambria;
    font-size: 15px;
    text-align: justify;
}
nav{
    background-color: #232226;
    padding: 5px;
    margin-top: 0.1px;
    text-align: center;
}
li a{
    color: #FFFFFF;
    text-decoration: none;
}
li{
    display: inline;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 20px;
    font-variant: small-caps;
    font-weight: bold;
}
footer{
    width: 950px;
    clear: both;
    background-color: #232226;
    color: #FFFFFF;
    padding: 10px;
}


main{
    width: 960px;
    margin-bottom: 10px;
}
section{
    background-color: #e5e0d7;
    margin-top: 10px;
    padding: 5px;
}
article{
    background-color: #e4dcd3;
    margin-top: 5px;
    padding: 10px 15px;
}
aside{
    background-color: #e6ddd4;
    width: 270px;
    float: right;
    padding: 20px;
    margin-top: 10px;
}
h2{
    text-align: center;
    font-family: Helvetica;
    margin-top: 8px;
    margin-bottom: 4px;
}
h3{
    margin-top: 8px;
    margin-bottom: 4px;
    font-family: Helvetica;
    text-align: center;
}
h4{
    margin-top: 0px;
    margin-bottom: 4px;
}
a{
    color: #0000EE;
}


.home-main{
    width: 640px;
    float: left;
    margin-bottom: 10px;
}
.about-right-img{
    max-width: 100%;
    float: right;
    margin-top: 5px;
    margin-left: 10px;
}
.about-left-img{
    max-width: 100%;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}
.portfolio-Article{
    background-color: #e4dcd3;
    width: 45%;
    padding: 10px 15px;
    margin-left: 9px;
    margin-right: 5px;
    text-align: justify;
    display: inline-grid;
}
.portfolio-slideshow-section{
    background-color: #e5e0d7;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 480px;
    height: 540px;
}
.phone{
    content: "\260E";
}
.tab{
    display: inline-block;
    margin-left: 50px;
}
.email{
    content: "\2709";
}
table{
    border: 1px solid rgb(90, 90, 90);
    padding: 2px;
    width: 360px;
    float: right;
    margin-right: 10%;
    margin-top: 1%;
    margin-bottom: 1%;
    font-size: 14.5px;
}
th, td{
    border: 1px solid rgb(90, 90, 90);
    padding: 2px;
    text-align: center;
    width: 180px;
}


.contact-form{
    width: 345px;
    margin-top: 20px;
    padding: 5px;
}
.message, .submit{
    margin-top: 5px;
    resize: none;
}
.thank-you{
    display: block;
    margin: auto;
    padding-top: 50px;
}
.thank-you-message{
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.sildeshow-container{
    max-width: 50%;
    margin: auto;
}
.myslides{
    display: none;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    display: inline-block;
    width: auto;
    padding: 17px;
    color: #717171;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.next{
    margin-left: 437px;
}
.prev:hover, .next:hover{
    background-color: rgba(0,0,0,0.8);
}
.text{
    color: #000;
    font-size: 15px;
    padding: 8px 12px;
    position: sticky;
    top: 0;
}
.dot{
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active, .dot:hover{
    background-color: #717171;
}
.fade{
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade{
    from {opacity: .4}
    to {opacity: 1}
}
