#header{ height: 220px; }
#intro {
background-image: url(https://isamweb.org/wp-content/uploads/2020/05/ISAM-CSAM-2020-header-graphic-Desktop-v2.1.jpg) !important;  
/*background-image: url(https://isamweb.org/wp-content/uploads/2020/04/ISAM-CSAM-2020-header-graphic-Desktop-v2.jpg) !important;*/
      /*background-image: url(https://isamweb.org/wp-content/uploads/2019/12/ISAM-2020.png) !important;*/
   /* background-image: url(https://isamweb.org/wp-content/uploads/2019/12/ISAM-2020-3.png) !important; */
  /* background-image: url(https://isamweb.org/wp-content/uploads/2018/02/web_banner.jpg) !important;  */
     /* background-image: url(https://isamweb.org/wp-content/uploads/2018/12/ISAM-2019-header.jpg) !important; */
   height: 500px !important;
}

@media (min-width: 320px) and (max-width: 560px){
#intro {
    height: 140px !important;
}
.slogan{ display: none; }
}

@media (min-width: 415px) and (max-width: 584px){
#intro {
    height: 180px !important;
}
.slogan{ display: none; }
}

@media (min-width: 600px) and (max-width: 767px){
#intro {
    height: 220px !important;
}
.slogan{ display: none; }
}

@media (min-width: 768px) and (max-width: 899px){
#intro {
    height: 240px !important;
}
}

@media (min-width: 900px) and (max-width: 1024px){
#intro {
    height: 320px !important;
}
}

@media (min-width: 1680px) and (max-width: 1920px){
#intro {
    height: 560px !important;
}
}

#intro-inner{
    /* margin-top: 16% !important; */
/*display: none !important;*/
}

.no-number li{
list-style-type: none;
}

.nav li a{
padding: 0 6px !important;
}

@media (min-width: 900px) and (max-width: 1200px){
.nav{ display: none !important;}
#m-nav-open{ display: block !important; }
}