html, body {
	font-size: 15px;
}

body {
	font-family: 'Cairo', sans-serif;
	font-weight: 400;
	border-top: .5rem solid #65687a;
	background: url(bg.png) bottom left no-repeat fixed #fff;
}

a {
	color: #03503c;
	transition: .15s color ease-in-out;
	text-decoration: underline;
}

a:hover {
	color: #65687a;
}

h1, h2, h3, h4, strong {
	font-weight: 700;
}

h2 {
	font-weight: 400;
	font-family: 'Lora', serif;
	font-style: italic;
    font-size: 4rem;
    border-bottom: 2px solid #03503c;
    margin: 0 0 2rem 0;
    color: #65687a;
}

header img {
    margin: 2rem auto;
}

h3 {
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    margin: 2rem 0 2rem 0;
}

.logo-box {
	  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  margin: 1rem 0;
}

.logo-box-inner {
  overflow: auto;
}

.logo-img a {
	padding: 2rem;
	display: block;
	transition: .15s all ease-in-out;
	background-color: rgba(209, 210, 212, 0);
	border-radius: 4px;
}

.logo-img a:hover {
	background-color: rgba(209, 210, 212, .75);
}



.addr-addr a {
	font-weight: 700;
}

h4 {
    margin: 0 0 .5rem 0;
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
}

.addr-link {
    display: block;
    box-shadow: 0 0 1rem rgba(101, 104, 122, .5);
    margin-bottom: 1rem;
    border: 2px solid #65687a;
}

.addr-box p {
	text-align: center;
}

footer {
    margin: 3rem 0 0 0;
    background: #03503c;
    color: #fff;
    padding: 2rem;
}

h6 {
	margin: 0;
	text-align: center;
	font-size: 1rem;
}

section {
	margin: 2rem 0;
}

#header-social {
    text-align: right;
    position: absolute;
    right: 0;
   z-index: 100;
    font-size: 30px;
    top: 15px;
}

#header-social a {
    display: inline-block;
    margin: 0 7.5px;
}



    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
h2 {
	font-size: 3rem;
}
.addr-link img {
	width: 100%;
}

body {
	background-image: none !important;
}

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
h4 {
	margin-top:2rem;
}
h2 {
	margin: 0 0 1rem 0;
}
h3 {
	margin-top: 0 !important;
}
h2 {
	font-size: 2rem;
}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
#header-social {
    top: 5px;
    font-size: 24px;
}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    }