body {
	font-family: 'LemonMilk','Helvetica', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #424242;
	line-height: 1.5em;

	height : 100%;
	background-color: #ededed;

	overflow-x: hidden; 
}
h1,h2,h3,h4,h5,h6,span{
	margin: 0;
}
h1{
	font-size: 5rem;
}
h2{
	font-size:1.5rem;
}
h3{
	font-size:1.3rem;
}
p {
	font-family: 'Helvetica';
	margin: 0 0 10px;
}

a,
a:focus,
a:visited,
a:hover{
	text-decoration: none;
	color:inherit;
}
input[type="text"] {
	font-size:14px;
	border-radius:0;
	font-weight: normal;
	height:30px;
	border:1px solid black;
    text-align: center;
}
input::placeholder {
	text-align: center;
	font-family:LemonMilk;
}
hr{
	border-top: 1px solid black;
}
.error-message{
	font-style: italic;
	color:red;
}
.btn{
	cursor:pointer;
}
.featured-titles{
	margin:5px 0px;
}
.line-break{
	border:1px solid #000;
}
.border1px{
	border:1px solid black;
}
.border1pxUD{
	border-top:1px solid black;
	border-bottom:1px solid black;
    padding:5px;
}
/* 
*
* MAIN DESIGN STYLES
*
*/
.container{
	width:80%;
}
header {
	margin-bottom:15px;
}
.top-adds{
    max-height:100px;
}
.header-contents {
}
.header-contents .name{
	text-decoration: underline;
}
.header-contents .search-bar{
	padding: 6px 0;
	border-top:1px solid black;
	border-bottom:1px solid black;
}
.social-media{
	margin-bottom: 5px;
}

.banner{
	width:100%;
	border: 2px solid #000;
	margin-bottom:15px;
}
.banner h5, .banner p{
	text-shadow: 2px 2px 4px #000000;
}
.features-special div{
	border:1px solid #000;
	padding:10px;
	margin:15px;
}


.featured-story{
	border:1px solid #000;
	margin-bottom:5px;

	/*max-height :100px;*/
	overflow:hidden;
	position:relative;
}

.text-master{
	position:absolute;
	top: 0;
	left: 0; 
	height:100%;
	width:100%;
	opacity: 0;
	transition: .5s ease;
	backface-visibility: hidden;
	text-align: center; 
  
}
.img-blur {
	display: block;
	transition: .5s ease;
	backface-visibility: visible;
}

.middle{
	color:#FFF;
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	
}

.cont:hover img {
	transition: .5s ease;
	filter: blur(2px) saturate(0.25);
	-webkit-filter: blur(2px) saturate(0.25);
}
.cont:hover .text-master {
	opacity: 1;
    background: rgb(120, 120, 120, 0.3);
	text-shadow: 3px 3px 6px #000000;
}

.photo-stories{
	margin-bottom :15px;
}
.video-stories{
	margin:15px 0px;
}

footer {
	background:#2d2d2d;
	color:#ededed;
	padding:20px 0;
    width:100%;
}
footer .footer-links{
	padding: 6px 0;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
/*
*
* Font style
*
*/

@font-face {
font-family: 'LemonMilk';
src: url(../fonts/lemon_milk/LemonMilk.otf) format("opentype");
}



.navbar{
	background:transparent;
	padding:6px 0;
	border-top:2px solid black;
	border-bottom:2px solid black;
	margin-bottom:10px;
}
.navbar-nav{
	width:100%;
	text-align: center;
}

.navbar-nav li{
	width:20%;
	padding:2px;
}
.navbar-nav li a{
	font-family:LemonMilk;
	border:1px solid black;
	text-transform: uppercase;
	font-size: 20px;
}
.navbar-nav li a:hover,
.active .nav-link{
    background:#424242;
    color : #FFF !important;
}

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    position:static;
    left:0px;
    right:0px;
  padding :15px;
  bottom: 2rem;
  z-index: 1000000;
  width:100%;
    max-height:300px;
  background: rgb(0, 0, 0, 1);
}
/*.carousel-nav a{*/
    /*float:right;*/
/*}*/
/* Declare heights because of positioning of img element */
#myCarousel{
    background-color: #000;
}
#myCarousel .carousel-item{

    min-height: 300px;
    background-color: #777;
}
#myCarousel .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}
.carousel-indicators{
    position:unset;
    background-color: #000;
    bottom: 5rem;
    padding:15px 0;
    margin:0;
    width:100%;
}
.carousel-indicators li{
    z-index: 999;
	max-width:15px;
	height:15px;
}
/* Added this one to control the ads on the top. */
#sideAds .carousel-item > img {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
}

#photoStory .carousel-item {
    min-height: 100px;
    background-color: #777;
}
#photoStory .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}
/* PAGE TEXT*/

