/*
fonts:
body - arial
headers -
font-family: 'Nunito Sans', sans-serif;


colours:
#A9BF04 - green
#F28705 - orange
#A64F03 - brown
#F23827 - red
#8C0303 - burgundy
*/

h1 {
    color: #8C0303;
    font-size: 2.5em;
    font-family: Nunito Sans;
}

h2 {
    font-family: Nunito Sans;
    font-size: 2em;
}

h3 {
    font-family: Nunito Sans;
    font-size: 20px;
}

.container{
    margin-top: 4%;
}

a{
    letter-spacing: 2px;
}
a:link {
  color: #F23827;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: #A9BF04;
}

/* selected link 
a:active {
  color: #A9BF04;
}
*/
footer{
  background-color: #F28705;
  padding: 20px;
  color: white;
  margin-top: 190px;
  width: 100%;
    display: block;
  position: block;
}

#aw-map {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p{
    letter-spacing: 2px;
}

.info {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img {
    width: 99%;
}

.widget_wrap {
    margin-left: auto;
    margin-right: auto;
     display: block;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    height:100%;
}

.owl-carousel .owl-item img {
    width: auto !important;
    height: 400px !important;
    display: flex !important;
}

h4{
    color: #8C0303;
    font-size: 3em;
    font-family: Nunito Sans;
    margin-left: 15%;
    margin-top: 15%;

}
