/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */


a {color:#744869;}/* green for all site */
/*.main-navigation-wrapper a {color:#032b0d !important;}*/
/* Green only for main nav */


    region region-centered {
      margin-top:30px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
 }

#navbar {
    background-color: #cad9de ;
    color: red;
    
}  
//the limit below worked on edge but not chrome
@media (max-width: 480px) {
  #block-block-9 {
    display: none;
  }
}


//disabled to test normal menu instead of sticky
//.main-container {
//    margin-top:100px;
//}

#block-bootstrap-subtheme-main-menu-menu {
    background-color:white;
}


 .centered {
    margin-top: 10px;
    margin-left: 20px;
}

body {
    background-color: white;
    font-size: 18px;
}

.centeredClass {
  
    
    text-align: center;
}

.views-view-grid {
    margin-top:30px;
    margin-left:15px;
    margin-right:15px;
}