.page_text {
    padding:40px 0;
}
.site-page a{
    color:#0000ee;
    text-decoration: underline;
}
.site-page ul{

    font-family: 'Helvetica';
}
.photo-stories-thumb{
    margin-bottom: 10px;
}
.photo-stories-thumb .description{
    padding-bottom: 10px;
}
.photo-stories a{
    position:absolute;
    right: 15px;
    bottom:2px;
    text-decoration: underline;
}
.photo-story-big{
    position:relative;
}
.photo-story-big .description{
    color:#FFF;
    position: absolute;
    background: rgb(0, 0, 0, 0.8);
    bottom: 10%;
    left:30%;
    right:30px;
    padding: 20px;
}



.topic-block {

    display: flex;
    flex-wrap: wrap;
    padding:15px 10px;
    /*border: solid 1px black;*/
    /*margin:1px;*/
}
.topic-block img{
    padding:10px 0px;
}
.breadcrumbs {
    display:none;
    margin-bottom: 10px;
}

.btnTop:hover{
    background: #848985;
    color: #0c040c;
}
.btnTop{

    transition: .5s ease;
    position:fixed;
    bottom:10px;
    right:10px;
    width:50px;
    text-decoration:none;
    height:50px;
    background:rgba(255, 255, 255, .1);
    border-radius:50%;
    border:2px solid #c1c1c1;
    padding: 9px 12px;
    color: #000;
    font-size: 25px;
}
.iconTopHide{
    display:none;
}
/*MEDIA QUERY this later*/

/*.embed-responsive-16by9::before {*/
      /*padding-top:0%;*/
/*}*/

.search_box{
    padding: 10px;
    margin-bottom:5px;
}
.search-title{
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
}

.nopadding{
    padding:0px;
}
.outer-adds{
    padding : 0 5px;
}


@media (max-width: 575px) {
    h1 { font-size: 2rem; }
    h2 { font-size: 1rem; }

    .navbar-nav li{
        width:100%;
        padding:2px;
    }
    .features-special div{
        width: 95% ;
        border:1px solid #000;
        padding: 10px;
        margin: 5px 40px;
        flex-basis: unset;
    }

    .featured-stories > div{
        flex-basis: unset;
        padding: 10px;
        margin: 5px 40px;
    }
    .photo-stories-thumb .description{
        margin: 10px 20px;
    }

    #myCarousel .img-fluid  {
        max-width: unset !important;
        height:100%;
    }
    #myCarousel .carousel-item > img {

        -webkit-transform: translate(-50% , -50%);
        -ms-transform: translate(-50% , -50%);
        transform: translate(-50% , -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        max-height: 100%;
    }
    #myCarousel .carousel-caption {
        z-index: 1000000;
        width:100%;
        max-height:300px;
        background: rgb(0, 0, 0, 0.3);

        right: 0px;
        bottom: 0px;
        left: 0px;
    }
}
@media (min-width: 576px)  and (max-width:768px) {
    h1 { font-size: 2rem; }
    h2 { font-size: 1rem; }
    .navbar-nav li{
        width:100%;
        padding:2px;
    }
    .features-special div{
        width: 95%;
        border:1px solid #000;
        padding: 10px;margin: 5px 40px;
        flex-basis: unset;
    }
    .featured-stories div{
        flex-basis: unset;
        padding: 10px;margin: 5px 40px;
    }
    .photo-stories-thumb .description{
        margin: 10px 20px;
    }
    #myCarousel .img-fluid  {
        max-width: unset !important;
        height:100%;
    }
    #myCarousel .carousel-item > img {

        -webkit-transform: translate(-50% , -50%);
        -ms-transform: translate(-50% , -50%);
        transform: translate(-50% , -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        max-height: 100%;
    }
    #myCarousel .carousel-caption {
        z-index: 1000000;
        width:100%;
        max-height:300px;
        background: rgb(0, 0, 0, 0.3);

        right: 0px;
        bottom: 0px;
        left: 0px;
    }
}
@media (min-width: 768px)and (max-width:992px) {
    h1 { font-size: 3rem; }

    #myCarousel .img-fluid  {
        max-width: unset !important;
        height:100%;
    }
    #myCarousel .carousel-item > img {

        -webkit-transform: translate(-50% , -50%);
        -ms-transform: translate(-50% , -50%);
        transform: translate(-50% , -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
    }
    #myCarousel .carousel-caption {
        z-index: 1000000;
        width:100%;
        max-height:300px;
        background: rgb(0, 0, 0, 0.3);

        right: 0px;
        bottom: 0px;
        left: 0px;
    }
}
@media (min-width: 992px) {
    h1 { font-size: 4rem; }


}
@media (min-width: 1200px) {
    h1 { font-size: 5rem; }
}