@charset "UTF-8";
/* CSS Document */

#call-div {
    background-color: black;
    padding-top: 2em;
    text-transform: uppercase;
    font-size: .8rem;
    font-family: 'Tajawal', sans-serif;
    color: white;
}

#rifle-div {
    background-color:#cfcfcf;
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: center;
}

#gauge-div {
    padding-top: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: center;
}

#p-style {
    font-family: 'Tajawal', sans-serif;
    color: black;
    font-size: 1rem;
}

#p-style-two {
    font-family: 'Tajawal', sans-serif;
    color: black;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .1em;
}

#p-style-three {
    font-family: 'Open Sans', sans-serif;
    color: black;
    font-size: 1rem;
    letter-spacing: .1em;
    font-weight: 300;
}

.item-title-sm {
    font-family: 'Tajawal', sans-serif;
    color: black;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 500;
}

.price-sm {
    font-family: 'Tajawal', sans-serif;
    color: black;
    font-size: .8rem;
    text-align: center;
    letter-spacing: .2em;
}

.school-div {
    background-image: url("../PA Site/images/school-img-crop.jpg");
    background-repeat: no-repeat;
    width: 100%;
}

#footer-div {
    background-color: black;
    padding: 3em;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: .8rem;
    font-family: 'Tajawal', sans-serif;
    color: white;
}

#footer-div a:hover {
    font-weight: bold;
}

.bg-nav {
    background-color: white;
}

#nav-text {
    text-transform: uppercase;
    font-size: .9rem;
    font-family: 'Tajawal', sans-serif;
    font-weight: 700;
}

#footer-text {
    text-transform: uppercase;
    font-size: .75rem;
    font-family: 'Tajawal', sans-serif;
    font-weight: 300;
    letter-spacing: .2em;
}

#email-text {
    text-transform: uppercase;
    font-size: .8rem;
    font-family: 'Tajawal', sans-serif;
    font-weight: 400;
    letter-spacing: .2em;
}

.rwd-line {
    display: block;
}

#footer-text-two {
    font-size: .7rem;
    font-family: 'Tajawal', sans-serif;
    font-weight: 300;
    letter-spacing: .1em;
    float: left;
}

#bold  {
    font-weight: 900;
}

#footer-note {
    font-size: .7rem;
    font-family: 'Tajawal', sans-serif;
    font-weight: 300;
    letter-spacing: .1em;
    float: right;
}

a {
	color: #5a7f72;
    text-decoration: none;
    font-weight: 400;
}

#upper-link {
    text-transform: uppercase;
    font-size: .8rem;
    color: black;
    font-family: 'Tajawal', sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: center;
}

a:hover {
    color: #9ea8a4;
    text-decoration: none;
    font-weight: 500;
}

.navbar-toggler {
    border: none;
    outline: none;
  }

.carousel-content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 40%;
    z-index: 20;
    text-align: center;
}

h1 {
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 3rem;
    letter-spacing: 1rem;
    text-transform: uppercase;
}

h2 {
    font-family: 'Tajawal', sans-serif;
    font-weight: 700;
    color:black;
    letter-spacing: .3rem;
    text-transform: uppercase;
    text-align: center;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: none;
    font-weight: 300;
    color:black;
    font-size: 2rem;
    letter-spacing: .4rem;
}

h4 {
    font-family: 'Tajawal', sans-serif;
    font-weight: 300;
    color:black;
    font-size: 1.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h4 a{
    font-family: 'Tajawal', sans-serif;
    font-weight: 300;
    color:black;
    font-size: 1.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h4 a:hover{
    font-family: 'Tajawal', sans-serif;
    font-weight: 300;
    color: #9ea8a4;
    font-size: 1.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}


h5 {
    font-family: 'Tajawal', sans-serif;
    font-weight: 300;
    color:black;
    font-size: 1.6rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.top-buffer {
    margin-top: 20px;
}

.top-buffer-lg {
    padding-top: 50px;
}

.buffer-xl {
    margin-top: 70px;
    margin-bottom: 70px;
}

.buffer-sm {
    margin-top: 20px;
    margin-bottom: 20px;
}

.buffer-md {
    margin-top: 40px;
    margin-bottom: 40px;
}

.bottom-buffer-md {
    margin-bottom: 40px;
}

.bottom-buffer-xl {
    margin-bottom: 70px;
}

.bottom-buffer-xxl {
    margin-bottom: 150px;
}

.row {
    display: flex;
}

.column {
    flex: 33.33%;
    padding: 10px;
}

.img-container {
    position: relative;
    width: 100%;
    height: 500px;
}

.image {
    background: #fff url(../images/school-img-crop.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px;
    min-height: 100%;
    min-width: 100%;
    opacity: 1;
    display: block;
    transition: .5s ease;
    backface-visibility: hidden;
}

.image-fade-two {
    max-width: 100%;
    height: auto;
    opacity: 1;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
.img-container:hover .image {
    opacity: 0.3;
}
  
 .img-container:hover .middle {
    opacity: 1;
}

.google-maps {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* 
———————————————————————————————————————————
    port page styles
———————————————————————————————————————————
*/

.port-img,
.port-img-2,
.port-img-3,
#port-img-4,
#port-img-5,
#port-img-6,
#port-img-7 {
    margin: .08rem;
    float: left;
}

.port-img {
    width: 33%;
}

.port-img-2 {
    width: 49.5%;
}

.port-img-3 {
    width: 24.75%;
}

#port-img-4 {
    width: 60%;
}

#port-img-5 {
    width: 39%;
}

#port-img-6 {
    width: 33.95%;
}

#port-img-7 {
    width: 65.05%;
}

