/* General Demo Style */
/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);*/

/*
@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    font-size: 100%;
    padding: 0;
    margin: 0;
}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


* {
    /*   moves padding and border to inside the "div" */
    box-sizing: border-box;
}


/*CONTACT FORM CSS*/

body,
a {
    cursor: url('../images/cursor.svg'), auto !important;

}

.menu-btn {
    background: white;
}

#contacthead {
    width: 50%;
    text-align: center;
    margin: auto;
}


#contacthead h1 {
    color: #2E5469;
    font-weight: 700;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    margin: auto;
}

#contacthead hr {
    width: 40px;
    height: 3px;
    background-color: #2E5469;
    text-align: center;
    border: none;
}

#contacthead p {
    width: 80%;
    color: #2E5469;
    font-weight: 300;
    line-height: 30px;
    width: 80%;
    margin: auto;
    text-align: center;
    padding-bottom: 70px;
}



#page-wrapper {
    width: 50%;
    text-align: center;
    background: #FFFFFF;
    border: 3px solid #2E5469;
    padding: 1em;
    margin: auto;

}


.field {
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 600;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    margin: auto;

}


label {
    display: block;
    margin-top: 2em;
    margin-bottom: 1.5em;
    color: #2E5469;
    text-align: left;
}

input {
    width: 100%;
    padding: 0.5em 0.5em;
    font-size: 1.2em;
    /*  border-radius: 3px;*/
    border: 2px solid #2E5469;
}


textarea {
    width: 100%;
    height: 200px;
    padding: 0.5em 0.5em;
    font-size: 1.2em;
    /*  border-radius: 3px;*/
    border: 2px solid #2E5469;
}





.field button {
    padding: 12px;
    background: #2E5469;
    border: 3px solid #2E5469;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    color: white;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;


}


.field button:hover {
    background: white;
    color: #2E5469;

}


.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    /*  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
    color: #468847;
    background-color: #ADD2CF;
    /*  border: 1px solid #d6e9c6;*/
    /*  -webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*    border-radius: 4px;*/
}


.error {
    padding: 1em;
    margin-bottom: 0.75rem;
    /*  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
    color: white;
    background-color: #d87172;
    /*  border: 1px solid rgba(185, 74, 72, 0.3);*/
    /*  -webkit-border-radius: 4px;*/
    /*     -moz-border-radius: 4px;*/
    /*          border-radius: 4px;*/
}


.grid {
    max-width: 80%;
    list-style: none;
    margin: 30px auto;
}

.grid li {
    display: block;
    float: left;
    padding: 7px;
    width: 33%;
    opacity: 0;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
    opacity: 1;
}

.grid li a,
.grid li img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
    /*    background: #2E5469;*/

}

.grid li a .galapp {
    /*    padding: .5bw;*/
    margin: 1vh;
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 7vw;
    transition: all 1s ease;
    display: none;
    padding-right: 1.2em;
}


.grid li a:hover .galapp {
    display: block;
    z-index: -1;
    padding-right: 1.2em;
}

.grid li a .galmag {
    padding: .5bw;
    margin: 1vh;
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 13vw;
    transition: all 1s ease;
    display: none;
    padding-right: 1.2em;
}

.grid li a:hover .galmag {
    display: block;
    z-index: -1;
    padding-right: 1.2em;
}

.grid li a .galrest {
    /*    padding: .5bw;*/
    margin: 1vh;
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 10vw;
    padding-right: 7px;
    transition: all 1s ease;
    display: none;
    padding-right: 1.2em;

}


.grid li a:hover .galrest {
    display: block;
    z-index: -1;
    padding-right: 1.2em;
}



.grid li a .galx {
    padding: .5bw;
    margin: 1vh;
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 10vw;
    transition: all 1s ease;
    display: none;
    padding-right: 1.2em;
}


.grid li a:hover .galx {
    display: block;
    z-index: -1;
    padding-right: 1.2em;
}


