/*
Theme Name: twentyseventeen-child
Version: 1.0
Description: A child theme of Twenty Seventeen
Template: twentyseventeen
*/

@import url("../twentyseventeen/style.css");


body.has-header-image .site-title a {
  text-transform: uppercase;
  font-size: 45px;
  font-family: Montserrat;
  font-weight: 100;
  letter-spacing: 7px;
}


/*–style links–*/
/* unvisited link */
.entry-content a,
.entry-content a:link {
text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none;
}
/* visited link */
.entry-content a:visited {
-webkit-box-shadow: none;
box-shadow: none;
}
/* mouse over link */
.entry-content a:hover {
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
/* selected link */
.entry-content a:active {
font-weight: bold;
-webkit-box-shadow: none;
box-shadow: none;
}

/*–mobile menu to stop web font boosting/autosizing in chrome android–*/
#top-menu.menu {
 font-size: 15px;
 -webkit-text-size-adjust: none;
 -moz-text-size-adjust: none;
 -ms-text-size-adjust: none;
  max-height: 999999px;
}

.sub-menu {
  font-size: 15px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  max-height: 999999px;
}


/* hide drop down arrow on menu for Desktops Only*/

@media screen and (min-width: 750px) {
.icon-angle-down { 
  display: none !important;
}
}