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

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');

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: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
/* End of Meyer Reset CSS */

img {
	max-width: 100%; /*makes images scale with flexible grids*/
	display: block; /*removes tiny space added in some browsers below images */
}

html {
    font-size:12pt; /* Adjust for REM */
	line-height: 1;
}




/*        CSS STARTS HERE       */






body {
   
    position: static;
    background-color: #F9F9F9;
    z-index: -99!important;
}

.wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    max-width: none;
    background-color: #F9F9F9;
    z-index: -99!important;


}

header {
    width: 100%;
    z-index: 10000000000000;
    position: relative;
    

}

.misc {
    background-color: #F9F9F9;
    height: 100vh;
    position: fixed;
    
}

.misc h1 {
    position: absolute;
    margin-top: 15rem;
    margin-left: 10%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: darkslategrey;
    font-size: 1.2rem;
    
}


.misc p {
    position: absolute;
    margin-top: 17rem;
    margin-left: 10%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: darkslategrey;
    font-size: 1rem;
    
}

.desktop_menu{
    display: none;
}

.menu {
    position: fixed;
    z-index: 150;
    overflow: hidden;
    background-color: white;
    padding-bottom: 1rem;
    width: 100%;
    z-index: 1000000000000000;
    -webkit-box-shadow:0px 1px 6px rgba(30,30,30, .5);
    -moz-box-shadow:0px 1px 6px rgba(30,30,30, .5);
    box-shadow:0px 1px 6px rgba(30,30,30, .5);
}

.st_imac {
    
    width: 100%;
}




.hamburger {
    margin: 1.6rem 1.5rem;
    width: 8%;
    float: right;
}

.my_logo {
    
    float: left;
    margin-top: 1.1rem;
    margin-left: 1rem;
    display: block;
    width: 24%!important;
    max-width: 24%!important;
}

.shawn_title {
    width: 45%;
    float: left;
    margin-top: 1.4rem;
    margin-left: .9rem;

}

.shawn_title h1 {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: darkslategray
}

.shawn_title p {
    color: gray;
    letter-spacing: .05rem;
    width: 100%;
    font-size: .4rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500
}

.beehive_mac{
    width: 100%;
}


.divider {
    display: none;

}

.divider1 {
    display: none;

}

.dropdown {
    height: 0vh;
    position: fixed;
    background-color: #737245;
    overflow: hidden;
    width: 100%;
    z-index: 1600000;
    max-width: 1200px;
}


.close {
    float: right;
    margin-right: 1.4rem;
    margin-top: 1.6rem;
    width: 9%
}

.white_logo {
    width: 49%;
    margin: 8.3rem auto;
}

.dropdown ul {
    width: 75%;
    margin: 0 auto;
    margin-top: 9rem;
    text-decoration: none;

}

.dropdown ul a li{
    padding-top: 1rem;
    text-decoration: none !important;
    color: white;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: 3rem;

}


a {
    text-decoration: none;

}

.hamburger--elastic {

    background-color: greenyellow;
    border: none;
    float: right;
    margin-top: 1.5rem;
    margin-right: 1.4rem;
    z-index: 100000;
}

.row1 h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: darkslategrey;
}

.row1 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding-top: .75rem;
    padding-bottom: 2rem;
    font-size: 1rem;
    color: lightslategrey;
}

.photos_mobile1 h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: darkslategrey;
}

.photos_mobile1 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding-top: .75rem;
    padding-bottom: 2rem;
    font-size: 1rem;
    color: lightslategrey;
}

.work {
    background-color: #988C57;
    position: fixed;
    width: 100%;
    z-index: -99;
    height: 100vh;
    
}

.work_logo{
    width: 65%;
    padding-top: 0rem;
    margin: 10.2rem auto 0rem;
}

.work_logo1{
    width: 30%;
    padding-top: 0rem;
    margin: 12.2rem auto 4rem;
}

.creative_tag {
    width: 58%;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 5rem;
}