.grid li a .galfun {
    padding: .5bw;
    margin: 1vh;
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 11vw;
    transition: all 1s ease;
    display: none;
    padding-right: 1.2em;
}


.grid li a:hover .galfun {
    display: block;
    z-index: -1;
    padding-right: 1.2em;
}



.grid li a .galbeer {
    padding: .5bw;
    margin: 1vh;
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 10vw;
    transition: all 1s ease;
    display: none;
    padding-right: 1.2em;
}


.grid li a:hover .galbeer {
    display: block;
    z-index: -1;
    padding-right: 1.2em;
}


.grid li a .galrcr {
    padding: .5bw;
    margin: 1vh;
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 13vw;
    transition: all 1s ease;
    display: none;
    padding-right: 1.2em;
}


.grid li a:hover .galrcr {
    display: block;
    z-index: -1;
    padding-right: 1.2em;
}


.grid li a .galfashion {
    padding: .5bw;
    margin: 1vh;
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 8vw;
    transition: all 1s ease;
    display: none;
    padding-right: 1.2em;
}


.grid li a:hover .galfashion {
    display: block;
    z-index: -1;
    padding-right: 1.2em;
}


.grid li a .galweb {
    padding: .5bw;
    margin: 1vh;
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 11vw;
    transition: all 1s ease;
    display: none;
    padding-right: 1.2em;
}


.grid li a:hover .galweb {
    display: block;
    z-index: -1;
    padding-right: 1.2em;
}




.grid li a .galcards {
    padding: .5bw;
    margin: 1vh;
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 7.5vw;
    transition: all 1s ease;
    display: none;
    padding-right: 1.2em;
}


.grid li a:hover .galcards {
    display: block;
    z-index: -1;
    padding-right: 1.2em;
}


.grid li a .galtrue {
    padding: .5bw;
    margin: 1vh;
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 6.8vw;
    transition: all 1s ease;
    display: none;
    padding-right: 1.2em;
}


.grid li a:hover .galtrue {
    display: block;
    z-index: -1;
    padding-right: 1.2em;
}







/* Effect 2: Move Up */
.grid.effect-2 li.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
    0% {}

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveUp {
    0% {}

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}











/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    font-family: proxima-nova, sans-serif;
    color: #31566B;
    font-weight: 400;
    font-style: normal;
    margin: auto;
    /*    cursor: none;*/

}

a {
    text-decoration: none;
    /*    cursor: none;*/
}

a:hover {
    /*    cursor: none;*/
}

#logo {
    width: 450px;
    padding-left: 80px;
    float: left;
    margin-bottom: 50px;



}

nav #logo {
    margin-right: auto;
}


nav {
    margin: auto;
    /*    padding-bottom: 250px;*/
    padding-top: 80px;
    padding-bottom: 50px;

}



#links {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    padding-right: 90px;
    margin-top: 80px;
    padding-bottom: 100px;

}

#links a {
    float: right;
    margin: 0 3%;
    color: #2E5469;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 650;
    letter-spacing: 2px;
    padding-top: 35px;
    border-bottom: 3px solid white;
    /*    text-underline-position: below;*/
    padding-bottom: 5px;

}


#links a:hover {
    border-bottom: 3px solid #2E5469;
    /*    text-underline-position: below;*/
    padding-bottom: 5px;
}





nav a {
    /* margin: 10px; - top right bottom left
    margin: 10x 20px - 10px on top and bottom, 20 on r & l
    margin: 10px 20px 30px 40px - 10px t, 20px, r, 30px b, 40px l*/

}



#logo a:hover {
    border-bottom: none;
}



footer {
    width: 100%;
    background: #ADD2CF;
    height: 150px;
    color: white;
    text-align: center;
    margin: auto;
    position: relative;
    margin-top: 70px;
}

footer h2 {

    padding-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 700;

}

