body {
    background-color: #f8f8f8;
}
canvas {
    display: block;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#canvas-wrap { 
    position:relative;
}

#startimg {
    display: block;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#startanim {
    position: absolute;
    top: 0;
    left: 175px;
}

#startimg-wrap { 
    position: relative;
}

#imgmid-wrap {
    position: relative;
    margin: 0 auto;
    height: 50px;
    width: 1000px;
}

#startbtn {
    width: 250px;
    height: 25px;
    background-color: ;
    
        background-color: orange;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    
    position: absolute;
    top: 400px;
    left: 675px;
}

#modal {
    padding-left: 25px;
    padding-top: 15px;
    position: absolute;
    top: 150px;
    z-index: 2;
    width:30%;
    max-width: 400px;
    min-width: 200px;
    height: 150px;
    overflow: hidden;
    background: white;
    margin: 0 auto;
    left: 0;
    right: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#modaltitle {
    font-family: Segoe UI, Open Sans, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #111111;
}

.homemodal {
    margin-left: 24px;
}

#modalline {
    height: 1px;
    background-color: #cccccc;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: -25px;
}

#modaltext {
    font-family: Segoe UI, Open Sans, Arial, sans-serif;
    font-size: 15px;
}

#linkholder {
    margin-top: 20px;
}

#modal img {
   float: right;
    margin-right: 11px;
    margin-top: -4px;
}

a {
    margin-left: -25px;
    font-family: Segoe UI, Open Sans, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

#a1 {
    float: left;
    margin-left: 60px;
    color: rebeccapurple;
}

#a2 {
    float: right;
    padding-right: 25px;
    margin-right: 60px;
    color: rebeccapurple;
}

#textholder {
    height: 500px;
    width: 500px;
    margin-top: -500px;
    float: right;
}

#textbox {
    padding-top: 15px;
    position: relative;
    margin: 0 auto;
    margin-top: 170px;
    z-index: 2;
    width:90%;
    height: 348px;
    overflow: hidden;
    background: white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.mtitle {
    margin-left: 25px;
    font-size: 10px;
    font-weight: 700;
}
p {
    margin-left: 25px;
    margin-top: 0;
    line-height: 20px;
}

.line2 {
    margin-top: -15px;
}

#startbutton {
    margin-top: 5px;
    width: 100%;
    height: 25px;
    background-color: ;
    
    background-color: orange;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

#credit {
    color: white;
    position: absolute;
    top: 470px;
    left: 165px;
    font-family: Segoe UI, Open Sans, Arial, sans-serif;
    font-size: 14px;
    opacity: .75;
}

#credit a {
    color: white;
    font-family: Segoe UI, Open Sans, Arial, sans-serif;
    font-size: 14px;
    text-decoration: underline;
    margin-left: 0px;
}