.logo_filler {
    padding: 2rem;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    width: 30%;
    margin: 0 auto;
    margin-top: 350px;
}


.showtime_logo_lockup {
        display: block;
        position: fixed;
        z-index: 1000000000;
        width: 20%;
        margin: 0rem auto!important;
        left: 0;
        right: 0;
        top: 190px;
}


.scroll_arrows {
    
    width: 23%;
    margin: 0 auto;
    padding-top: 5rem
   
    
}




/* Work Section */

.work_links {
    width: 100%;
    margin: 0 auto;
    position: static;
    background-color: #F9F9F9!important;
    z-index: 100;
    



}



#box {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

#work_anchor {
    width: 25%;
    
    margin-top: -4.5%;
    position: absolute;
}

#beehive_anchor {
    width: 25%;
    
    margin-top: -11.5%;
    position: absolute;

}

#lucid_anchor {
    width: 25%;
    
    margin-top: -11.5%;
    position: absolute;

}

#showtime_anchor {
    width: 25%;
    color: aqua;
    margin-top: -11.5%;
    position: absolute;

}

.book_imgs {
    
    width: 100%;
}

.book_imgs img {
    width: 100%;
}




/*#box2   {

    width:44%;
    height:180px;
    box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.45);
    border-bottom:2px solid #fff;
    border-right:2px solid #fff;
     margin-left: 1rem;
    margin-top: 10%;
    background: url(images/beehive_thumb.png);
    background-size:cover;
    background-position: center;
    border-radius:5px;
    overflow:hidden;
}

#box3   {

    float: left;
    width:44%;
    height:180px;
    box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.45);
    border-bottom:2px solid #fff;
    border-right:2px solid #fff;
     margin-left: 3.5%;

    margin-top: 5%;
    background: url(images/vectron_thumb.png);
    background-size:cover;
    background-position: center;
    border-radius:5px;
    overflow:hidden;
    clear: both;
}

#box4   {

    width:44%;
    height:180px;
    box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.45);
    border-bottom:2px solid #fff;
    border-right:2px solid #fff;
     margin-left: 1rem;
    margin-top: 5%;
    background: url(images/lucid_thunb.png);
    background-size:cover;
    background-position: center;
    border-radius:5px;
    overflow:hidden;
}

#box5   {

    position: inline-block;
    float: left;
    width:44%;
    height:180px;
    box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.45);
    border-bottom:2px solid #fff;
    border-right:2px solid #fff;
     margin-left: 3.5%;

    margin-top: 5%;
    background: url(images/strange_thumb.png);
    background-size:cover;
    background-position: center;
    border-radius:5px;
    overflow:hidden;
    clear: both;
}

#box6   {

    width:44%;
    height:180px;
    box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.45);
    border-bottom:2px solid #fff;
    border-right:2px solid #fff;
     margin-left: 1rem;
    margin-top: 5%;
    background: url(images/zen_thumb.png);
    background-size:cover;
    background-position: center;
    border-radius:5px;
    overflow:hidden;
}*/



#overlay    {

    position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(30,30,29, .85);
}

#box:hover #overlay {
  opacity: 1;
}


/*#box:hover {


}

#box:hover #overlay {

    cursor:pointer;
    opacity:1;


}

#box2:hover #overlay {

    cursor:pointer;
    opacity:1;

}

#box3:hover #overlay {

    cursor:pointer;
    opacity:1;

}

#box4:hover #overlay {

    cursor:pointer;
    opacity:1;

}

#box5:hover #overlay {

    cursor:pointer;
    opacity:1;

}

#box6:hover #overlay {

    cursor:pointer;
    opacity:1;

}*/