h5 {
    text-transform: uppercase;
    font-size: 10px;
    color: white;
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
    /*    margin-bottom: 5px;*/
    font-weight: 200;
    letter-spacing: 2px;
}



hr {
    width: 50px;
    height: 3px;
    background-color: white;
    text-align: center;
    border: none;
}


#info h5{
font-size: 12px;
    font-weight: 500;
    text-align: left;
    padding-left: 120px;
    padding-top: 20px;
    
  
}

#info a{
    color: white;

}

#info a:hover{
color: #2E5469;

}


#social {
    margin: auto;
    display: flex;
    width: 20%;
    justify-content: space-around;
    text-align: center;
    padding-top: 30px;
    


}


#social a {
    width: 30px;
    text-align: center;
}

#social a:hover {
    opacity: .5;
    transition: .25s ease-in;
}



#copy{
    text-align: center;
    padding-left: 15px; 
    
}

.grid li a {
    color: #2E5469;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;


}

.grid li img:hover {
    opacity: 0;
    transition: .20s ease-in;
}


.grid li h4 {
    font-weight: 300;
    font-size: 10px;
    padding-bottom: 6px;
    padding-top: 8px;



}

.grid li h2 {
    font-size: 16px;

}



.grid li hr {
    width: 50px;
    height: 3px;
    background: #2E5469;
    text-align: center;
    border: none;
    display: block;
}



#bio {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: auto;
    padding-bottom: 60px;
}


#me {
    width: 50%;
    padding-left: 90px;
    padding-right: 10px;
    /*    margin: auto;*/
    text-align: center;
}

#me img {
    width: 90%;
    padding-bottom: 100px;
    margin: auto;
    text-align: center;

}


#writing {
    width: 50%;
    padding-left: 10px;
    padding-right: 90px;
    text-align: center;
}

#writing h2 {
    color: #2E5469;
    font-weight: 700;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
}


#writing hr {
    width: 40px;
    height: 3px;
    background-color: #2E5469;
    text-align: center;
    border: none;
}


#writing p {
    color: #2E5469;
    font-weight: 300;
    line-height: 30px;
    width: 80%;
    margin: auto;
    text-align: left;
}


.button {
    padding: 15px;
    background: #2E5469;
    border: 3px solid #2E5469;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    height: 10px;
    color: white;
    font-size: 12px;


}



.button:hover {
    background: white;
    color: #2E5469;
}







.vl {
    border-left: 3px solid #2E5469;
    height: 150px;
    padding-right: 20px;
    margin-top: 10px;
    /*
width: 10%;
margin: auto;
*/
}


.description {
    display: flex;
    width: 90%;
    margin: auto;
    padding-bottom: 100px;
    padding-right: 170px;
}

.left {
    width: 30%;
    text-align: right;
    margin-right: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 20px;

}

.left h2 {
    color: #2E5469;
    font-weight: 650;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 25px;

}

.left h4 {
    font-weight: 300;
    font-size: 12px;
    padding-bottom: 8px;


}

.left hr {
    width: 40px;
    height: 3px;
    background-color: #2E5469;
    border: none;
    text-align: right;
    margin-right: 0;

}


.right p {
    color: #2E5469;
    font-weight: 300;
    line-height: 30px;
}




.right {
    width: 60%;
    margin: auto;
    /*    padding-right: 100px;*/

}



/*
[aos="fade"] {
  opacity: 0;
  transition-property: opacity;
}

[aos="fade"].aos-animate {
  opacity: 1;
}
*/

.prev {
    transform: rotateZ(270deg) !important;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    position: fixed;
    letter-spacing: 2px;
    top: 85vh;
    /*     z-index: -1;*/
}

.prev a {
    color: #2E5469;
}

.prev a:hover {
    font-weight: 500;
}


.next {
    transform: rotateZ(90deg) !important;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    position: fixed;
    right: 25px;
    letter-spacing: 2px;
    top: 85vh;
    /*     z-index: -1;*/
}


.next a {
    color: #2E5469;

}


.next a:hover {
    font-weight: 500;
}


.carousel .flickity-button {
    transform: none !important;
}


.group {
    width: 80%;
    margin: auto;
    text-align: center;
    align-items: flex-start;
}

#one,
#two,
#five,
#six,
#seven,
#eight,
#nine {
    width: 90%;
    text-align: center;
    padding-bottom: 20px;

}


#double {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;

}

#double img {
    width: 50%;
    padding-right: 30px;
    padding-bottom: 20px;
}



.your-cursor1 {
    position: absolute;
    /*	background-color: #2E5469;*/
    border: 1px solid #2E5469;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: scale(1);

}

.your-cursor1.active {
    opacity: 1;
    transform: scale(.8);
}

.your-cursor1.hovered {
    opacity: 0.08;
}

.carousel {
    width: 60%;
    margin: auto;
    position: relative;
}

.carousel-cell {
    width: 100%;
}

.carousel-cell img {
    width: 100%;
    margin: auto;
}

.group h2 {
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 8px;
}


.menu-btn {
    display: none;
}



#caption {
    width: 60%;
    margin: auto;
    padding-bottom: 80px;
}

#caption p {
    /*    width: 60%;*/
    color: #2E5469;
    font-weight: 300;
    line-height: 30px;
    margin: auto;
    padding-bottom: 40px;
}

#captiontwo {
    padding-bottom: 20px;
    width: 60%;
    margin: auto;
}

#captiontwo p {
    /*    width: 60%;*/
    color: #2E5469;
    font-weight: 300;
    line-height: 30px;
    margin: auto;
    /*    padding-bottom: 40px;*/
}





@media screen and (max-width: 950px) {

    .grid {
        max-width: 95%;
    }

    .grid li {
        width: 50%;
    }



    #logo {
        width: 400px;
        float: none;
        padding-left: 0;
        /*    margin-bottom: 50px;*/
        margin: auto;


    }

    #links {
        display: none;
    }



    #bio {
        /*        display: block;*/
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding-bottom: 0;
    }



    #me {
        width: 90%;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;

    }


    #bio img {
        padding-bottom: 0;
    }






    #writing {
        width: 90%;
        padding: 0;
        margin: auto;
    }


    .description {
        display: block;
        flex-wrap: wrap;
        padding-bottom: 50px;
    }

    .vl {
        display: none;
    }

    .left {
        text-align: center;
        margin: auto;
        padding-bottom: 30px;
        width: 90%;
    }

    .left hr {
        margin: auto;

    }

    .left h4 {
        padding-bottom: 20px;
    }


    .right {
        width: 85%;
    }


    .group {
        width: 95%;

    }


    #double {
        display: block;
        flex-wrap: wrap;
        padding-bottom: 0;
        margin: auto;

    }

    #double img {
        width: 90%;
        margin: auto;
        padding: 0;
        padding-bottom: 20px;
    }


    .menu-btn {
        display: block;
        justify-content: flex-end;
        width: 70px;
        height: 70px;
        position: relative;
        border: 3px solid white;
        cursor: pointer;
        transition: all 0.3s ease;


    }

    .menu-btn img {
        width: 100%;
    }



    #container {
        padding-top: 30px;
        padding-right: 30px;
        float: right;
    }


    .pushy-content a {
        /*        padding-top: 50px;*/
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 16px;

    }






    #links {
        display: none;
    }




    .grid li a .galrest {
        margin-top: 18vw;

    }

    .grid li a .galapp {
        margin-top: 12vw;
    }

    .grid li a .galmag {
        margin-top: 24vw;
    }


    .grid li a .galx {
        margin-top: 20vw;
    }

    .grid li a .galfun {
        margin-top: 20vw;
    }

    .grid li a .galbeer {
        margin-top: 19vw;
    }

    .grid li a .galrcr {
        margin-top: 22vw;
    }

    .grid li a .galfashion {
        margin-top: 14vw;
    }


    .grid li a .galweb {
        margin-top: 22vw;
    }

    .grid li a .galtrue {
        margin-top: 13vw;
    }

    .grid li a .galcards {
        margin-top: 13vw;
    }





    .prev {
        transform: rotateZ(270deg) !important;
        font-weight: 300;
        font-size: 12px;
        text-transform: uppercase;
        /*    position: absolute;*/
        position: fixed;
        letter-spacing: 2px;
        top: 85vh;
        left: -33px;
        /*     z-index: -1;*/
    }




    .next {
        transform: rotateZ(90deg) !important;
        font-weight: 300;
        font-size: 12px;
        text-transform: uppercase;
        position: fixed;
        right: -16px;
        letter-spacing: 2px;
        top: 85vh;
        /*     z-index: -1;*/
    }



    #social {
        width: 30%
    }


    #info h5{
        text-align: center;
        padding-left: 15px;
    }
    
   

    .right {
        /*         padding-right: 0px;*/
    }

    .description {
        padding-right: 0px;
    }






    #page-wrapper {
        width: 70%;

    }


    .field {
        padding-left: 50px;
        padding-right: 50px;
        font-weight: 600;
        letter-spacing: 3px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        margin: auto;

    }


    label {
        display: block;
        margin-top: 2em;
        margin-bottom: 1.5em;
        color: #2E5469;
        text-align: left;
    }

    input {
        width: 100%;
        padding: 0.5em 0.5em;
        font-size: 1.2em;
        /*  border-radius: 3px;*/
        border: 2px solid #2E5469;
    }


    textarea {
        width: 100%;
        height: 200px;
        padding: 0.5em 0.5em;
        font-size: 1.2em;
        /*  border-radius: 3px;*/
        border: 2px solid #2E5469;
    }



    iframe #video {
        margin-bottom: -50px;
        margin-top: -30px;
    }





}







