/*
Project name: SuperSimplePage
Source: https://github.com/danielsodkiewicz/SuperSimplePage

Author: Daniel Sodkiewicz
Contact: daniel.sodkiewicz@gmail.com
Website: danielsodkiewicz.com

*/
* { margin: 0; padding: 0; border: 0; outline: 0; }

body {
	color: #fff;
	font-family: 'B Titr', 'B Titr', B Titr, sans-serif;
	width: 100%;
	background: #232c31;
	overflow-x: hidden;
}

.bg {
	background-image: url('img/22222.jpg');
	opacity: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.header {
	margin: 0 auto;
	padding: 110px 10px 0 10px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.header h1 {
	color: #fff;
	font: 3em 'Pacifico', cursive;
	cursor: default;
}

.desc {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	margin: 15px auto;
	max-width: 600px;
}

.desc a {
	color: #fff;
}

.desc a:hover {
	text-decoration: none;
}

.buttons a {
	display: inline-block;
	border: 2px solid #fff;
	width: 125px;
	font-size: 14px;
	font-family: 'B Titr', 'Helvetica', B Titr, sans-serif;
	font-weight: 700;
	line-height: 21px;
	padding: 8px 0;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: top;
	margin: 10px;
	-webkit-transition: all .3s ease-in;
}

.buttons {
	margin: 30px auto;
}

.buttons a.mylink {
	background: transparent;
	color: #fff;
}

.buttons a.mylink:hover {
	background: #fff;
	color: #86aa9c;
}

.buttons a.resume {
	color: #86aa9c;
	background: #fff;
}

.buttons a.resume:hover {
	color: #fff;
	background: transparent;
}

.corner-link {
	display: block;
	position: absolute;
	top: 3em;
	right: -6.5em;
	padding: 1em;
	width: 20em;
	text-align: center;
	background-color: #00465c;
	text-transform: uppercase;
	font-size: .7em;
	color: white;
	letter-spacing: 1px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hr {
	height: 1px;
	width: 100px;
	margin: 15px auto;
	background: #fff;
	position: relative;
	z-index: 10;
}

.socials {
	text-align: center;
	margin:10px 0;
	z-index: 10;
}

.footer {
	font-weight: 300;
	text-align: center;
	margin:10px 0;
	z-index: 10;
	font-size:11px;
	position: absolute;
	bottom:0;
	width:100%;
}

.footer .link {
	display: inline-block;
	background: transparent;
	color: #fff;
	font: 1em 'B Titr', 'Helvetica', B Titr, sans-serif;
	
	vertical-align: text-top;
	text-decoration: none;
}

@media (max-device-width: 680px){
	
	BODY {
	 background-image: url('img/12229.jpg');
	 background-position:top center;
	 background-repeat: no-repeat;
	 background-attachment:fixed;
	 background-size: auto 100%;

  }
  
  .bg {
    display: none;
  }
  
  .footer {
	  position:relative;
  }
}