/* imac 27 4k inch Styles here */
/* @media only screen
   and (max-width : 2880px)
   and (max-height : 5120px) {
      #banner { height: 800px; }
      #banner .banner-content p {padding-right: 4vw;}

} */
/* imac 21 4k inch Styles here */
@media (min-width: 1920px) and (max-width: 2560px) {

 }
 @media only screen
    and (max-width : 2304px)
    and (max-height : 4096px) {
    /* Styles here */
 /*    #banner { height: 800px; }
    #banner .banner-content p {padding-right: 4vw;} */
 }

 /* imac 21 inch Styles here */
 @media only screen
    and (max-width : 1080px)
    and (max-height : 1920px) {
 /*       #banner { height: 800px; }
       #banner .banner-content p {padding-right: 4vw;} */
    /* Styles here */
 }

 @media (min-width: 1920px) and (max-width: 2560px) {


 }


 @media (min-width: 1600px) and (max-width: 1919px) {

 }


 @media only screen and (min-width: 1400px) and (max-width: 1599px) {

 }

@media only screen and (min-width: 1200px) and (max-width: 1399px)  {
   .common-container {width: 1170px;}

   .header-main-wrp .navbar-expand-lg .navbar-collapse {margin-left: 4px;}
   .header-main-wrp .navbar-nav li a.nav-link {padding: 12px 15px;}

}


 /* Medium */
 @media only screen and (min-device-width: 768px) and (max-device-width: 1199px) and (orientation: landscape)
 {
   #banner .banner-bt { font-size: 13px; padding: 10px 90px;}
   .row { margin: 0px; margin: 0px; }
   .page-title {font-size: 34px;line-height: 101%;}


   #remembering { background-image: none; background-color: #333; margin-top: 60px; }

   }



/*   .navbar-expand-lg .navbar-toggler {
   display: block;
} */
 /* ipad */
 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait)
 {

   .row { margin: 0px; margin: 0px; }
   .page-title {font-size: 34px;line-height: 101%;}

   #remembering { background-image: none; background-color: #333; margin-top: 60px; }

   #remembering .rememberingleft {
    padding-top: 50px;

   }

   #inner-highlights-for-the-year .highlightsleft {padding-top: 40px;width: 90%;}

  }


 @media only screen and (min-device-width:481px) and (max-device-width:767px)
 {
   .row { margin: 0px; margin: 0px; }
   .page-title {font-size: 34px;line-height: 101%;}

   #remembering { background-image: none; background-color: #333; margin-top: 60px; }

   #remembering .rememberingleft {
    padding-top: 50px;
}

   }

 /* Extra small */
 @media (min-width: 320px) and (max-width: 767px)
{

.row { margin: 0px; margin: 0px; }
.page-title {font-size: 34px;line-height: 101%;}
#remembering { background-image: none; background-color: #333; margin-top: 60px; }
#remembering .rememberingleft h2 {font-size: 36px;}
#remembering .rememberingleft {
  padding-top: 20px;
}

#inner-highlights-for-the-year .highlightsleft {padding-top: 30px;}

/*  */

#header .drop-full-wrp .container .close-drop{ right: 15px;}
#header .drop-full-wrp{ overflow-y: auto;}
.spacer-drop{ display: none;}
#header .drop-full-wrp .drop-ttle a{ margin-top: 20px;}

}