@media only screen and (max-width:6005px){
body {
	background-color:white;
	font-family: 'Roboto', sans-serif;
}



.top{
	
width:100%;
height:110px;
background-color:white;
}

.logo {
	width:150px;
	height:auto;
	margin-left:10px;
}


.navbar {
 display:none;
}




.mobilenav {

float:right;
margin-right:20px;
margin-top:20px;

	
}

.dropbtn {
   background-image: url(../images/hamburger.jpg);
    color: white;
    padding: 16px;
    font-size: 20px;
    border: none;
    cursor: pointer;
	width:90px;
	height:90px;
	background-repeat: no-repeat;
   background-size: 90px 90px;
}

.dropbtn:hover, .dropbtn:focus {
    background-color:#898AA6 ;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color:#898AA6 ;
    min-width:360px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	 left: auto !important;
    right: 0 !important;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {display:block;}

#disclaimer {
	width:100%;
	background-color:white;
	border-top: 1px solid lightgrey;
	margin-top:20px;
}

.featuredpicture {
	width:100%;
	height:300px;
	object-fit:cover;
	object-position:top;
}



.left {

}

.right {
}

.middle {
width:100%;

background-color:white;

margin:auto;
	
}

.middle p,h2,h1{
	margin-left:20px;
	margin-right:20px;
}



.blogpics {
	
	width:100%;
	height:auto;
	display:block;
	padding-top:20px;
	pdding-bottom:20px;
}


.mgrid {
  
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}

.thumbnails {
	width:100%;
	height:auto;
	margin:auto;
	object-fit:cover;
}

.gallery {
	width:100%;
	height:auto;
	margin:auto;
	object-fit:cover;
}

.blogmappics {
	display:block;
	margin-top:60px;
	width:90%;
	height:auto;
	margin:auto;
}
.content {
	
  width:90%;
  color: #fff;
  font-size: 14px;
  line-height:10px; /* centering text just for view */
  text-align:left;
  background-color:white;
  margin: 5px;
  border: 1px solid lightgrey;
  display: none;
  padding:10px;
}

.content h3 {
	color:black;
}

#loadMore {
  width:100%;
  color:black;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
 
  transition: .3s;
}
#loadMore:hover {
  color: blue;
  background-color: #fff;
  border: 1px solid blue;
  text-decoration: none;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}


footer {
	width:100%;
	background-color:black;
	padding-top:150px;

}
  
}