.page1 img {
    width: 50%;
    height: 150px;
    background-image: url(images/bricks.png);
    background-repeat: repeat-x;
}

header {
    padding-bottom: 25px;
}

nav {
    font-size: 20px;
    line-height: 40px;
    text-align: center;   
    padding-top: 25px;
    
}

nav a {
    text-decoration: none;
    color: black;
    font-family: 'broken_wingsregular';
    font-size: 22pt;
    
}

a:hover{
    color: red;
}

#contenteditable {
    font-family: 'broken_wingsregular';
}

.page1 main {
    margin: 0 30px;
    background-color: #f0f0f0;
}

.page1 #contenteditable{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 30px;
    font-size: 80px;
}

.page1 h2 {
     font-family: 'latolight';
}

p{
    font-family: 'latolight';
    line-height: 1.4em;
}

h2 footer {
     font-family: 'banksyregular';
}

h3 {
    font-family: 'banksyregular';
    font-size: 60pt;
}

.page1 h2{
    font-size: 25px;
    text-align: center;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 35px;
}

.page1 h3{
    text-align: right;
    padding-top: 45px;
    padding-right: 30px;
}



/* end of page one mobile styling */



.page2 img {
    width: 50%;
    height: 150px;
    background-image: url("images/bricks.png");
    background-repeat: repeat-x;
}

.page2 #contenteditable {
    margin: 0 20px;
    background-color: #f0f0f0;
}

.page2 #contenteditable{
    text-align: center;
    font-size: 80px;
    padding-top: 25px;
    padding-bottom: 30px;
}

.page2 h2{
    padding-bottom:15px;
    padding-top: 15px;
    text-align: center;
    font-family: 'banksyregular';
    font-size: 120px;
}

.page2 p{
    padding-top: 25px;
    margin: 0 20px;
}

.page2 section p{
    padding-bottom: 25px;
}

.page2 h3{
    display: none;
}

.page2 footer section{
    width: 100%;
    height: 150px;
    background-image: url("images/bricks.png");
    background-repeat: repeat-x;
}



/* end of page 2 mobile styling */



.page3 img {
    width: 50%;
    height: 150px;
    background-image: url("images/bricks.png");
    background-repeat: repeat-x;
}

.page3 #contenteditable {
    margin: 0 20px;
    background-color: #f0f0f0;
}

.page3 #contenteditable{
    text-align: center;
    font-size: 80px;
    padding-top: 25px;
    padding-bottom: 30px;
}

.page3 h2{
    padding-bottom:15px;
    padding-top: 15px;
    text-align: center;
    font-family: 'banksyregular';
    font-size: 120px;
    
}

.page3 p{
    padding-top: 25px;
    margin: 0 20px;
}

.page3 section p{
    padding-bottom: 25px;
}

.page3 h3{
    display: none;
}

.page3 footer section{
    width: 100%;
    height: 150px;
    background-image: url("images/bricks.png");
    background-repeat: repeat-x;
}



/* end of page 3 mobile styling */



.page4 img {
    width: 50%;
    height: 150px;
    background-image: url("images/bricks.png");
    background-repeat: repeat-x;
}

.page4 article {
    margin: 0 30px;
    background-color: #f0f0f0;
}

.page4 #contenteditable{
    text-align: center;
    font-size: 80px;
    padding-top: 25px;
    padding-bottom: 30px;
}

.Bricks {
    display: none;
}

.page4 section{
    align-content: center;
    width: 100%;
    margin: 0 30px;
    padding-top: 25px;
}

.page4 section img{
    width: 88%;
    align-content: center;
    padding-bottom: 10px;
    height: 300px;
}

.page4 h3{
    text-align: right;
    padding-top: 45px;
    padding-right: 30px;
}

.page4 #desktop {
    display: none;
}



/* end of page 4 mobile styling */



@media screen and (min-width: 700px) {
  
    .page1 header img {
        float: left;
        height: 200px;
        width: 80%;
    }  
    
    nav {
        text-align: right;
        padding-right: 1.5em;
    }
    
    a:visited {
        color: red;
    }
    
    .page1 main {
        background-color: white;
        padding-top: 250px;
        padding-left: 20px;
    }
    
    .page1 main #contenteditable {
        text-align: left;
        padding-bottom: 10px;
        font-size: 90pt;
    }
    
    .page1 h2 {
        text-align: left;
        padding-left: 0;
    }
    
    
    
    /* page 1 tablet styling */
    
    
    
    .page2 header img {
        display: none;
    }  
    
    .page2 header {
        float: right;
        z-index: -1;
    }
    
    .page2 main {
        display: grid;
        grid-template-columns: 1fr 2fr 2fr;
        grid-column-gap: 2em;
    }
    
    .page2 main #contenteditable {
        transform: rotate(270deg);
        transform-origin: left top;
        float: left;
        background-color: white;
        margin-top: 99%;
        padding: 0;
        position: absolute;
        z-index: -1;
        
    }
    
    .page2 main #contenteditable {
        text-align: left;
        font-size: 90pt;
    }
    
    .page2 #contenteditable {
        position: relative
    }
    
    @supports(position:sticky) {
        .page2 #contenteditable {
            position: sticky;
            bottom: -50px;
        }
    }
    .page2 section p {
        padding-right: 0em;
        padding-top: 200px;
    }
    
    .page2 #column1 {
        padding-left: 1.05em;
        margin-top: -95px;
    }
    
    .page2 #column2 {
        margin-top: 45px;
    }
    
    .page2 h2 {
       text-align: left;
    }
    
    .page2 h3 {
        display: block;
        text-align: right;
        padding-right: 0.25em;
    }
    
    .page2 footer img {
        display: none;
    }
    
    
    
    /* end of page 2 tablet styling */
    
    
    
     .page3 header img {
        display: none;
    }  
    
    .page3 header {
        float: right;
        z-index: -1;
    }
    
    .page3 main {
        display: grid;
        grid-template-columns: 1fr 2fr 2fr;
        grid-column-gap: 2em;
    }
    
    .page3 main #contenteditable {
        transform: rotate(270deg);
        transform-origin: left top;
        float: left;
        background-color: white;
        margin-top: 99%;
        padding: 0;
        position: absolute;
        z-index: -1;
        
    }
    
    .page3 main #contenteditable {
        text-align: left;
        font-size: 90pt;
    }
    
    .page3 #contenteditable {
        position: relative
    }
    
    @supports(position:sticky) {
        .page3 #contenteditable {
            position: sticky;
            bottom: -50px;
        }
    }
    
    .page3 section p {
        padding-right: 0em;
        padding-top: 200px;
    }
    
    .page3 #column1 {
        padding-left: 1.05em;
        margin-top: -95px;
    }
    
    .page3 #column2 {
        margin-top: 45px;
    }
    
    .page3 h2 {
       text-align: left;
    }
    
    .page3 h3 {
        display: block;
        text-align: right;
        padding-right: 0.25em;
    }
    
    .page3 footer img {
        display: none;
    }
    
  
    
    /* end of page 3 tablet styling */
    
  
    
    .page4 header img {
        display: none;
    }  
    
    .page4 header {
        float: right;
       background: white;
        width: 200px;
        height: 300px;
        padding: 20px;
        flex-shrink: 0;
        overflow: visible;
        position: -webkit-sticky;
        position: stick;
        right: -200px;
    }
    
    .page4 article {
        background-color: white;
    }
    
    .page4 main {
        display: grid;
        grid-template-columns: 1fr 2fr;
    }
    
    .page4 main img {
        width: 100%;
    }

    .page4 main #contenteditable {
        transform: rotate(270deg);
        transform-origin: left top;
        float: left;
        background-color: white;
        margin-top: 99%;
        padding: 0;
        position: absolute;
        
    }
    
    .page4 main #contenteditable {
        text-align: left;
        font-size: 90pt;
    }
    
    .page4 #contenteditable {
        position: relative
    }
    
    @supports(position:sticky) {
        .page4 #contenteditable {
            position: sticky;
            bottom: -50px;
        }
    }
    
    .page4 section #mobile {
        display: none;
    }

    .page4 footer {
        display: none;
    }
    
    img{
        float: left;
    }
    
   
/* end of page 4 tablet styling */



@media screen and (min-width: 1200px) {
    body {
        margin: 0 12em;
    }
}
   
/* end of desktop styling */
