/*.blur {
    -webkit-webkit-transition: all 1s ease;
    -moz-webkit-transition:  all 1s ease;
    -ms-webkit-transition:  all 1s ease;
    -o-webkit-transition:  all 1s ease;
}

.blur img:hover{
    -webkit-filter: blur(2px);
}*/

/* 
———————————————————————————————————————————
    item page styles
———————————————————————————————————————————
*/
.sub-menu-active {
    font-weight: bold;
    border-bottom: 1px solid black; /* remove this class if you want */
}

.sub-menu-active:hover {
    border-bottom: 1px solid #5a7f72;
}

.item-slide,
.product-description,
.line-after-product {
    margin-top: 3rem;
}

.item-slide .carousel-indicators {
    margin-left: 0;
    display: block;
    top: 0;
    width: 100%;
    height: 20%;
}

.item-slide .carousel-indicators li {
    width: 100px;
    height: auto;
}

.item-slide .carousel-indicators img {
    margin-bottom: .5rem;
    height: auto;
    width: 100%;
    height: 100%;
    float: right;
}

.item-slide .carousel-indicators .active img {
    border: 2px solid black;
    opacity: 0.5;
}

.carousel-img img {
    width: 90% !important;
    margin-left: 6rem;
}

.item-title {
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: none;
    font-weight: 300;
    color:black;
    font-size: 1.7rem;
    letter-spacing: .3rem;

}

.order,
.back-link {
    text-transform: uppercase;
}

/* 
———————————————————————————————————————————
    product page styles
———————————————————————————————————————————
*/

.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
  transform: translateX(33.33%);
}

.carousel-inner .carousel-item-left.active, 
.carousel-inner .carousel-item-prev {
  transform: translateX(-33.33%)
}
  
.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}

.carousel-img {
    float: left;
}

/* Media Queries */
@media (min-width: 0px) {
	h1 {
        font-size: 1.8rem;
        letter-spacing: .5rem;
    }
    h2 {
        font-size: 1.3rem;
    }
    .phone-number {
        font-size: 1em;
    }
}

@media (min-width: 576px) {
    h2 {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
      border: none;
      outline: none;
    }
	h1 {
		font-size: 2rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    .rwd-line { display: inline; }
}

/* home queries*/
@media (max-width: 575.98px) {
    #footer-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    #footer-text-two {
        float: none;
    }
}
/* portfolio media queries */
@media (max-width: 768px) {
    .port-img {
        width: 32.59%;
    }

    .port-img-2 {
        width: 48.8%;
    }

    .port-img-3 {
        width: 24.4%;
    }
    
    #port-img-4 {
        width: 59%;
    }
}

@media (max-width: 415px) {
    .port-img-3 {
        width: 24.3%;
    }

    #port-img-4 {
        width: 60%;
    }

    #port-img-5 {
        width: 38.52%;
    }

    #port-img-6 {
        width: 33.47%;
    }
    
    #port-img-7 {
        width: 64.25%;
    }
}

@media (max-width: 360px) {
    .port-img {
        width: 32.5%;
    }

    #port-img-4 {
        width: 59%;
    }

    #port-img-5 {
        width: 38.6%;
    }
}

@media (max-width: 320px) {
    .port-img {
        width: 32.46%;
    }

    .port-img-2 {
        width: 48.75%;
    }
}

/* item page media queries */
@media screen and (max-device-width: 1024px) {
    .item-slide-indicators {
        display: none !important;
    }

    .carousel .carousel-inner img {
        margin-left: 0;
        width: 100% !important;
    }
}
