body {
    background-color: #f0f0f0;
    background-image: url(images/bg2.jpg);
}
a {
    text-decoration: none;
    color: black;
}
h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    color: #ffffff;
    font-size: 28pt;
    text-shadow: 1px 1px 3px rgba(0,0,0,1);
    text-align: center;
    margin: 10px;
}
h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #ff6666;
    font-size: 24pt;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    text-align: center;
    margin: 10px;
}
sectitle {
    display: block;
    width: 1024px;
    padding: 5px 10px;
    margin: 0px;
    font-family: 'Raleway', cursive;
    font-size: 32pt;
    font-weight: 100;
    text-shadow: 1px 1px 0px #eeeeee, 2px 2px 2px grey;
}
p {
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 14pt;
    margin-left: 60px;
}
ol li {
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 14pt;
    margin-left: 90px;
    margin-top: 10px;
}
wrapper {
    display: block;
    width: 1100px;
    border: none;
    margin: 0px auto 100px;
}
wrapper2 {
    display: block;
    width: 1056px;
    border: 1px solid grey;
    margin: 0px;
    padding: 30px;
    background-image: url(images/mt.jpg);
    background-size: 300px 305px;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.4);
}
bmbutton {
    display: block;
    float: left;
    width: 220px;
    font-family: Raleway, sans-serif;
    -webkit-transition: all 0.2s ease;    
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
bmbutton:hover {
    text-shadow: 0px 0px 5px white;
    text-decoration: none;
}
a bmbutton {
    color: white;
    font-weight: normal;
}






.iright {
    float: right;
    margin-left: 20px;
    width: 4px;
    height: 60px;
}
iw {
    float: left;
    position: relative;
    transition: 0.5s all;
    z-index: 10;
    -webkit-transition: 0.5s all;
    -moz-transition: 1.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
iw:hover {
    position: relative;
    top: -100px;
    left: -40px;
    z-index: 20;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 1.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.ileft {
    position: absolute;
    float: left;
    margin-left: 20px;
    height: 40px;
    border: 1px solid black;
    z-index: 10;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 1.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.ileft:hover {
    position: absolute;
    height: 238px;
    box-shadow: 20px 20px 40px rgba(0,0,0,0.5);
    z-index: 20
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 1.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
answ {
    display: block;
    width: 390px;
    text-align: left;
    float: right;
}
textarea {
    font-family: Courier, 'Open Sans', sans-serif;
    font-size: 12pt;
}
footer {
    width: 964px;
    padding: 10px 10px 20px;
    margin-bottom: 80px;
    font-family: 'Raleway', sans-serif;
    font-size: 15pt;
    font-weight: 300;
    color: #666666;
}
backb {
    display: block;
    width: 440px;
    padding: 10px 10px 20px;
    margin: 10px auto 80px;
    font-family: 'Raleway', sans-serif;
    font-size: 15pt;
    font-weight: 300;
    color: #666666;
}