.plus       {

    font-family:'Montserrat', sans-serif;
    font-weight:500;
    color:rgba(255,255,255,.85);
    font-size:1rem;
    position: absolute;
  top: 50%;
    width: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.plus h1 {
    letter-spacing: .2rem;
    width: 96%;
    margin: 0 auto;
    line-height: 1.4rem;
    font-weight: 700;
    margin-top: -1.5rem;
    text-align: center;
}

.plus p {
    width: 75%;
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.4;
}

.projects {
    width: 95%;
    margin: 2rem auto 0rem;
    padding-left: .5rem;
}

.projects2 {
    width: 95%;
    margin: 0 auto;
    padding-left: .5rem;
}

.projects3 {
    width: 95%;
    margin: 0 auto;
    padding-left: .5rem;
}

.project_thumb {
    width: 44%;
    display: inline;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    margin: 0 auto;
}


.veuserflow {
    width: 100%;
}

.beehive_iphone {
    width: 100%;
}

.zen_iphone {
    width: 100%;
}

.process {
    background-color: #F9F9F9;
    padding-top: 3rem;
}

.process h1 {
    
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    
}

.process p {
    
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    
}






/*   Photography Section */

.photography_section {

    background-color: #988C57;
    position: static;
    z-index: 180;
    padding-top: 5rem;

}

.photo_logo {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.photo_quote {
    width: 55%;
    margin: 0 auto;
    margin-bottom: 5rem;
}

.elyse1 {
    position: relative;
    width: 100%;

}

.photo_thumb {

    width: 33.3333%;
    float: left

}

.photo_button.hvr-sweep-to-bottom{

    position: absolute;
    z-index: 100000;
    left:50%;
    margin-left: -40px;
    margin-top: 40%;
    padding: 1rem;
    border-radius: 10px;
    background-color: white;
    border: none;
    z-index: 100;
}

.photo_button a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #988C57;

}

.photo_button:hover a {
    color: white;
}


#lightgallery {
    width: 30%;
    display: inline-block;
    float: left;

}

.photo_gallery {
    background-color: white;
    position: static;
    z-index: 10000;
    width: 100%;

}


#footer_divider {

    
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-color: #F0E4DB;
}

#footer_divider2 {

    margin-top: 0rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-color: #737245;
}

#footer_divider p {
    width: 90%;
    margin: 0 auto;
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 400;
    padding-bottom: .8rem;
    line-height: 1.3rem;
    font-size: .9rem;
    color: #8F8357;
    letter-spacing: .035rem;
}

#footer_divider p span {
    
   line-height: .2rem;
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 600;
    margin-top: 2rem!important;
    
    font-size: 1.4rem;
    color: #8F8357;
}

.about_mail{
    width: 50%;
    float: right;
    display: inline-block;
    margin-right: 8rem;
    margin-top: .2rem;
}

.footer_lockup {
    width: 41%;
    margin: 0 auto;
}

.about_mail i{
    float: left;
    display: inline-block;
    margin-right: .5rem;
}

.about_mail p {
margin-top: .3rem;
}




#footer_divider H1 {

    width: 85%;
    color: white;

    margin-bottom: 1rem;
    letter-spacing: .09rem;
    float: right;
    margin-right: 2.3rem;
    text-align: right;
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #737245;

}

.strange_iphone {
    width: 100%;
}


/*       CONTACT      */



#contact {
    width: 100%;
    background-color: #F0E4DB;
    padding-top: 1rem;
    padding-bottom: 2rem;
}


#contact h1 {

    width: 88%;
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 700;
    color: #737245;
    text-align: center;
    margin: 0 auto;
    font-size: 2.3rem;
    margin-top: 2rem;


}


/*      SHOWTIME PAGE    */


.showtime_iphone {
    width: 100%;
}


.showtime_header {
    position: relative;
    padding-top: 22%;
    padding-bottom: 22%;
    background-color: #F9F9F9;
    width: 100%;
    margin-top: 100%;


}

.showtime_header h4 {
   font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 700; 
    width: 20%;
    margin-left: 10%;
    color: darkslategrey;
    padding-bottom: 1rem;
     
}

.showtime_header li {
    width: 30%;
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 400;
    font-size: .85rem;
    margin-left: 10%;
    color: lightslategrey;
    line-height: 1.3rem;
}

