
/*fonts*/
@font-face {
    font-family: Avenir-Next;
    src: url('../fonts/Avenir Next.ttc');
}
@font-face {
    font-family: Montserrat-Black;
    src: url('../fonts/Montserrat-Black.otf');
}
@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/Montserrat-Bold.otf');
}
@font-face {
    font-family: Montserrat-Hairline;
    src: url('../fonts/Montserrat-Hairline.otf');
}
@font-face {
    font-family: Montserrat-Light;
    src: url('../fonts/Montserrat-Light.otf');
}
@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/Montserrat-Regular.otf');
}
body {
    margin: 0;
    padding: 0;
    background-color: #162D00;
    font-family: "Montserrat-Light", Arial, sans-Serif;
    color: #ffffff;
}
img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
.topBanner {
    width: 100%;
    overflow: hidden;
}
.bannerImage {
    width: 100%;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.tagLine {
    font-style: italic;
    color: #FFF;
    background-color: rgba(22,45,0,0.75);
}
#mobNav {
    display: none;
    width: 100%;
    overflow: hidden;
    padding: 10px 0 10px 5%;
}
.navBar {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 10px 2%;
}
.navbar ul {
    list-style-type: none;
}
.navBar ul li {
    display: inline-block;
    margin: 0;
    padding: 0 2% 0 0;
    letter-spacing: 1px;
}
.mainContent {
    width: 100%;
    padding: 50px 0 30px 0;
    background-color: #ffffff;
    color: #320d00;
    overflow: hidden;
}
.bottomBanner {
    width: 100%;
    padding: 30px 0 20px 0;
}
.addInfo {
    margin: 0 auto 0 auto;
    letter-spacing: 2px;
    line-height: 16px;
}
.logo {
    width: 50%;
    margin: 30px auto 0 auto;
}
.map {
    margin: 20px 0 0 0;
}
.contentRow {
    padding: 40px 0 20px 0;
}
.textRow {
    width: 80%;
    margin: 30px auto 0 auto;
    text-align: justify;
}
.contactText {
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: justify;
}
.aboutText {
    width: 80%;
    margin: 15px auto 0 auto;
}
.aboutPics {
    width: 60%;
    margin: 10px auto 0 auto;
}
.aboutPortPic {
    width: 50%;
    margin: 10px auto 0 auto;
}
.facPics {
    width: 80%;
    margin: 0 auto 0 auto;
}
.customPicsP {
    width: 80%;
    margin: 0 auto 0 auto;
}
.customPicsL {
    width: 90%;
    margin: 0 auto 0 auto;
}
.tacklePicL {
    width: 95%;
    margin: 0 auto 0 auto;
}
.arrows {
    width: 60%;
    margin: 0 auto 0 auto;
}
.arrowImgL {
    width: 50%;
    margin: 0 0 0 40%;
    padding: 60px 0 30px 0;
}
.arrowImgR {
    width: 50%;
    margin: 0 0 0 10%;
    padding: 60px 0 30px 0;
}
.vendorLogo {
    width: 40%;
    margin: 0 auto 0 auto;
}
#list ul {
    list-style-type: none;
}
/*grid system*/
.container-fluid {
    margin: 0 auto 0 auto;
}
.row {
    clear: both;
    overflow: hidden;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-1 {
    width: 8.33333333%;
}

/*index page rollovers*/
#rollovers {
    width: 80%;
    margin: 50px auto 0 auto;
}
#roimage {
    float: left;
    width: 22%;
}
#rospace {
    float: left;
    width: 4%;
}
.roimage1 {
    display: block;
}
.roimage2 {
    display: none;
}
#roimage:hover .roimage1 {
    display: none;
}
#roimage:hover .roimage2 {
    display: block;
}


/*heading styles*/
h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 14px;
}
h4 {
    font-size: 12px;
}
h5 {
    font-size: 10px;
}
/*Link Styles*/
a.nav {
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}
a.nav:link {
    color: #ffff00;
    text-decoration: none;
}
a.nav:visited {
    color: #ffff00;
    text-decoration: none;
}
a.nav:hover {
    color: #ffffff;
    text-decoration: none;
}
a.txt:link {
    color: #0a68ff;
    text-decoration: none;
}
a.txt:visited {
    color: #0a68ff;
    text-decoration: none;
}
a.txt:hover {
    color: #ff4c05;
    text-decoration: none;
}
a.botBan {
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}
a.botBan:link {
    color: #ffffff;
    text-decoration: none;
}
a.botBan:visited {
    color: #ffffff;
    text-decoration: none;
}
a.botBan:hover {
    color: #ffff00;
    text-decoration: none;
}
a.rswd:link {
    color: #ffff00;
    text-decoration: none;
}
a.rswd:visited {
    color: #ffff00;
    text-decoration: none;
}
a.rswd:hover {
    color: #ffffff;
    text-decoration: none;
}
/*mobile menu css*/
#menu-icon {
    display: none;
    width: 40px;
    height: 40px;
    background: url(../images/menu-icon.png) center;
}
a:hover#menu-icon {
    background-color: #444;
    border-radius: 4px 4px 0 0;
}

/*Media queries for screen size*/
/* tablet landscape */
@media only screen and (max-width: 1024px) {
    a[href^="tel"] {
        color: inherit; /* Inherit text color of parent element. */
        text-decoration: none; /* Remove underline. */
        /* Additional css `propery: value;` pairs here */
    }
    .logo {
        width: 70%;
    }
    .aboutPics {
        width: 70%;
    }
    .facPics {
        width: 80%;
    }
}
/* tablet portrait */
@media only screen and (max-width: 801px) {
    .logo {
        width: 90%;
    }
    .facPics {
        width: 90%;
    }
}
/* phone landscape */
@media only screen and (max-width: 680px) {
    h1, h2, h3, h4, h5 {
        font-size: 80%;
    }
    .logo {
        width: 100%;
    }
    .aboutPics {
        width: 80%;
    }
    .vendorLogo {
        width: 60%;
    }
    .customPicsP {
        width: 80%;
    }
    a.botBan:link {
        color: #ffff00;
        text-decoration: none;
    }
    a.botBan:visited {
        color: #ffff00;
        text-decoration: none;
    }
    a.botBan:hover {
        color: #ffffff;
        text-decoration: none;
    }
}
/* Phone Portrait */
@media only screen and (max-width: 401px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: none;
        width: 95%;
        margin: 0 auto 10px auto;
    }
    #rollovers {
        width: 80%;
        margin: 50px auto 0 auto;
    }
    #roimage {
        float: none;
        width: 80%;
        margin: 0 auto 0 auto;
    }
    #rospace {
        display: none;
        float: none;
        width: 4%;
    }
    .logo {
        width: 40%;
        margin: 0 auto 0 auto;
    }
    .bannerImage {
        min-height: inherit;
    }
    /*mobile menu css*/
    #fullNav {
        display: none;
    }
    #mobNav {
        display: block;
    }
    #menu-icon {
        display:inline-block;
    }
    nav ul, nav:active ul {
        display: none;
        position: absolute;
        padding: 20px;
        background: #162D00;
        /*border: 5px solid #444;*/
        /*right: 20px;*/
        /*top: 60px;*/
        width: 50%;
        border-radius: 4px 0 4px 4px;
        list-style-type: none;
    }
    nav li {
        text-align: center;
        width: 100%;
        padding: 10px 0;
        margin: 0;
    }
    nav:hover ul {
        display: block;
    }
    .mHide {
        display: none;
    }
}
