* {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

header {
    text-align: center;
    font-family: monospace;
    font-size: 25px;

}

li {
    list-style-type: none;
    display: inline;
    margin-right: 20px;
}
body {
    background-color: rgb(185, 185, 185);
    width: 100%;
    font-family: monospace
}

h1 {
    
    text-align: center;
   font-size: 580%;
}
h2{
    font-size: 300%;
    text-align: center;
}
nav {
    padding-top: 20px;
    
    height: 75px;
}

nav ul li {
    display: inline-block;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    word-spacing: 20px;
    font-size: 25px;
}

nav ul li a {
    color: teal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.8em;
}

nav img {
    padding-left: 20px;
    height: 40px;


}
section{
    height: 900px;
    text-align: center;
}
.start{
    padding-top: 100px;
    vertical-align: middle;
}


/* CSS */
.button-17 {
    align-items: center;
    appearance: none;
    background-color: #fff;
    border-radius: 24px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px, rgba(0, 0, 0, .14) 0 6px 10px 0, rgba(0, 0, 0, .12) 0 1px 18px 0;
    box-sizing: border-box;
    color: #3c4043;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 24px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform, opacity;
    z-index: 0;
    margin-top: 50px;
    animation: infinite;
    animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1.2);
    }
}

.button-17:hover {
    background: #F6F9FE;
    color: #174ea6;
}

.button-17:active {
    box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
    outline: none;
}
.button-17:not(:disabled) {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
    box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
    box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}
a{
    text-decoration: none;
    color: #3c4043;
    text-align: center;
    padding-left: 20px;
}
h3{
    font-size: 20px;
}
#intro{
    column-gap: 20px;

}
#intro:after{
    content: "";
    display: table;
    clear: both;

}
.intro{
    float: left;
    max-width: 300px;
  text-align: left;
    padding-left: 10%;
   
}

article{
    text-align: center;
   float: right;
   width: 50%;
   padding-right: 5%;
}

article img{
    width: 70%;
   
}@media screen and (max-width: 800px) {
    .article img {
        width: 100%;
    }
}
.introimg{
   
   padding-top: 10%;
   /* padding-bottom: 10%; */
   padding-left: 10%;
   max-width: 1200px;
text-align: left;
}

.introimg img{
    width: 80%; 
    text-align: right;
    padding-bottom: 10%;
}

.problem{
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
   background-color: #fff ;
}
.goal{
    padding-left: 10%;
        padding-right: 10%;
        background-color: #fff;
}
.time{
    padding-left: 10%;
        padding-right: 10%;
        background-color: #fff;
        padding-bottom: 10%;
}
.moodboard{
    padding-left: 10%;
        padding-right: 10%;
        
        padding-bottom: 10%;
    }
    svg{
        width: 30%;
        padding-top: 5%;
    }

.colorbox{
        display: table-column-group 1fr 1fr 1fr;
        column-gap: 5px;
        row-gap: 5px;
        text-align: center;
    }
.mySlides {
    display: none;
    text-align: center;
    width: 100%;
}
.wireframe{

    padding-left: 10%;
        padding-right: 10%;
        
        padding-bottom: 10%;

}
.wireframe img{
    width: 100%;
    
}.wireframe img:hover {
            -ms-transform: scale(1.1);
            /* IE 9 */
            -webkit-transform: scale(1.1);
            /* Safari 3-8 */
            transform: scale(1.1);
        }

.wireimg{
    display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 10px;
    padding-top: 5%;
    }
    
    @media only screen and (min-width: 1000px) {
        article {
            grid-template-columns: 1fr 1fr;
        }
    }
    
    @media only screen and (max-width: 900px) {
        article {
            grid-template-columns: 1fr;
        }
    }
.result {

    padding-left: 10%;
    padding-right: 10%;

    padding-bottom: 10%;

}
footer{
    text-align: center;
    padding-bottom: 50px;
    font-size: 20px;
    
}
footer a{
    color: rgb(0, 13, 255);
    font-weight: 800;
    
    padding: 20px;
}
footer a:hover{
    color: rgb(255, 255, 0);
    font-weight: 800;
    text-decoration: underline;
}