@media screen and (max-width: 500px) {
    .grid li {
        width: 100%;
    }

    #links {
        display: none;
    }

    #logo {
        width: 330px;
        padding-right: 12px;
    }

    #bio {
        padding-bottom: 0;

    }

    #me {
        width: 100%;
        margin: auto;
        text-align: center;
        padding-left: 0;
    }


    #me img {
        padding-bottom: 0;
    }


    .group {
        width: 100%;
    }

    #one,
    #two,
    #five,
    #six,
    #seven,
    #eight,
    #nine {
        width: 95%;
    }



    #double img {
        width: 95%;

    }



    .grid li a .galrest {
        margin-top: 35vw;
    }

    .grid li a .galapp {
        margin-top: 25vw;
    }

    .grid li a .galmag {
        margin-top: 45vw;
    }

    .grid li a .galtrue {
        margin-top: 23vw;
    }

    .grid li a .galx {
        margin-top: 40vw;
    }

    .grid li a .galfun {
        margin-top: 42vw;
    }

    .grid li a .galbeer {
        margin-top: 40vw;
    }

    .grid li a .galrcr {
        margin-top: 45vw;
    }

    .grid li a .galfashion {
        margin-top: 28vw;
    }


    .grid li a .galweb {
        margin-top: 42vw;
    }

    .grid li a .galcards {
        margin-top: 27vw;
    }


    .grid li h4 {
        font-weight: 300;
        font-size: 16px;
        padding-bottom: 6px;
        padding-top: 8px;
    }

    .grid li h2 {
        font-size: 22px;
    }



    .prev {
        display: none;
    }


    .next {
        display: none;
    }








    #social {
        width: 50%;
    }




    #page-wrapper {
        width: 95%;

    }


    #contacthead {
        width: 80%;
    }

    iframe #video {
        margin-bottom: -100px;
        margin-top: -120px;
    }





}


@media screen and (max-width: 500px) {

    iframe #video {
        margin-bottom: -160px;
        margin-top: -180px;
    }
}
