@import 'global.css';
@import 'responsive.css';
a{
	text-decoration: none;
}

#homeHeading{
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.container.spaced{
	padding-bottom:100px;
}

.logo{
	max-width:400px;
}


.parallax{
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed !important;
    /* Center the background image */
    background-position: center !important;
    /* Set the background image to no repeat */
    background-repeat: no-repeat !important;
    /* Scale the background image to be as large as possible */
    background-size: cover !important;  
}

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .parallax{
        background-attachment: scroll !important;
    }
}

/* iPhone Portrait */
@media screen and (max-device-width: 480px) and (orientation:portrait) {
    .parallax{
        background-attachment: scroll !important;
    }
} 

/* iPhone Landscape */
@media screen and (max-device-width: 480px) and (orientation:landscape) {
    .parallax{
        background-attachment: scroll !important;
    }
}

/* iPad Portrait */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .parallax{
        background-attachment: scroll !important;
    }
}

/* iPad Landscape */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .parallax{
        background-attachment: scroll !important;
    }
}

p img{
    max-width:100% !important;
    height:auto !important;
}

.dark-page, .dark-page *{
    color:#fff;
}

.dark-page .form-control{
    color:#464a4c !important;
}

.back-btn{
    font-size:20px;
    font-style: italic;
    background:none !important;
}

.navbar-light .navbar-toggler{
    z-index:10000;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus{
    background:none;
}


.product-url{
    background:none !important;    
    padding:5px;
    border-radius:12px;
}

.product-list .col-12{
    margin-bottom:10px;
}

.submit, .btn-primary{
    border:1px solid #fff;
}



.article{
    width:100%;
    float:left;
    margin-bottom:30px;
}

.article .photo{
    width:100%;
    float:left;
    padding-bottom:5px;
    text-align:left;
}

.article .photo img{
    max-width:100%;
}

.article .content{
    width:100%;
    float:left;
}

.article .content h2{
    font-size:16px !important;
    font-family:Arial;
    text-decoration:underline;
    padding-top:0px;
    margin-top:0px !important;
    position:relative;
}

.article .content h2.date{
    font-size:14px !important;
    font-family:Arial;
    text-decoration:none;
    position:relative;
    padding-bottom:0px;
    top:5px;
}

#blog{
    padding-bottom:70px;
}
header .menu-block ul li a{
    padding-left:5px !important;
}