@font-face {
    font-family: 'SwecoSans-Regular';
    src: url('SwecoSans-Regular.eot'); /* IE9 Compat Modes */
    src: url('SwecoSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('SwecoSans-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('SwecoSans-Regular.woff') format('woff'), /* Pretty Modern Browsers */
}
body{
	margin: 0;
}
.fullwidth {
  	width: 100vw;
  	height: 100vh;

 	  display: flex;
  	justify-content: center;
  	align-items: center;

    font-family: 'SwecoSans-Regular', Arial, Helvetica, sans-serif;
    
    text-transform: uppercase; 
  	color: #7b7b7b;

  	background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.fullwidth-inner{
  position: absolute;
	margin: 0.8em;
}
.txt-main h1{
  position: relative;
  top: -9em;
  float: right;
}
.txt p{
  position: relative;
  top: 32em;
  right: 0em;
  float: right;
  color: #ccc;
}
.fullwidth h1 {
  font-size: 3em;
  font-weight: 100;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 0.5em;
}

@media all and (max-width: 1440px) and (max-height: 900px){ 
	.txt-main h1 {
    	top: -4em;
    	left: 1em;
	}
  	.txt p {
    	top: 19em;
  	}
 }

@media all and (max-width: 1280px) and (max-height: 800px){ 
	.txt-main h1 {
    	top: -4em;
    	left: 1em;
	}
  	.txt p {
    	top: 19em;
  	}
 }

@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1) {
  .txt-main h1 {
      top: -6.5em;
  }
  .txt p {
      top: 22em;
  }
}