/* -------------    FONTS     ------------------------

font-family: 'Merriweather', serif;
font-family: 'ZCOOL XiaoWei', serif;
font-family: 'Lato', sans-serif;
---------           Colors    -------------------------
/*   background dark green  background-color: #011f01;
background dark red  color: #530000;
light yellow          color: #eded56;
yellow                color: #f7f726:
/*-----------------------------------------------------*/


/* ---------------------------
/*         BASIC SETUP
-----------------------------*/
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    background-color: #000;
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
}
clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    
}
.width-80 {
    margin-right: 10%;
    margin-left: 10%;
}
.width-60 {
    margin-right: 20%;
    margin-left: 20%;
}
.width-90 {
    margin-right: 5%;
    margin-left: 5%;
}
#main-table {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
.video {
    width: 40%;
}
/*---------------------------------------
                 TOP NAV
_______________________________________*/


 /* Add a black background color to the top navigation */
.topnav {
  background-color: #000;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 100%;
}
/* Change the color of links on hover */
.topnav a:hover {
  background-color: rgba(0, 0, 0, 0.37);
  color: #fff;
}
/* Add an active class to highlight the current page */
.topnav a.active {

  color: white;
}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
} 
/* ---------------------------
/*     FROM KIRMS
-----------------------------*/

#logo {
	text-align:left;
	letter-spacing:-2px;
	text-shadow:0px 0px 8px #000;
	font-family: 'Merriweather', serif;
    font-size: 250%;
    font-weight: 400;
	margin-top:1%;
    margin-left: 5%;
	color:#FFF;
	float: left;
}

.green {
color:#AEF080;
}

#slogan {
  text-align:left;
  margin-left:100px;
  font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 35%;
  letter-spacing:0px;
  color:#FFF;
}
section-pics {
    background-color: #000;
}
.caption {
	font-family: 'Lato', sans-serif;
	font-size: 90%;
	font-style: normal;
	line-height: 130%;;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-align: center;
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 0%;
}
.img-caps {
    font-size: 90%;
    color: #fff;
    text-align: center;
        padding-bottom: 10px;
}

.Heading {
    font-family: 'ZCOOL XiaoWei', serif;
    font-size: 160%;
    font-weight: 400;
    color: #fff;
}
/*-----------------------------
     REUSABLE COMPONENTS
-----------------------------*/

.left {
text-align: left;
}
.row {
    margin: 0 auto;
}

.box {
    padding: 1%;
}
.box img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.white {color: #fff}

.table2rows {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
}
/* ---------------------------
/*       PIC BORDERS
-----------------------------*/
.pic-border-aqua {
    border-color: #99CCFF;
    border-style: ridge;
    border-width: 6px;
    width: 90%;
    height: auto;
}
.pic-border-maroon {
    border-color: #880505;
    border-style: ridge;
    border-width: 8px;
    width: 90%;
    height: auto;
}
.pic-border-orange {
    border-color: #e67e22;
    border-style: ridge;
    border-width: 6px;
    width: 90%;
    height: auto;
}
.pic-border-grey {
    border-color: #C0C0C0;
    border-style: ridge;
    border-width: 6px;
    width: 90%;
    height: auto;
}
.pic-border-green {
    border-color: #035723;
    border-style: ridge;
    border-width: 6px;
    width: 90%;
    height: auto;
}
/* ---------------------------
/*       ICONS
-----------------------------*/

.icon-big {
    font-size: 300%;
    display: block;
    color: #e67e22;
    margin-bottom: 10px;
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #e67e22;
    font-size: 120%;
    margin-right: 10px;
    
        /* how to align icons and text  */
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
}


/* ---------------------------
/*       LINKS
-----------------------------*/

a:link, A:active {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    margin-bottom: 1px;
}
a:hover, a:active {
    color: #555;
    border-bottom: 1px solid #e67e22;
    -webkit-transition: border-bottom 0.5s, color 0.5s;
    transition: border-bottom 0.5s, color 0.5s;
}

section-pics a:link, A:active {

    text-decoration: none;
    margin-bottom: 1px;
}
section-pics a:hover {
    color: #555;
    border-bottom: 1px solid #e67e22;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.5s, color 0.5s;
    transition: border-bottom 0.5s, color 0.5s;
}

/* -------------  SECTION XX---------------*/
.section-XX {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-welcome.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
}
/* -------------  SECTIONS  ---------------*/
.shiftLeft {
    padding-left: 15%;
}
.section-bosque {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-bosque.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
}
.section-teton {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-teton.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
}
.section-hummingbirds {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-hummingbirds.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
}
.section-floridabirds {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-floridabirds.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
}
.section-forsythe {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-forsythe.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
}
.section-shorebirds {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-shorebirds.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
}
.section-skyblue {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-skyblue.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
}
/* --------------------------------
/*      SECTION RECENT EVENTS
-----------------------------------*/

.section-recent {
     background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-recent.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
    margin-top: 0px;
}
.section-recent h1 {
    font-size: 240%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.recentEvents {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.recentPic {
    border-color: #C0C0C0;
    border-style: ridge;
    border-width: 6px;
    width: 100%;
    height: auto;
}

/* --------------------------------
/*      SECTION RENAISSANCE
-----------------------------------*/

#section-Renaissance {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.3)),url(img/bg-Renaissance.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
}
.Renaissance {
    width: 50%;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#section-RenaissancePhotography {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.3)),url(img/bg-RenaissancePhotography.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
}
/* --------------------------------
/*      SECTION AFRICA
-----------------------------------*/

.section-africa {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.3)),url(img/bg-africa.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
}
.section-africa p {
    color: #fff;
}
.section-africa h3 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 130%;
}
/* --------------------------------
/*      SECTION ALASKA
-----------------------------------*/

