@charset "UTF-8";
/* CSS Document */
/*green #3E6F42*/
/*gold: #F2BB1D*/



* {
    box-sizing: border-box;
    margin: 0
}
 @keyframes fadein {
 from {opacity: 0;}
 to {opacity: 1;}
}


@keyframes slidein {
  0%{opacity: 0; left:-40px;}
  100% {opacity: 1; left:0px;}
    
}




body, html {
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-size: 10px;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    }

p{
	font-size: 26px;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 20px;
	}

p.contact{
	font-size: 32px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 20px;
	}



.column-left{
    width: 40%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
background-image: url(../images/background.png);
	background-repeat: repeat-y;
	animation: slidein 0.5s;
	}


.column-left-home{
    width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
background-image: url(../images/background.png);
	background-repeat: repeat-y;
	animation: slidein 0.5s;
	}

.logo{
	width: 100%;
	max-width: 280px;
	margin: 40px 0 0 90px;
	}

.logo img{
	width: 100%;
	height: auto;
}


.home-title{
	margin: 40px 0 0 90px;
	float: left;
	position: relative;
	padding: 0px;
	}

h1{
	font-size: 66px;
	font-weight: 500;
	line-height: 56px;
	 font-family: 'Roboto', sans-serif;
	color: #F2BB1D;
	margin: 0;
}

.nav{
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 40px 0px 80px 90px;
	animation: fadein 1s;
}

.nav a{
	color: #000;
	text-decoration: none;
	transition: all 0.5s;
}

.nav a:hover{
	color: #3E6F42;
	text-decoration: none;
}

.nav ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
font-weight: 900;
font-size: 66px;
	line-height: 52px;
	color: #F2BB1D;
	}

.nav li{
  margin: 0;
  padding: 0;
	}




.column-right{
    width: 60%;
	float: left;
	margin-left: 40%;
	margin-bottom: 54px;
	padding: 130px 10% 0 0;
	animation: fadein 1s;

    }




.green{
	color: #3E6F42;
}

.column-right ul{
    font-size: 22px;
	font-weight: 400;
	list-style-position: outside;
	margin:  0 0 0 22px;
	padding: 0;
	list-style: none;
    }

.column-right ul li::before{
    content: "\2022";
	color:#F2BB1D;
	width: 20px;
  margin-left: -21px;
	display: inline-block;
	font-weight: 700;
	
	
    }

.column-right li{
   margin: 0 0 24px 0;
	
    }

.column-right a{
	color: #3E6F42;
	text-decoration: none;
	transition: all 0.5s;
}

.column-right a:hover{
	color: #F2BB1D;
	text-decoration: none;
}

.linked-in{
	position: fixed;
	bottom: 80px;
	right: 40px;
	width: 40px;
	height: 40px;
	}

.linked-in img{
	width: 100%;
	height: auto;
	}

.address{
	width: 352px;
	margin-bottom: 6px;
	}

.address img{
	width: 100%;
	height: auto;
	}

@media only screen and (max-width: 1060px) {
 .nav ul{
font-size: 56px;
	line-height: 42px;
	}
	
.home-title{
	margin: 40px 0 0 90px;
	float: left;
	position: relative;
	padding: 0px;
	}

h1{
	font-size: 58px;
	font-weight: 500;
	line-height: 56px;
	 font-family: 'Roboto', sans-serif;
	color: #F2BB1D;
	margin: 0;
}	
	
	
}

@media only screen and (max-width: 960px) {
	
	body {
  background-image: url(../images/background.png);
	background-repeat: repeat-y;
    }
	

	
	.column-left{
    width: 100%;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
    animation: slidein 0.5s;
	padding: 40px 0 0 0;
		background-image: url(../images/background-trans.png);
	}
	
.column-left-home{
    width: 100%;
	height: auto;
	position: relative;
	top: 0;
	left: 0;
    animation: slidein 0.5s;
	padding: 40px 0 0 0;
		background-image: url(../images/background-trans.png);
	}
	
	
	.logo{
	width: 100%;
	max-width: 280px;
	margin: 0px 0 0 90px;
	}
	
	.home-title{
	margin: 30px 0 30px 90px;
	float: left;
	position: relative;
	padding: 0px;
		width: 100%
	}

h1{
	font-size: 50px;
	font-weight: 500;
	line-height: 44px;
	margin: 0;
}
	
 .nav{
	position: relative;
	bottom: 0;
	left: 0;
	padding: 20px 0px 0px 90px;
	animation: fadein 1s;
}
	.nav ul{
font-size: 46px;
	line-height: 38px;
	}
	
.column-right{
    width: 100%;
	float: left;
	margin-left: 0;
	margin-bottom: 54px;
	padding: 20px 10% 0 90px;
	animation: fadein 1s;

    }	
	
.linked-in{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	}	
	
}

@media only screen and (max-width: 420px) {
	body {
  background-image: url(../images/background.png);
	background-repeat: repeat-y;
		background-size: 16px;
    }
	
	p{
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 16px;
	}

p.contact{
	font-size: 28px;
	font-weight: 700;
	line-height: 44px;
	margin-bottom: 20px;
	}
	
	.address{
	width: 270px;
	margin-bottom: 6px;
	}

	
.column-left{
  padding: 30px 0 0 0;
}
	
	
	.logo{
	width: 100%;
	max-width: 280px;
	margin: 0px 0 0 30px;
	}
	
.home-title{
	margin: 30px 0 30px 30px;
	float: left;
	position: relative;
	padding: 0px;
	width: 100%
	}
	
	h1{
	font-size: 36px;
	font-weight: 500;
	line-height: 36px;
	margin: 0;
}
	
 .nav{
	position: relative;
	bottom: 0;
	left: 0;
	padding: 20px 0px 0px 30px;
	animation: fadein 1s;
}
	.nav ul{
font-size: 40px;
	line-height: 36px;
	}
	
.column-right{
    width: 100%;
	float: left;
	margin-left: 0;
	margin-bottom: 54px;
	padding: 20px 34px 30px 30px;
	animation: fadein 1s;
 }	
	
	.column-right ul{
    font-size: 20px;
	font-weight: 400;
	list-style-position: outside;
	margin:  0 0 0 18px;
	padding: 0;
	list-style: none;
    }
	
.linked-in{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	z-index: 100;
	}	
	
}
