@import url('//brick.a.ssl.fastly.net/Montserrat:100,200,300,400');
@import url('//fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700');
@import url('//fonts.googleapis.com/css?family=Mr+Dafoe');

.site {
    min-height: 100%;
}
a {
    box-sizing: border-box;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
body {
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    -webkit-text-size-adjust: 100%;
}
html,
body {
    height: 100%;
}
nav {
    width: auto;
    min-width: 250px;
    position: absolute;
    top: 2%;
    right: 2%;
    padding: 5px;
}
#menu {
    margin: auto;
    text-align: center;
}
#mobilenavlink {
    position: absolute;
    top: 15px;
    left: 0;
    color: #fff;
    font-size: 1.5em;
    display: none;
}
#mobilemenu {
    position: fixed;
    top: 70px;
    overflow: hidden;
    width: 0px;
    text-overflow: clip;
    white-space: nowrap;
    -webkit-transition: width 200ms ease-in;
    -moz-transition: width 200ms ease-in;
    -o-transition: width 200ms ease-in;
    transition: width 200ms ease-in;
}
#mobilemenu a {
    color: white;
    text-decoration: none;
    padding: 10px;
    border-top: 2px solid #fff;
    background: #101010;
    /*background: rgba(0, 0, 0, 0.9);*/
    font-weight: 300;
    display: block;
    padding-right: 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    text-align: center;

}
.nav-up {
  top: -100px;
}
.fa-ellipsis-v {
    cursor: pointer;
}
.pointer {
    cursor: pointer;
}
.more {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}
.more:hover {
    color: white;
}
nav a {
    text-decoration: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    font-size: .9em;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.7);
}
nav a:last-child {
    padding-right: 0;
}
nav a:hover {
    color: white;
}
nav h1 {
    color: white;
    margin-top: 0;
    font-family: 'Mr Dafoe', cursive;
    font-size: 4em;
    font-weight: lighter;
    margin: -20px 0 5px 0;
    text-align: right;
}
.above {
    height: 100%;
    background-image: url(images/palmsp1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.below {
    max width: 700px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 1.5;
    color: #1c1c1c;
}
.below p {
    margin-top: 0;
}
.pcontainer {
    margin: 0;
    overflow: auto;
}
.content {
    width: auto;
    padding: 0 15px;
    overflow: hidden;
    line-height: 1.6;
}
.content h3 {
    margin-top: -6px;
    font-weight: 400;
}
.image {
    margin-right: 10px;
    float: left;
}
.pic {
    padding-bottom: 10px;
    width: 300px;
    display: block;
    margin-top: 2px;
}
.morelink {
    color: gray;
    cursor: pointer;
    font-weight: 300;
    font-size: 1.2em;
}
.morelink:hover {
    text-decoration: underline;
}
.p1 {
    margin-top: 0;
}
#more {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    background: rgba(0, 0, 0, 0.40);
    text-align: center;
    font-size: 1.4em;
}
footer {
    margin-top: 40px;
    padding: 20px 20px;
    background-color: rgba(168, 168, 168, 0.15);
    height: 80px;
}
#copy {
    float: left;
    font-size: small;
    text-transform: uppercase;
    color: rgb(68, 68, 68);
}
.footerlink a {
    text-decoration: none;
    color: black;
    font-size: smaller;
    text-transform: uppercase;
    color: rgb(68, 68, 68);
}
.footerlink a:hover {
    color: gray;
}
#social {
    float: right;
    font-size: 2em;
}
#social a {
    text-decoration: none;
    color: inherit;
    padding: 0 10px 0 0;
}
#social a:hover {
    color: rgb(152, 152, 152);
}
@media screen and (max-width: 740px) {
    .image {
        display: inline-block;
        float: none;
    }
    .content {
        display: inline-block;
        float: none;
        padding: 0;
    }
}
@media screen and (max-height: 600px) {
    .above {
        max-height: 70%;
        min-height: 300px;
    }
    #more {
        visibility: hidden;
    }
}
@media screen and (min-width: 570px) {
    #mobilemenu {
        display: none;
    }
}
@media screen and (max-width: 570px) {
  .bg {
    background: #101010;
  }
  header {
      transition: 0.2s ease-in-out;
      width: 100%;
      height: 62px;
      position: fixed;
      top: 0;
    }
    nav {
        top: 0;
        right: 2%;
        min-width: 100px;
    }
    nav h1 {
        font-size: 2.5em;
        margin: -8px 0 0 5px;
    }
    nav a {
        font-weight: 400;
        display: block;
        text-align: right;
        padding-right: 0;
    }
    #mobilenavlink {
        display: block;
        font-size: 1.6em;
        top: 10px;
        left: 15px;
    }
    #mobilemenu {
      top: 62px;
    }
    #menu {
        display: none;
    }
}
@media screen and (device-aspect-ratio: 40/71) {
    /*#mobilemenu {
        top: 20%;
    }*/
}
@media screen and (max-width: 400px) {
  header {
    height: 58px;
  }

    nav {
        top: 0;
        right: 2%;
        min-width: 100px;
    }
    nav h1 {
        font-size: 2.1em;
        margin: -5px 0 0 5px;
    }
    #mobilenavlink {
        top: 10px;
        left: 10px;
        font-size: 1.5em;
    }
    #mobilemenu {
      top: 58px;
    }

    .pcontainer {
        overflow: inherit;
    }
    #copy {
    font-size: smaller;
  }
  .pic {
    width: 90vw;
  }
}