.section-alaska {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.3)),url(img/bg-alaska.jpg);
    background-size: cover;
    background-position: center;;
    background-attachment: fixed;
    min-height: 900px;
}
.section-alaska p {
    color: #fff;
}

/* --------------------------------
/*      SECTION BIRDS OF PREY
-----------------------------------*/

.section-BirdsPrey {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.3)),url(img/bg-BirdsPrey.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
}

/* --------------------------------
/*      SECTION MURRELLS
-----------------------------------*/

.section-murrells {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.3)),url(img/bg-murrells.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.section-murrells-gang {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.3)),url(img/bg-murrells-gang.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
        
}
/* --------------------------------
/*      SECTION VIKING
-----------------------------------*/

.section-viking {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.3)),url(img/bg-viking.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
}
.section-viking p {
    color: #fff;
}
.section-viking h3 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 130%;
}
/* ---------------------------
/*      WELCOME
-----------------------------*/
.section-welcome {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-welcome.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top: 0px;
    min-height: 1000px;
}
.section-welcome {
    padding-bottom: 5%;
    text-align: center;
    background-color: #000;
}
.welcome-showcase {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 40px;
}
.welcome365-img {
    display: inline-block;
    width: 55%;
    padding-bottom: 10px;
    padding-top: 0%;
}
.welcomeText{
    color: #fff;
    font-size: 100%;
    line-height: 130%;
    width: 50%;
    margin-bottom: 40px;
    padding-top: 40px;
    margin-left:  auto;
    margin-right: auto;
    text-align: left;
}

/* *********************************/

.recent {
    list-style: none;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1%;
}

.recent li {
    display: block;
    float: left;
    width: 45%;
}
.instagram {
    display: inline-block;
    float: right;
    text-align: left;
    padding-top: 2%;
}
.home-img-circle {
    width: 90%;
    height: auto;
    border-radius: 50%;
    border: 2px solid #d4cdcd;
}
.home-img-circle:hover {
    opacity: 0.7;
    height: 100%;
    border-bottom: 1px #000 solid;
}
/* ---------------------------
/*      SPORTS
-----------------------------*/

.section-sports {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-sports.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 1100px;
}
.sports {
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 20px;
}
/* ---------------------------
/*      Blue Claws
-----------------------------*/

.section-blueclaws {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-sports.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 900px;
}
.section-blueclaws p {
    color: #fff;
    text-decoration: none;
}
/* ---------------------------
/*      Rocky Mountains
-----------------------------*/

.section-rocky-mtn {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-rocky-mtn.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed; 
}
.section-rocky-mtn p {
    color: #fff;
    text-decoration: none;
}

/* -------------------  NATURE  --------------*/