.intra_header {
    position: relative;
    padding-top: 7%;
    border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-top-left-radius: 20px;
        -moz-border-top-right-radius: 20px;
    background-color: #F9F9F9;
    width: 100%;
    margin-top: 100vh;


}

.zenuserflow {
    width: 100%;   
}

.resume {
    background-color: #737245;
    width: 7rem;
    height: 2.5rem;
    border-radius: 7px;
    border: none;
    
}

.resume a{
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 400;
    font-size: .75rem;
    color: white;
    
}

.beehive_scroll {
    width: 8.4rem;
    margin: 0 auto;
    bottom: 5%;
    left: 0;
    right: 0;
    position: fixed;
    
}

.showtime_scroll1{
    
    width: 8.4rem;
    margin: 0 auto;
    position: fixed;
    bottom: 5%;
    left: 0;
    right: 0;
    

}

.photo_header {
    position: relative;
    padding-top: 4%;
    border-top-left-radius: 20px!important;
        border-top-right-radius: 20px!important;
        -webkit-border-top-left-radius: 20px!important;
        -webkit-border-top-right-radius: 20px!important;
        -moz-border-top-left-radius: 20px!important;
        -moz-border-top-right-radius: 20px!important;
    background-color: #F9F9F9;
    overflow: hidden;
    width: 100%;
    margin-top: 100vh;


}


.photos_mobile {
    position: relative;
    
    border-top-left-radius: 20px!important;
        border-top-right-radius: 20px!important;
        -webkit-border-top-left-radius: 20px!important;
        -webkit-border-top-right-radius: 20px!important;
        -moz-border-top-left-radius: 20px!important;
        -moz-border-top-right-radius: 20px!important;
    background-color: #F9F9F9;
    overflow: hidden;
    width: 100%;
    margin-top: -4%;
   
}

.photos_mobile img {
    width: 100%;
}



.vectron_iphone{
    width: 100%;
    margin-bottom: 3rem;
}

.vectron_perspective{
    width: 100%;
}

.vectron_userflow_mobile {
        width: 100%;
    }






.intra_header h1 {
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 600;
    color:darkslategrey;
    margin: 0 auto;
    text-align: left;
    letter-spacing: .05rem;
    width: 35%;
    font-size: 1.5rem;

}


.intra_header p {
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 400;
    color:lightslategrey;
    margin: 0 auto;
    line-height: 1.3rem;
    margin-top: 1rem;
    text-align: left;
    letter-spacing: 0rem;
    font-size: .85rem;

}




.project_desc h1 {
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 400;
    color: white;
    margin: 0 auto;
    text-align: center;
    letter-spacing: .05rem;
    width: 85%;
    font-size: 1.5rem;
    
}



.project_desc p {
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 500;
    color: white;
    margin: 0 auto;
    text-align: center;
    letter-spacing: .05rem;
    width: 85%;
    font-size: .95rem;
    
}

.showtime_header_img {
    width: 100%;
    position: fixed;
    z-index: -99;
    top: 0;
}

.showtime_header_img img {
    
}

.showtime_header_img_desktop {
    width: 100%;
}


.showtime_header h1 {
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 700;
    margin-top: 3rem;
    width: 45%;
    margin-left: 10%;
    color: darkslategrey;
}

.showtime_header p {
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 400;
    margin-top: 1rem;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 2rem;
    color: lightslategray;
    line-height: 1.4rem;
}

.divider_showtime {
    border-top: 2px solid slategrey;
    width: 35%;
    margin: 0 auto;
}

.logo_color {

    float: none;
    margin: 0 auto;

}

.brandlights {
    margin-top: 2.8rem;
    z-index: 10000000;

}

.vectron_logo_lockup img {
    
    margin: 0 auto;
}



.brandlights_desktop {
    width: 100%;
    height: auto;
}

.userflow_mobile {
    display: none;
}

.sbuserflow {
    
    width: 100%;
}

