@import url(//fonts.googleapis.com/css?family=Montserrat:700);

html,
body {
    width: 100%;
    height: 100%;
	background-color: white;
}

body {
    font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;
    color: #ffffff;
    webkit-tap-highlight-color: #222;
    top:0;
}

/* workaround modal-open padding issue */
body.modal-open {
    padding-right:0 !important;
}

 h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #ffffff;
    font-size: 3em;
    line-height: 50px;
	  text-shadow: 1px 1px 1px #000000;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

h4,
  h4 a {
    color: #454545;
  }

h5.cvr {
	color: #ffffff;
	 text-shadow: 1px 1px 1px #000000;
	
}



p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-family:'Helvetica Neue',Arial,sans-serif;
}

p.cover {
	color:  #757575;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-family:'Helvetica Neue',Arial,sans-serif;
}

p.pstyle1 {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }

p.pstyle2 {
    color: #757575;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.3em;
  }

p.pstyle3 {
    color: #757575;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 0.9em;
  }

hr {
    max-width: 120px;
    border-width: 3px;
    opacity: 0.08;
    margin-top: 25px;
    margin-bottom: 25px;
	border-color: #bd2227;
}



hr.light {
    border-color: #fff;
    opacity: 1;
}

hr.primary {
    border-color: #bd2227;
    opacity: 1;
}

a {
    color: #bd2227;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #222;
    outline: 0;
}



.text-normal {
    font-family:'Helvetica Neue',Arial,sans-serif;
}

.wide-space {
    letter-spacing: 1.6px;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-primary {
    background-color: #bd2227;
}

.bg-alt {
    background-color: #fff;
}

.text-faded {
    color: rgba(245,245,245,0.7);
}

.text-dark {
    color: #292929;
}

.text-light {
    color: #fff;
}

.text-light:hover,.text-light:focus {
    color: #eee;
    text-decoration:none;
}

.text-primary {
    color: #bd2227;
}

section {
    padding: -85px 0;
}

aside {
    padding: 25px 0 25px 0;
}

footer {
    padding: 10px;

    background-color: #ffffff;
}

footer h4, footer h6 {
    color:#000;
	
}

footer p a, footer address {
    color:#494949;
	font-size: 0.8em;
}

.navbar {
     border-color: rgba(189,34,39,1.0);
    background-color: rgba(189,34,39,1.0);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.navbar-brand {
    color: #ffcc00;
    padding: 1px;
    line-height: 1.20em;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
    float:none;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #ffffff;
}

.navbar .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #bd2227;
}
.navbar .navbar-toggle, .navbar-default .navbar-collapse {
    border-color:  #bd2227;
}

.navbar .navbar-nav > li>a,
.navbar .navbar-nav>li>a:focus {
    font-size: 12px;
    color: #ffcc00;
    text-transform: uppercase;
}

.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:focus:hover {
    color: #ffffff;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.active:focus {
    color: #ffffff !important;
    background-color: #a71e23;
	border: 1px solid #bd6a6d;
	border-radius: 5px;
}

/* responsive nav */
@media(max-width:48em) {
    .navbar .navbar-nav>.nav-item {
        float: none;
        margin-left: .1rem;
    }
    .navbar .navbar-nav {
        float:none !important;
    }
	.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.active:focus {
    color: #ffffff !important;
    background-color: #a71e23;
	border: 1px solid #bd6a6d;
	border-radius: 5px;
	padding: 3px;
}

}

@media(min-width:48em) {
    .navbar {
        border-color: rgba(189,34,39,1.0);
        background-color: rgba(189,34,39,1.0);
        min-height: 60px;
    }

    .navbar-brand {
        color: #ffcc00;
        float: left;
        padding-left: 1px;
    }

    .navbar .navbar-brand:hover,
    .navbar .navbar-brand:focus {
        color: #ffffff;
    }
    
    .navbar .navbar-nav > li > a,
    .navbar .navbar-nav> li > a:focus {
        color: #ffcc00;
        letter-spacing: 1.1px;
    }

    .navbar .navbar-nav > li > a:hover,
    .navbar .navbar-nav > li > a:focus:hover {
        color: #ffffff;
    }

    #topNav {
      background-color: rgba(189,34,39,1.0);
    }
    
}

header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #ffffff;
    width: 100%;
   background: url("../images/slider-image1.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: scroll;
	background-size: cover;
	height: 530px;
}