.section-nature {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.3)),url(img/bg-nature.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    background-color: rgba(206, 205, 205, 0.01);
    min-height: 900px;
}
.section-nature {
    color: #fff;
    font-size: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* ---------------------------/*
           JERSEY
-----------------------------*/
.section-jersey {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-jersey.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    background-color: rgba(206, 205, 205, 0.01);
	min-height: 900px;
}
.section-jersey h3 {
    font-family: 'ZCOOL XiaoWei', serif;
    color: #fff;
    font-size: 140%;
}
.section-jersey  {
    color: #fff;
    font-size: 90%;
}
/* ---------------------------/*
           TRAVEL
-----------------------------*/
.section-travel {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-travel.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    background-color: rgba(206, 205, 205, 0.01);
    min-height: 900px;
}
.section-travel h3 {
    font-family: 'ZCOOL XiaoWei', serif;
    color: #fff;
    font-size: 140%;
}
.section-travel  {
    color: #fff;
    font-size: 90%;
}
/* ---------------------------
/*     PROJECT 2020
-----------------------------*/
.section2020 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-Project2020.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    background-color: rgba(206, 205, 205, 0.01);
    padding-bottom: 3%;
    min-height: 1600px;
}
.section2020 p {
    font-size: 90%;
    color: #fff;
    text-align: left;
    padding-bottom: 15px;
    margin-left: 10%;
    margin-right: 10%;
}
.project2020 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
}
.project2020OLD {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center; 
}
.project2020Img {
    display: inline-block;
    width: 35%;
    padding-bottom: 20px;
    padding-top: 20px;
}

/* ---------------------------
/*     PROJECT 365
-----------------------------*/
.project-365 {
    margin-left: 15%;
    margin-right: 15%;
    text-align: center; 
}
.project365-img {
    display: inline-block;
    width: 35%;
    padding-bottom: 1%;
    padding-top: 20px;
}
.project-365 p {
	color: #FF0;
    font-size: 90%;
    margin-left: 0%;
    margin-bottom: 0%;
    float: right
}
/* ---------------------------/*
           Section 365
-----------------------------*/
.section-365 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-Project2020.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    background-color: rgba(206, 205, 205, 0.01);
    padding-bottom: 3%;
}
.section-365 h3 {
    font-family: 'ZCOOL XiaoWei', serif;
    color: #fff;
    font-size: 140%;
}
.section-365 p {
    font-size: 100%;
    color: #fff;
    text-align: left;
    padding-bottom: 10px;
}

/* ---------------------------/*
           Section CONTACT
-----------------------------*/
.section-contact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-contact.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    background-color: rgba(206, 205, 205, 0.01);
    min-height: 900px;
}
.section-contact i {
    font-size: 180%;
    color: #fff;
    margin-top: 20%;
}
.section-contact h1 {
    color: #fff;
    text-align: center;
    line-height: 130%;
    margin-top: 1%;
    margin-bottom: 2%;
}
.section-contact p {
    color: #fff;
    font-size: 90%;
    text-align: center;
    line-height: 130%;
}
.contact {
    text-align: left;
        color: #fff;
    font-size: 85%;
    line-height: 130%;
}
.section-contact a:visited{
    color: #f47939;
        border-bottom: 2px solid;
    -webkit-transition: border-bottom 0.5s;
    transition: border-bottom 0.5s;
    padding: 8px 0;
}

/* ---------------------------/*
           SECTION HAM
-----------------------------*/
.section-ham {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3)),url(img/bg-ham.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
}

.ham-caption {
	font-family: 'Lato', sans-serif;
	font-size: 90%;
	line-height: 130%;
    font-weight: 700;
	color: #f08ba7;
	text-align: center;
    letter-spacing: 0.5px;
    margin-top: 0%;
    margin-bottom: 4%;
}
.hamH1 {
    margin-top: 20px;
    margin-bottom: 20px;
    color:#fff;
    font-size: 200%;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-family: 'ZCOOL XiaoWei', serif;
}
.hamH3 {
    margin-top: 20px;
    margin-bottom: 20px;
    color:#fff;
    font-size: 140%;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-family: 'Lato', sans-serif;
}
/* ---------------------------
/*     HEADINGS
-----------------------------*/

h1,h2,h3 
{
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color:#fff;
    font-size: 200%;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-family: 'ZCOOL XiaoWei', serif;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
    word-spacing: 3px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #d35400;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

h3 {
    font: 110%;
    margin-bottom: 15px;
    
}

/*------PARAGRAPHS----------*/

.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%; 
}

.box p {
    font-size: 90%;
    line-height: 120%;
    
}

/*------BUTTONS----------*/


.btn:link,
.btn:visited,
input[type=submit]{
   display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    color: #fff;
    -webkit-transition: background-color 0.5s, border 0.5s color 0.5s;
    transition: background-color 0.5s, border 0.5s color 0.5s;
}  

