
.area-siders{
    margin-bottom: .8em;
    border-radius: 6px;
    font-size: .9rem;
    background-color: unset;
}

.area-form{
    background-color:unset;
    border-radius: 0;
    border:1px #009cde solid;
}
label{
    font-weight: normal;
}
label,legend{
 
    color: #009cde;
}
form{margin:10px;}

input,optgroup, select,textarea,input[type="text"],input[type="password"],input[type="date"]{
	border-color: rgba(0, 156, 222, 0.42);
}

input[type="submit"],input[type="button"],input[type="reset"],button {
	font-weight: 600;
	color: rgb(255, 254, 254);
	cursor:pointer;
	min-width: 2em;
	max-width: 6em;
	border: 0px solid #556f8c;
	border-radius: 2em;
	background: #009cde;
	font-size: 18px;
	margin: unset;
	padding: unset;
}

.head-section-h1{
    margin:1em 0 1em 0;
}
.item-title{
    margin-bottom: .4em;
    font-weight: 600;
    text-align: left;
    color: #009cde;
    line-height: 1.2em;
    margin-top: unset;
}
.mapmark{    
    font-size: 3em;
    color:#0096d6;
}
.core1{max-width: 2.5em;
}
.item-title h3,h4,h5,h6{
    margin: initial;
    padding: initial;
}

.map-link{
    text-decoration: none;
}
.map-link:hover{
    color:#000;
    text-decoration: underline;
}

  /*media querys::devices*/
  
  @media screen and (min-width: 0px) and (max-width: 768px) {
    .core1{display: none;}
  }
  @media screen and (min-width: 768px) and (max-width: 1120px) {
    .core1{display: none;}
  }


  