@media only screen and (max-width:1100px){
	
body {
	background-color:white;
	font-family: 'Roboto', sans-serif;
}

.top{
	
width:100%;
height:80px;
background-color:white;
}

.logo {
	width:200px;
	height:auto;
	margin-left:30px;
}

.dropdown-content{
  overflow-y: scroll;
   height: 400px;
  }
  
.mobilenav {
	display:none;
}

  .hamburger {
    display:none;
  }

.navbar {
  overflow: hidden;
  
  margin-right:50px;
  height:50px;
  width:60%;
  margin-top:30px;
  float:right;
  height:70px;
  padding-bottom:10px;
}

.dropdown {
  float: right;
  overflow: hidden;
   
}


.navbar a {
  float: right;
  font-size:30px;
  	font-family: 'Roboto', sans-serif;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  
}



.dropdown .dropbtn {
  font-size:30px;  
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family:arial;
  margin: 0;
    
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #898AA6;
 color:white;
  
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color:#898AA6 ;
  min-width:300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: auto !important;
    right: 0 !important;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align:left;
  
}

.dropdown-content a:hover {
  Color:white;
   
}

.dropdown:hover .dropdown-content {
  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:80%;

background-color:white;

margin:auto;
	
}

.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:200px;
	margin:auto;
	object-fit:cover;
}

.gallery {
	width:100%;
	height:auto;
	margin:auto;
	object-fit:cover;
}

.blogmappics {
	margin-top:60px;
	width:40%;
	height:auto;
}
.content {
	
  width:45%;
  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: 200px;
  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;

}

  
}

