/* Smaller screen / tablet+phone / to 759px */

@media (max-width: 759px) {
 
  body {
    background-color: #231834;
    margin: none;
  }

  h1 {
    font-size: 12px;
  }

  p {
    font-size: 12px;
  }
  }


 
/******************+****** TAG-SELECTORS ****************************/
a {
  color: rgb(40, 40, 40);
  margin: 1px 20px;
  text-decoration: none;
}

a:hover {
  box-shadow: 0 3px 4px 0 #DBEDF3;
  opacity: 0.5;
}

body {
	color: rgb(15, 75, 107);
  font-size: 1.4em;
  font-family: Montserrat, sans-serif;
}

h3 {
 	color: rgb(15, 75, 107);
  font-family: Arial black, sans-serif;
 }

h4 {
  font-family: Arial black, sans-serif;
 }
  
address{
    flex-wrap: wrap;
  }