.btn-full:link,
.btn-full:visited,
input[type=submit]{
   background-color: rgba(1, 31, 1, 0.6);
    border: solid 1px #b5b3b3;
}
.btn-ghost:link,
.btn-ghost:visited
{
    border: solid 1px #b5b3b3;
    color: #040c4d;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: rgba(1, 31, 1, 0.6);
}
.btn-full:visited,
.btn-full:active {
   background-color: rgba(1, 31, 1, 0.6);
    border: solid 1px #b5b3b3;
}
.btn-ghost:hover, 
.btn-ghost:active {
    border: solid 1px #b5b3b3;
   color: aliceblue;
}
/* ---------------------------
/* HEADER
-----------------------------*/
header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.3)),url(img/bg-tufa.jpg);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    background-attachment: fixed;
    padding-bottom: 25px;
}
.home-box {
    position: absolute;
    width: 100vh;
    top: 45%;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    -webkit-transform : translate(-50%, -50%);
    transform : translate(-50%, -50%);
    }
/****************  Multi Page  ************/
.multiPage {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.multiPage h1 {
    font-size: 160%;
    margin-bottom: 25px;
}
.multiPage img {
    width: 90%;
    height: auto;
    border-radius: 20%;
    border: 2px solid #d4cdcd;
}
.multiPage p {
    color: #e3dddd;
    margin-bottom: 10px;
}
.albumTitleBkg {
    font-family: 'ZCOOL XiaoWei', serif;
    font-size: 120%;
    color:#AEF080;
    text-transform: none
}


/* ----------- NAV2  --------------*/
#navigation {
    position: fixed;
    width: 100%;
    top: 0px;
    overflow: hidden;
    background-color: #000;
    padding-left: 10px;
}
#navigation-notFixed {
    width: 100%;
    top: 0px;
    overflow: hidden;
}
.logo2 {
    letter-spacing:-2px;
	font-family: 'Merriweather', serif;
    font-size: 140%;
    font-weight: 400;
	color:#FFF;
    float: left;
    margin-left: 80px;
    margin-top: 10px;
}
.nav2 {
    float: right;
    list-style: none;
    margin-right: 25px;
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
}
.nav2 li {
    display: inline-block;
    margin-left: 1%;;
    margin-top:-5px;
    font-size: 80%;
    margin-bottom: 5px;
}
.nav2 li a:link,
.nav2 li a:visited{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
        border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.5s;
    transition: border-bottom 0.5s;
    padding: 8px 0;
}
.nav2 li a:active,
.nav2 li a:hover {
    border-bottom: 2px solid #e67e22;
}
.navInstagram {
    width: 30px;
    height: auto;
    margin-top: px;
    margin-left: 35px;
}
/* ----------------------------------------------- */
/*               Animations */
/* ----------------------------------------------- */
.Flash-4s {
    animation-duration: 0.75s;
    animation-delay: 0.5s;
    animation-iteration-count: 4;
    animation-name: flash;
        -webkit-text-decoration:underline #807979;
    text-decoration:underline #807979;
}
.Flash-2s {
    animation-duration: 0.75s;
    animation-delay: 0.5s;
    animation-iteration-count: 2;
    animation-name: flash;
        -webkit-text-decoration:underline #807979;
    text-decoration:underline #807979;
}
.Flash-1s {
    animation-duration: 0.75s;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-name: flash;
        -webkit-text-decoration:underline #807979;
    text-decoration:underline #807979;
}
.tada {
    animation-duration: 0.75s;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-name: tada;
        -webkit-text-decoration:underline #807979;
    text-decoration:underline #807979;
}
.Left-Slide {
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-name: slideInLeft;
}
.Up-Slide {
    animation-duration: 2s;
    animation-delay: 0.75s;
    animation-iteration-count: 1;
    animation-name: slideInUp;
}
.index-Slide {
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-name: slideInUp;
}
.Zoom-In {
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-iteration-count: 3;
    animation-name: zoomIn;
}
/*******************************************
               PIC NAV
*******************************************/
.picNav {
    list-style: none;
	padding-top: 10px;
    padding-right: 5px;
	padding-left: 100px;
	padding-bottom: 10px;
    margin-bottom: 1%;
    width: 100%;
    text-align: left;
    background-color: #000;
    min-height: 40px;
}
.picNavLogo {
	display: inline-block;
	padding-right: 150px;
	letter-spacing:-2px;
	font-family: 'Merriweather', serif;
    font-size: 130%;
    font-weight: 400;
	color:#FFF;
    float: left;
}
.picNavText {
	display: inline-block;
	color: #fff;
	font-size: 100%;
	padding-right: 55px;
	padding-top: 5px;
}

/* -------------    FONTS     ------------------------

font-family: 'Merriweather', serif;
font-family: 'ZCOOL XiaoWei', serif;
font-family: 'Lato', sans-serif;
---------           Colors    -------------------------
/*   background red  color: #160000;
background dark red  color: #530000;
light yellow          color: #eded56;
yellow                color: #f7f726:
/*-----------------------------------------------------*/