.st_app {

    padding-top: 4rem;
    z-index: 1000000;
    background-color: #F9F9F9;
    

}

.st_app1 {

    padding-top: 4rem;
    z-index: 1000000;
    background-color: #F9F9F9;
    overflow: hidden;
}

.zen_app {

    padding-top: 4rem;
    z-index: 1000000;
    background-color: #F9F9F9;
    

}



.beehive_logo_lockup img {
        margin: 0 auto;
    }

.white_st_logo {
    margin: 0 auto;
}

.lucid_logo_lockup img {
    margin: 0 auto;
}

.st_app h1 {
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    color: darkslategrey;
    line-height: 3.3rem;
    width: 35%;
    margin-left: 17%;
}

.st_app h2 {
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    color: darkslategrey;
    line-height: 3.3rem;
}

.st_app p {
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: lightslategray;
    line-height: 1.3rem;
    width: 65%;
    padding-bottom: 4rem;
    margin-left: 17%;
}

.app_perspective {
    margin: 0 auto;
    margin-top: 8%;
    margin-bottom: 8%;
}

.lucid_img {
    width: 100%;
}

.lucid_logo {
    width: 20%;
    float: right;
    margin-right: 10%;
    margin-top: 10rem
}

.invision_link {
    width: 35%!important;
    font-size: 1.1rem!important;
    padding-bottom: 0rem!important;
    margin-bottom: 3rem;
}

.invision_link a {
    color: lightslategrey;
    font-weight: 600;
    transition: color 0.5s ease;
}

.invision_link a:hover {
    
    color: #737245;
    
}




/*          Footer          */



.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #737245;
    overflow: hidden;
    
}

.footer_logo {
    width: 15%;
    margin-left:0%;
    
    display: inline-block;
    animation-timing-function: ease-out;
   
}

.footer_links {
    float: left;
    overflow: hidden;
    
    margin-top: .8rem;
    clear: both;
    width: 16rem;
    display: inline-block;
}

.project_links {
    
    position: absolute;
    bottom: 3%;
    margin-left: 3rem;
    width: 70%;
    
    
}

.project_links1 {
    
    
    margin: 1rem auto .1rem;
    width: 90%;
    text-align: center;
    
}

.project_links h1{
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: #E8DCD3;
    letter-spacing: .1rem;
    
}

.project_link {
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 500;
    font-size: .97rem;
    text-decoration: none;
    color: white;
    padding: .5rem;
    padding-left: 0rem;
    line-height: 2.7rem;
    text-align: center;
    
    
}



.project_link1 {
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 500;
    font-size: .97rem;
    text-decoration: none;
    color: #737245;
    padding-right: 1rem;
    padding-left: 1rem;
    line-height: 2.7rem;
    text-align: center;
    transition: color 0.5s ease;
    
    
}

.project_link1:hover {
    color: darkslategrey; 
}

.footer_links h1 {
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 600;
    font-size: .97rem;
    color: #E8DCD3;
    letter-spacing: .05rem;
    text-align: left;
    margin-right: 10%;
    margin-bottom: .35rem;
    

}

.footer_links h2 {
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 600;
    font-size: .97rem;
    color: #E8DCD3;
    letter-spacing: .05rem;
    line-height: 1.5rem;
    text-align: left;
    margin-right: 10%;
    

}

.footer_links p {
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 400;
    font-size: .8rem;
    color: white;
    letter-spacing: .04rem;
    text-align: left;
    margin-right: 10%;
}

.footer_links li {
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-weight: 400;
    font-size: .8rem;
    color: white;
    float: left;
    margin-right: 10%;
    letter-spacing: .04rem;
    line-height: 1.45rem;
    text-align: left;
    text-decoration: none!important;
}

.footer_links a {
    text-decoration: none!important;
    color: white;

}


.icon_lockup {
    width: 100%;
    float: left;
    text-align: left;
    margin-right: 10%;
    margin-bottom: 1rem;
}

.fa {
}






/* SCROLL ARROW ANIMATIONS  */



