html{
	font-size: 62.5%;
}

*{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

body{
	font-size: 1.6rem;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	color: #333;
}

/* main styles */

h1, h2, h3{
	font-family: 'Libre Baskerville', serif;
	font-size: 4rem;
	font-weight: 300;
	line-height: 1.3;
	margin: 0 0 2rem 0;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}

h1 span{
	white-space: nowrap;
}

h2{
	font-size: 4rem;
	margin-bottom: 1.5rem;
}


h3{
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

p{
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

a{
	color: #333;
	text-decoration: none;
}

a:hover{}

.site-btn{
	display: inline-block;
	padding: 1rem 3rem;
	margin-top: 2rem;
	border: 1px solid #333;
	border-radius: 25px;
	color: #333;
	text-decoration: none;
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}

.site-btn:hover{
	background-color: #D6D5D5;
	border-color: #D6D5D5;
}

/* main layout */

.wrapper,
header,
section,
.hero,
footer{
	width: 100%;
	float: left;
	background-color: #fff;
}

section{
	padding: 5rem 5rem;
}

.container{
	width: 100%;
	max-width: 120rem;
	margin: 0 auto;
}

.hero{
	height: 55rem;
	background: url("../images/alm-hero.jpg") no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #fff;
	text-align: center;
}

.hero h1{
	font-size: 6rem;
	line-height: 6rem;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.hero p{
	font-size: 3rem;
	line-height: 3.6rem;
	text-shadow: 1px 1px 1px #000;
}

.hero .container{
	padding: 0 10rem;
}

.about-hero{
	background: url("../images/about-bg.jpg") no-repeat center center;
	background-size: cover;
}

.gallery-hero{
	background: url("../images/gallery-bg.jpg") no-repeat center center;
	background-size: cover;
}

.contact-hero{
	background: url("../images/contact-bg.jpg") no-repeat center center;
	background-size: cover;
}

.home-hero{
	width: 100%;
	height: 55rem;
	float: left;
	padding: 0;
	background-size: cover;
	color: #fff;
	text-align: center;
	position: relative;
}

.home-hero h1{
	width: 100%;
	font-size: 6rem;
	line-height: 6rem;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	position: absolute;
	z-index: 2;
	top: 40%;
}

.banner ul{
	width: 100%;
	height: 55rem;
	float: left;
	overflow: hidden;
}

.banner ul li{
	width: 100%;
	height: 55rem;
	float: left;
	background-image: url("../images/alm-hero.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	list-style: none;
}

.banner ul li.home-slider2{
	background-image: url("../images/home-slide2.jpg");
}

.banner ul li.home-slider3{
	background-image: url("../images/home-slide3.jpg");
}

.banner ul li.home-slider4{
	background-image: url("../images/home-slide4.jpg");
}

ol.dots{
	position: absolute;
	bottom: 2.5rem;
	left: 50%;
	margin-left: -62px;
}

ol.dots li{
	width: 15px;
	height: 15px;
	float: left;
	margin: 0 8px;
	background-color: #fff;
	color: #fff;
	border-radius: 50%;
	list-style: none;
	overflow: hidden;
}

ol.dots li:hover,
ol.dots li:active{
	background-color: #1d1652;
	color: #1d1652;
	cursor: pointer;
}

ol.dots li.active{
	background-color: #1d1652;
	color: #1d1652;
}

.left-col{
	width: 66%;
	float: left;
	margin: 0 2%;
}

.right-col{
	width: 26%;
	float: left;
	margin: 0 2%;
}

.single-col{
	width: 100%;
	float: left;
}

.two-col,
.three-col,
.four-col{
	width: 46%;
	float: left;
	margin: 0 2%;
}

.three-col{
	width: 29%;
}

.four-col{
	width: 21%;
}

.center{
	text-align: center;
}

/* header */

.mobile-nav{
	display: none;
	float: right;
	font-family: 'Libre Baskerville', serif;
	padding: 1rem 1.5rem;
	margin: 2rem 0 0 0;
	border: 1px solid #1d1652;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	font-size: 1.4rem;
	color: #000;
}

.mobile-nav:hover{
	background-color: #fff;
}

#mobile-menu{
	display: none;
	width: 100%;
	height: 100%;
	float: left;
	background-color: rgba(0,0,0,0.85);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000000;
}

#mobile-links ul{
	float: left;
	z-index: 2;
	margin-top: 50px;
}

#mobile-links ul li{
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding-left: 5%;
	list-style: none;
}

#mobile-links ul li a{
	color: #fff;
	font-size: 2.5rem;
	font-family: 'Libre Baskerville', serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#mobile-links ul li a{
	background-color: none;
}

.close-btn{
	float: right;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
	text-decoration: none;
}

header{
	height: 8rem;
	padding: 0 2rem;
	background-color: #fff;
	position: relative;
}

.site-logo{
	float: left;
}

.site-logo img{
	height: 6rem;
	margin-top: 1rem;
}

nav{
	float: right;
}

nav ul{
	float: right;
	margin: 2.5rem 2rem 0 0;
}

nav ul li{
	float: left;
	margin-left: 2rem;
	list-style: none;
}

nav ul li a{
	font-family: 'Libre Baskerville', serif;
	padding: 1rem 1.5rem;
	border-radius: 0.5rem;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}

nav ul li a:hover{
	background-color: #D6D5D5;
	color: #333;
}

.instagram-header{
	float: right;
}

.instagram-header img{
	width: 3rem;
	height: 3rem;
	margin-top: 2rem;
}

/* footer */

footer{
	background-color: #fff;
	padding: 0 2rem 5rem 2rem;
}

footer .container{
	padding-top: 5rem;
	border-top: 1px solid #e8e7ed;
}

.footer-col{
	width: 21%;
	float: left;
	margin: 0 2%;
	font-size: 1.6rem;
}

.footer-col h4{
	font-family: 'Libre Baskerville', serif;
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	margin-bottom: 2rem;
}

.footer-col p{
	font-size: 1.6rem;
	text-transform: uppercase;
}

.footer-col ul li{
	color: #333;
	list-style: none;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

.footer-col ul li a{
	color: #333;
	text-decoration: none;
}

.footer-col ul li a:hover,
.footer-col a:hover{
	text-decoration: underline;
}

.copyright{
	text-align: right;
}

.copyright img{
	height: 8rem;
	margin-bottom: 2rem;
}

.copyright p{
	font-size: 1.4rem;
}

.narrow{
	padding: 5rem 10rem;
}

ul.cookies-list,
.privacy ul{
	margin: 0 0 2rem 2rem;
}

ul.cookies-list li,
.privacy ul li{
	font-size: 2rem;
	margin-bottom: 1rem;
}

ul.cookies-list li span{
	font-weight: 400;
}

.privacy h2{
	font-size: 2.5rem;
	line-height: 2.5rem;
	margin-top: 4rem;
}

.privacy h3{
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: none;
}

/* contact */

label{
	width: 100%;
	float: left;
	font-size: 2rem;
	margin-bottom: 0.5rem;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
	width: 100%;
	float: left;
	padding: 1rem;
	margin-bottom: 2rem;
	border: 1px solid #eee;
	font: 400 2rem 'Open Sans', sans-serif;
	color: #000;
}

textarea{
	height: 150px;
}

input[type="submit"]{
	display: inline-block;
	background: #fff;
	color: #1d1652;
	border: 1px solid #1d1652;
	padding: 1rem 3rem;
	margin: 1rem 0 0 0;
	text-decoration: none;
	border-radius: 25px;
	font: 400 2rem 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}

input[type="submit"]:hover{
	background: #1d1652;
	color: #fff;
}

#success-div{
	display: none;
	width: 100%;
	float: left;
	margin-bottom: 2rem;
	color: #333;
}

.instagram-footer{
	display: inline-block;
	min-height: 3rem;
	padding-left: 4rem;
	line-height: 3rem;
	background: url("../images/instragram-icon.png") no-repeat;
	background-size: 3rem 3rem;
	text-transform: uppercase;
}

.gallery img{
	width: 23%;
	float: left;
	margin: 1%;
}

.projects{
	padding-top: 2rem;
}

.projects p{
	margin-bottom: 4rem;
}

@media all and (max-width:960px){

.hero,
.home-hero,
.banner ul,
.banner ul li{
	height: 40rem;
}
	
section{
	padding: 2rem;
}

.narrow{
	padding: 5rem;
}

nav ul li{
	margin-left: 1rem;
}

}

@media all and (max-width:768px){

nav{
	display: none;
}

.mobile-nav{
	display: block;
}

.left-col,
.right-col,
.three-col{
	width: 96%;
	margin-bottom: 2rem;
}

.footer-col,
.four-col{
	width: 46%;
	margin-bottom: 2rem;
}

.hero,
.home-hero,
.banner ul,
.banner ul li{
	height: 40rem;
}

.hero h1,
.home-hero h1{
	font-size: 4rem;
	line-height: 4rem;
}
	
.hero .container{
	padding: 0;
}

.copyright{
	text-align: left;
}

.instagram-header{
	display: none;
}
	
.site-logo img{
	height: 5rem;
	margin-top: 1.5rem;
}
	
.gallery img{
	width: 31%;
}

}

@media all and (max-width:480px){

.two-col,
.four-col,
.footer-col{
	width: 96%;
	margin-bottom: 2rem;
}

.site-logo img{
	height: 4rem;
	margin-top: 2rem;
}

.narrow{
	padding: 2rem 0;
}

h1{
	font-size: 2.6rem;
	line-height: 2.6rem;
}
	
h2{
	font-size: 2.5rem;
	line-height: 2.5rem;
}
	
p,
.site-btn{
	font-size: 1.6rem;
}

.hero,
.home-hero,
.banner ul,
.banner ul li{
	height: 25rem;
}

.hero h1,
.home-hero h1{
	font-size: 3rem;
	line-height: 3rem;
}
	
.home-hero h1{
	padding: 0 10%;
	top: 30%;
}

.hero p{
	font-size: 2rem;
	line-height: 2.6rem;
}

ul.cookies-list li,
.privacy ul li{
	font-size: 1.6rem;
}

.footer-col{
	text-align: center;
}

.footer-col ul li{
	margin-bottom: 1rem;
}

.copyright img{
	height: 5rem;
	margin-top: 2rem;
}

label,
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
input[type="submit"]{
	font-size: 1.6rem;
}
	
.gallery img{
	width: 48%;
}

}