﻿ /* general */
        .arrowbutton, .arrowbutton:before, .arrowbutton:after {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        @font-face {
            font-family: "Proxima Nova Bold";
            src: url("../Content/font/Mark%20Simonson%20-%20Proxima%20Nova%20Alt%20Black-webfont.ttf");
            font-weight: bold;
        }
        @font-face {
            font-family: "Proxima Nova SemiBold";
            src: url("../Content/font/Mark%20Simonson%20-%20Proxima%20Nova%20Semibold-webfont.ttf");
        }
         @font-face {
            font-family: "Proxima Nova Regular";
            src: url("../Content/font/Mark%20Simonson%20-%20Proxima%20Nova%20Alt%20Regular-webfont.ttf");
        }
        body {
            font-family: 'Proxima Nova Bold', Georgia, sans-serif;
           /* font-family: 'Proxima Nova', Georgia, sans-serif; */
            background-color: #fff68f;
            margin: 0px;
            padding: 0px;
            width: 100%;
            overflow-x: hidden;
        }
        .navbarLinks:hover {
            background-color:black;
        }
        h1 {
            text-align: center;
            font-size: 2.5em;
        }

        .arrows {
            text-align: left;
            margin-left: 50px;
        }

        /* arrow buttons */
        .arrowbutton {
            display: table;
            margin: 0 auto;
            text-decoration: none;
            color: #fff;
        }

        .arrowSpan {
            display: table-cell;
            vertical-align: middle;
            background-color: #cc0033;
            padding: 0 .5em 0 1em;
            line-height: 1;
            width: 270px;
            font-size: 1.4em;
            font-weight: bold;
            text-decoration:none;
        }

        .arrowbutton:after {
            display: table-cell;
            content: '';
            border-top: 1.5em solid;
            border-bottom: 1.5em solid;
            border-left: 1.5em solid;
        }

        .arrowbutton:before {
            border-top-color: #cc0033;
            border-bottom-color: #cc0033;
            border-left-color: transparent;
        }

        .arrowbutton:after {
            border-top-color: transparent;
            border-bottom-color: transparent;
            border-left-color: #cc0033;
        }

        /* hover */
        .arrowbutton:hover .arrowSpan {
            background-color: #810020;
            color:#fff246;
            text-decoration: none;
        }

        .arrowbutton:hover:before {
            border-top-color: #810020;
            border-bottom-color: #810020;
            color:#fff246;
            text-decoration: none;
        }

        .arrowbutton:hover:after {
            border-left-color: #810020;
             color:#fff246;
            text-decoration: none;
        }
        a :hover {
            text-decoration:none;
             color:#fff246;
        }
        .arrows {
            margin: 4px 4px 4px 4px;
        }

        .centrePart {
            margin-top: 80px;
            margin-left: 0px;
        }

        .test {
            float: none;
            margin: 0 auto;
            margin-top: 60px;
          
        }

        .searchButtons {
            background-color: #cc0033;
            height: 36px;
            border-radius: 10px;
        }

        .fa-search {
            color: white;
        }

        .nav-link {
            font-size: 25px;
            color: #fff;
        }

        .topHead {
            width: 100%;
            height: 156px;
            background-image: url("../Content/Header.webp");
            background-position: inherit;
            background-repeat: no-repeat;
            background-size: cover;
            
        }

        .navbar-nav {
            flex-direction: column;
        }

       
  
        .dropWidth {
            height: 100px;
        }

        .inputClass {
            height: 34px;
            width: 250px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

        .backImage {
            background-image: url("../Content/sky.webp");
            height: 380px;
            width: 100%;
            background-position:  initial ;
            background-repeat:   no-repeat;
            background-size:  auto;
            margin-left: 0px;
            margin-right: 0px;
              background-attachment: fixed;

  
    -webkit-animation: backgroundScroll 22s  linear 1;
    -webkit-animation-fill-mode:  forwards;
    animation: backgroundScroll 22s linear 1;
    animation-fill-mode:  forwards;
     animation-iteration-count:100000;
   -webkit-animation-iteration-count:100000;
        }
        @keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -380px -250px;}
}
        @-webkit-keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -380px -250px;}
}
        .mainBackground {
            padding-left: 0px;
            padding-right: 0px;
            width: 100%;
            height: 75%;
        }

        .navbar-backcolor {
            background-color: black;
        }

        .textPart {
            background-color: #fff68f;
            padding-left: 0px;
            padding-right: 0px;
        }

        .footer {
            background-color: #121110;
            max-height:200px;
            color: darkgray;
            width: 100%;
            height: 150px;
        }

        .footerH4 {
             font-family: "Proxima Nova Regular";
            color: darkgray;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

        /*.navbar-nav > li {
            padding-left: 30px;
            padding-right: 30px;
        }*/

        .topHeader {
            text-align: center;
            float: right;
            font-weight: 900;
            font-size: 2.2em;
            padding-top: 50px;
            padding-bottom: 50px;
            padding-right:40px;
        }

        .h2Header {
            text-align: center;
            font-size: 32px;
        }

        .pHeader {
             font-family: "Proxima Nova SemiBold";

            text-align: center;
            font-size: 20px;
            text-align: justify;

        }

        .row {
            width: 100%;
        }

        #logoholder {
            position: absolute;
            top: 40px;
            left:75px;
            z-index: 1;
        }

        .navHeader {
            letter-spacing: 1px;
        }
        .top-nav{
            float:right;
        }
        @media only screen and (max-width: 767px) {

   .topHeader {
    text-align: right;
    float: right;
    font-weight: 900;
    font-size: 1.5em;
    padding-top: 15px;
    padding-bottom: 50px;
    padding-right: 0px;
}
   #BannerContainer{
       display:none;
   }
   .Marketlogo{
    position: absolute;
    left: 75px;
    top: -80px;
    height: 130px;
   }
}
@media only screen and (min-width :768px) and (max-width : 1023px) {
            .Marketlogo {
                   position: absolute;
                    left: 71px;
                    top: -121px;
                    /* height: 150px; */
                    height: 155px;
            }
            .arrowSpan {
                font-size: 0.98em;
            }
            .inputClass{
                width:180px;
            }
        }
         .Marketlogo{
              position: absolute;
    left: 61px;
    top: -100px;
    /* height:150px; */
   }
        