.scroll_arrows {
    
    width: 43%!important;
    margin: .5rem auto 0rem;
    padding-top: 0rem;
    -webkit-animation: scroll_button 2s infinite; /* Safari 4+ */
    -moz-animation:    scroll_button 2s infinite; /* Fx 5+ */
    -o-animation:      scroll_button 2s infinite; /* Opera 12+ */
    animation:         scroll_button 2s infinite; /* IE 10+, Fx 29+ */
    
   
    
   
    
}
    
    .scroll_arrows_2 {
    
    width: 43%!important;
    margin: 0rem auto 0rem;
    padding-top: 0rem;
    -webkit-animation: scroll_button 2s infinite; /* Safari 4+ */
    -moz-animation:    scroll_button 2s infinite; /* Fx 5+ */
    -o-animation:      scroll_button 2s infinite; /* Opera 12+ */
    animation:         scroll_button 2s infinite; /* IE 10+, Fx 29+ */
        animation-timing-function:ease-in-out;
       
   
    
}
    
    .scroll_arrows_3 {
    
    width: 43%!important;
    margin: 0rem auto 0rem;
    padding-top: 0rem;
    -webkit-animation: scroll_button 2s infinite; /* Safari 4+ */
    -moz-animation:    scroll_button 2s infinite; /* Fx 5+ */
    -o-animation:      scroll_button 2s infinite; /* Opera 12+ */
    animation:         scroll_button 2s infinite; /* IE 10+, Fx 29+ */
   animation-timing-function:ease-in;
    
}


/*      SLIDESHOW CSS   */


/* Slideshow container */
.slideshow-container {
 
  position: relative;
  margin: auto;
    width: 100%;
    overflow: hidden;
    clear: both;
    background-color: white;
    display: block;
}

.slideshow-container2 {
 
  position: relative;
  margin: auto;
    width: 100%;
    overflow: hidden;
    clear: both;
    background-color: #F9F9F9;
    display: block;
}

.slideshow-container2 img {
 
  position: relative;
  margin: auto;
    
}

.slideshow_mobile {
 
  position: relative;
  margin: auto;
    width: 100%;
    overflow: hidden;
    clear: both;
    background-color: white;
}

.mySlides {
    display: none;
    
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.prev2, .next2 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: darkslategrey;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}


.slideshow2 {
    
    position: relative;
  margin: auto;
    width: 100%;
    overflow: hidden;
    clear: both;
    background-color: white;
    display: block;
}


.slideshow2 img {

    width: 80%;
    margin: 0 auto;
}

.slideshow3 {
    
    position: relative;
    margin: auto;
    width: 100%;
    overflow: hidden;
    clear: both;
    background-color: #F9F9F9;
    display: block;
    margin-top: 6rem;
}

.slideshow3 img {

    width: 100%;
    margin: 0 auto;
}

.slideshow4 {
    
    position: relative;
    margin: auto;
    width: 100%;
    overflow: hidden;
    clear: both;
    background-color: #F9F9F9;
    display: block;
    margin-bottom: 3rem;
}

.slideshow4 img {

    width: 45%;
    margin: 0 auto;
}

.stuserflow {
    height: auto!important;
}


.w3-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: darkslategrey;
    background-color: transparent;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
    border: none;
}

.w3-display-left {
   left: 0;
    margin-left: 3rem;
    border-radius: 3px 0 0 3px;
}

.w3-display-right {
   right: 0;
    margin-right: 3rem;
    border-radius: 3px 0 0 3px;
}


.w3-display-left:hover, .w3-display-right:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;

} 



/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.prev2:hover, .next2:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: .9rem;
  margin-top: 1%;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.numbertext1 {
  color: darkslategrey;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: .9rem;
  margin-top: 1%;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.numbertext2 {
  color: darkslategrey;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: .9rem;
  margin-top: 1%;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.active2, .dot2:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.75s;
  animation-name: fade;
  animation-duration: 1.75s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
