header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px 120px 15px;
    text-align: center;
    z-index: 2;
	
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
  
}

@media(min-width:34em) {
    .icon-lg {
        font-size: 80px;
    }
    
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 53px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    
    section {
        padding: -85px 0;
	
    }

}

.list-group-item, .card-footer {
    background-color:transparent;
}
.card{
	border: none;
	margin: 10px;
}

.card-block.special{
 background-color:transparent;
}

textarea {
    resize: none;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.btn.btn-primary {
    background-color: transparent;
    border:1px solid #BD2227;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    color:#BD2227;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn-primary-outline {
    border-color:#ffffff;
    color: rgba(255,0,0,1.0);
	text-shadow: 1px 1px 1px #292929;
}
.btn-primary-outline:hover {
    background-color: rgba(189,34,39,1.0);
	color: #ffffff;
	border-color: #ffffff;
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.aboutWin {
	background: #ffffff;
	color: #292929;
}



 /*---------------------------------------
     ROUND ICONS
  -----------------------------------------*/

.item-icon li a {
    background: #292929;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 15px 5px 0 5px;
	text-decoration: none;
    text-align: center;
  }

  .item-icon {
    position: relative;
    padding: 0;
    margin: 0;
	  align-content: center;
  }

  .item-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .item-icon li a:hover {
    border-radius: 100px;
    font-size: 15px;
    width: 60px;
    height: 60px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
	  margin-right: 10px;
	  color: #ff0000;
  }

/*---------------------------------------
     DELIVERY ICON
  -----------------------------------------*/

.del-icon li a {
    background-color: transparent;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #d9d9d9;
    font-size: 90px;
	padding: 0 40px 20px 40px;
    
	text-decoration: none;
    text-align: center;
	  border: 1px solid rgba(255,255,255,0.8);
  }

  .del-icon {
    position: relative;
    padding: 0;
    margin: 20px 0 0 0;
	  align-content: center;
	  z-index: 1;
  }

  .del-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .del-icon li a:hover {
    border-radius: 100px;
    font-size: 90px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
	background-color: rgba(41,41,41,0.6);
	  border: 1px solid rgba(255,255,255,0.8);
  }

.delivery img{

	width: 100px;
    height: 100px;
	z-index: 10;
}

/*---------------------------------------
     end ICONS
  -----------------------------------------*/

  .centeringTable {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

.borderBkgd {
	background-image: url("../images/redNwhiteBorder.svg");
	background-repeat: repeat-x;
	background-size: cover;
}

.flagBkgd {
	background-image: url("https://mrtacofoxvalley.com/images/verticalFlag.jpg");
	background-repeat: repeat-x;

	height: 100%;
	/* Add the blur effect */
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.foodDelivery {
	background-repeat: no-repeat;
	position: absolute;
}

/*---------------------------------------
     fonts
  -----------------------------------------*/

.gibbs{font-family: gibbs,sans-serif;
font-weight: 700;
font-style: normal;
}

.scripto {
	font-family: scriptorama-tradeshow-jf,sans-serif;
font-weight: 400;
font-style: normal;
	
}

.GoodProBlack {
font-family: ff-good-web-pro, sans-serif;
font-weight: 800;
font-style: normal;
}

.GoodProBlackItalic {
font-family: ff-good-web-pro, sans-serif;
font-weight: 800;
font-style: italic;
}

.GoodProBold {
font-family: ff-good-web-pro, sans-serif;
font-weight: 700;
font-style: normal;
}

.GoodProBoldItalic {
font-family: ff-good-web-pro, sans-serif;
font-weight: 700;
font-style: italic;
}

.GoodProUltra {
font-family: ff-good-web-pro, sans-serif;
font-weight: 900;
font-style: normal;
}

.GoodProUltraItalic {
font-family: ff-good-web-pro, sans-serif;
font-weight: 900;
font-style: italic;
}

.GoodProWideBold {
font-family: ff-good-web-pro-wide, sans-serif;
font-weight: 700;
font-style: normal;
}

.GoodProExtdUltra {
font-family: ff-good-web-pro-extended, sans-serif;
font-weight: 900;
font-style: normal;
 }


/*------------------------------------------------------
     -- end fonts above - browser tweaks below
  ------------------------------------------------------*/

::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }