@font-face {
    font-family: 'fortescue';
    src: url('../font/FortescuePro-Bold.otf');
}


html.main-page { 
    background: url('../img/bridgeport.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'fortescue';          
  }

  html.journal-page {
    font-family: 'fortescue';            
  }
 
  .corridor-header {
    background-color: black;
    color: white;
    font-size: 26px;
    margin: 0;
    letter-spacing: .2em;
    padding: 15px 0 5px;
}

/* @media only screen and (max-width: 500px) {
    body {
        background-color: lightblue;
    }
} */

.corridor-header-green {
    background-color: white;
    border-bottom: 1px solid #148787;
    margin: 0;
    padding: 15px 0 5px; 
}

.corridor-header-black {
    background-color: black;
    margin: 0;
    padding: 15px 0 5px; 
}


.header-anchor {
    color: #148787;
    font-size: 40px;
    letter-spacing: .2em;    
}

.header-home {
    color: white;
    font-size: 40px;
    letter-spacing: .2em;    
}

.foot {
    margin-top: -75px;
    position: absolute;
    bottom: 60px;
    width: 100vw;
}

.foot-contain {
    box-sizing: border-box;    
    margin:auto;
    text-align: center;
    font-size: 22px ;
    color:white;
}

.foot-contain-green {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px 0 40px;
    background-color: white;
    text-align: center;
}

.foot-contain-green a {
    font-size: 40px;
}

.foot-span {
    border:1px solid white;
    padding: 10px 25px 6px;
    background-color: black;
    opacity: .8;
}

.foot-span-green {
    border:1px solid #148787;    
    padding: 10px 25px 6px;
    color: #148787;
    opacity: .8;
}

.foot-span-green:hover {
    background-color: #148787;
    border:1px solid white;    
    color: white;
    opacity: .8;
}

.social-links, .page-links {
    box-sizing: border-box;    
    margin: 20px auto auto auto;
    text-align: center;
}

.social-links-green {
    box-sizing: border-box;    
    margin: 20px auto auto auto;
    text-align: center;
}

.social-anchor {
    color: #ffffff;
}

.social-anchor-green {
    color: #148787;
}

.page-links a, .pipe{
    color: #148787;
}

.pipe {
    margin: 0 5px;    
}

a{
    margin:auto;    
    font-size: 24px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
  }

  .pipe {
      font-size: 1.8em;
  }
  
  .button:hover {
    background:white;
    color:#148787;
    text-decoration: none;
    border: 1px solid #148787;
  }

.stacked {
    display: block;
}


/* ABOUT */

.corridor-header, .corridor-link, .corridor-header-green, .corridor-header-black {
    margin-bottom: 35px;
    text-align: center;
}
.corridor-link {
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.corridor-link:link, .corridor-link:hover, .corridor-link:visited {
    color:inherit;
}

#content-left {
    box-sizing: border-box;
    float: left;
    width: 50vw;
    text-align: right;
    padding-right:10px;
}
.cover-img {
    width:70%;
    right:0;
}

#content-right {
    box-sizing: border-box;
    float: right;
    width: 50vw;
    padding-left: 10px;
}

.issue-title {
    display: block;
    margin:0;
    font-size: 3.5vw;
}

.page-content {
    width: 60%;
    margin:auto;
    margin-top: 20px;
    margin-bottom: 120px;
}

.page-content p {
    font-size: 20px;
    color: #148787;
    line-height: 40px;
    margin: 50px 0;
}

.foot-all {
    bottom: 60px;
    position: absolute;
    width: 100vw;
}


.foot-all-home {
    line-height: 40px;
    bottom: 50px;
    position: absolute;
    width: 100vw;
}

.issue-cover {
    margin-left: auto;
	margin-right: auto;
	display: block;
    width: 45%;
}

@media only screen and (max-width: 815px) {  
       .foot-all {
            bottom:0;
            margin-top:25px;             
            position: relative;      
        }
    }

.float-left {
    float: left;
    background-color:#148787; 
    height: 100%;
    width:50%;
}

.float-left p {
    color: white;
    font-size: 20px;
    padding-left: 100px;
}

.float-right {
    float: right;
    height: 100%;
    width: 50%;
}

.float-right p {
    font-size: 20px;
    color: #148787;
}

.purchase-bottom-right {
    bottom: 9%;
    position: absolute;
    right: 100px;
}

.order-button {
    display: block;
    margin-bottom: 10px;
    padding: 10px 10px 6px;
    font-size: 1.6em;
}

.purchase-page-cover {
    position: absolute;
    top: 33%;
    left: 30%;
    width: 35%;
}


/* MOBILE FOR PURCHASE PAGE */
@media only screen 
and (max-width: 1024px) 
{
    p {
        font-size: 6vw;
    }
    .float-left {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .float-left p {
        padding: 0;
        font-size: 6vw;
        text-align: center;
    }

    .purchase-page-cover {
        position: relative;
        margin-top: 10px;
    }

    .purchase-bottom-right {
        position: relative;
        right: 0;
    }

    .purchase-bottom-right p {
        text-align: center;
        margin-top: 40px;
        font-size: 5vw;
    }

    .float-right {
        float: none;
        height: auto;
        width: 100%;
    }
    .order-button {
        width: 60%;
    }


    .social-links-green a, .page-links a {
        display: block;
        margin-bottom: 25px;
    }

    .pipe {
        display: none;
    }

    .page-content {
        width: 75%;
        margin-bottom: 170px;
    }

    .page-content p {
        font-size: 6vw;
        line-height: 65px;
    }

    .foot-span {
        font-size: 3vw;
        padding: 10px 3px 7px;
    }

    .social-links .social-anchor {
        font-size: 16px;
    }

    .page-links a {
        font-size: 13vw;
        margin-bottom: 0;
    }

    .home-page-links a {
        border: 1px solid white;
        padding: 5px 3px 2px;
        display: block;
        background-color: black;
        color: white !important;
        opacity: .8;
        font-size: 6vw;
    }

    .aux-page-links a {
        border: 1px solid white;
        padding: 5px 3px 2px;
        display: block;
        background-color: #148787;
        color: white !important;
        opacity: .8;
        font-size: 6vw;
    }

    .foot-contain-green {
        padding: 40px 0 60px;
    }

    .foot-contain-green a {
        font-size: 6vw;
    }
    .purchase-bottom-right a {
        font-size: 9vw;
        margin-bottom: 20px;
    }

    .corridor-header-black a {
        font-size: 10vw;
    }

    .corridor-header-green a {
        font-size: 10vw;
    }

    html {
        height: 100%;
    }

}
