
/*
#banner{
    width: 107.1%;
    height: auto;
    left: -50px;
    right: 0px;

    margin-left: -1px;
    margin-top: -8px;
    margin-right: 0;
    margin-bottom: 0;

    padding: 0;
    overflow-x: hidden; 
    position: relative;
    top: -213px;
}

#myImage{
    width: 94.5%;
    height: auto;
    left: 0px;
    right: 0px;
}

#text{
    font-family:   sans-serif;
    font-weight: bold;
    font-size: 36px;
    position: relative;
    color: blue;
    top: -136px;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#textTwo{
    font-family: sans-serif;
    font-weight: bold;
    font-size: 36px;
    position: relative;
    color: red;
    z-index: 1;
    padding-right: 0px;
    float: right;
    top: -215px;
    left: -51px;
}

#backdrop{
    width: 1441px;
    height: 100px;
    background-color: darkblue;
    margin: -9px;
    position: relative;
    top: -46px;
    left: -41px;
}

section {
    position: absolute;
    width: 1442px;
    height: 99px;
    background: red;
    transition: width 2s;
    margin: -9px;
    z-index: 1;
    left: -41px;
  }
  
  section:hover {
    width: 340px;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
}

body {
    padding: 50px;
    position: absolute;
}

.main {
    width: 60vw;
    margin-top: 20vh;
    position: absolute;
    z-index: 4;
}

p {
    line-height: 1.3;
    font-size: 30px;
    position: absolute;
}

.button {
    background: blue;
    color: white;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    z-index: 4;
    position: absolute;
    /* cursor: pointer; */

body{
    margin: 250px;
    width: 70%;
    text-align:center;
}

div{
    font-size: 54px;
}
/*
#instruct{
    margin: 50px;
}

