/*-----------------------------------------------------------------------------
Reset
-----------------------------------------------------------------------------*/


html,body,h1,h2,h3,p {
	margin: 0;
	padding: 0;
}

html,body {
    height:100%;
    width:100%;

}

a {
	text-decoration: none;
	color: inherit;
	font-weight: normal;
	
}

img {
	max-width: 100%;
	vertical-align: middle;
}





/*-----------------------------------------------------------------------------
Typography
-----------------------------------------------------------------------------*/

body {
	font-family: 'Montserrat', arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #3E3F3F;
}





/*-----------------------------------------------------------------------------
Common
-----------------------------------------------------------------------------*/
.main-wrapper{
	background-color: white;
	border: 5px solid #3E3F3F;
}
.container {
	text-align: center;
 }

.info h1 {
	font-family: 'Karla', arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 7px;
	font-size: 40px;
	
}

.info p {
	font-family: 'Karla', arial, sans-serif;
	font-weight: 400;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 25px;
	font-size: 16px;
}


.link-portfolio{
	font-family: 'Montserrat', arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: inline-block;
	border: 3px solid #3E3F3F;
	cursor: pointer;
	padding: 9px 20px;
	margin: 10px 20px;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
	background-color: none;
}


.link-portfolio:hover {
	color: #79B5A3;
	text-decoration: none;
}

.under-construction p {
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 400;
	text-align: center;
	padding-bottom: 50px;
	font-size: 12px;
}

.colour-wrapper {
	background-color: #79B5A3;
}	

.icon {
	max-height: 30px;
	margin-top: 25px;
}

.logo {
	display: block;
	margin:  -5px auto auto auto;
	max-height: 80px;
	padding-bottom: 10px;
	}
@media all and (min-width: 440px) {
	
.under-construction h2 {

	font-size: 20px;
	letter-spacing: 10px;

}

.under-construction p {
	font-size: 16px;
}
		
	}

