@font-face {
  font-family: 'TrebuchetMS';
  src: url('../fonts/TrebuchetMS.eot');
  src: url('../fonts/TrebuchetMS.woff') format('woff'), 
    url('../fonts/TrebuchetMS.ttf')  format('truetype'),
    url('../fonts/TrebuchetMS.svg') format('svg'),
    url('../fonts/TrebuchetMS.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'TrebuchetMS Bold';
  src: url('../fonts/TrebuchetMS-Bold.eot');
  src: url('../fonts/TrebuchetMS-Bold.woff') format('woff'),
       url('../fonts/TrebuchetMS-Bold.ttf')  format('truetype'),
       url('../fonts/TrebuchetMS-Bold.svg') format('svg'),
       url('../fonts/TrebuchetMS-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}

body {
	font-family: 'TrebuchetMS';
	background-color: #373737;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	width: 100%;
	height: 100%;
	font-size: calc(0.5vw + 0.5vh);
	overflow: hidden;
	color:white;
}

*:focus {
	outline: 0;
}

#header{
	padding:1%;
	background-color: #333;
}

#header div{
	width:33%;
	display:inline-block;
	vertical-align: middle;
}

#header div:first-child{
	text-align:left;
}

#header div:nth-child(2){
	text-align:center;
}

#header div:last-child{
	text-align:right;
}

#logo{
	width:30%;
}


#logoutBtn{
	padding: 3% 9%;
	background-color: #ffe3b3;
	color: #333333;
	border:none;
	border-radius: 3em;
	cursor:pointer;
	font-weight: bold;
}

#logoutBtn:hover{
	background-color: #fdeed5;
}

#welcomeTxt {
	color: #DADADA;
	position: absolute;
	margin: auto;
	padding-top: 7px;
	padding-left: 15px;
	width: 476px;
}

.headertext {
	color: #ffffff;
	font-size: 1.2em;
	opacity: 1;
}

.headertext p {
	margin:0;
	padding:0;
}

#description {
	color: #DADADA;
	text-align: center;
}

#container{
	width:100%;
}

#DESKTOP{
	height: 100%;
	width: 50%;
	background-color: #252525;
	display: inline-block;
    vertical-align: top;
    text-align: right;
    float:left;
    position:relative;
}

#DESKTOP .image{
	background-image: url(../images/laptop2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 100%;
    position: absolute;
    width:90%;
    height:90%;
    bottom:0;
    left:0;
    z-index: 0;
}

#DESKTOP .button{
	margin: 0 5% 0 0;
	text-align: right;
}

.buttons{
	position: absolute;
	width: 100%;
	height:100%;
	z-index:2;
}

#DESKTOP .buttons div:nth-child(2){
	margin: 3em 5% 0 0;
}

#DESKTOP .buttons div:nth-child(3){
	margin: 3em 5% 0 0;
}

button{
	border: none;
	background-color: rgba(0,0,0,0);
	color: white;
}

button img,
button span{
	display: inline-block;
	vertical-align: middle;
	padding:2%;
	box-sizing: border-box;
}

.buttons button{
	max-width: 30%;
	cursor:pointer;
}

.buttons button img{
	width: 100%;
}

.buttons button:hover {
    filter: brightness(120%);
}

button span {
	font-size: 1.2em;
    white-space: nowrap;
}

h1{
	border-bottom: 0.05em solid white;
	padding: 1%;
	font-size: 1.5em;
	font-weight: 100;
}

.button{
	font-size: 1.2em;
	z-index: 2;
	width: 95%;
}

#DESKTOP h1{
	margin: 1% 5% 1% 0;
}

#MINI{
	height: 100%;
	width: 50%;
	background-color: #1E1E1E;
	display: inline-block;
    vertical-align: top;
    text-align: left;
    position:relative;
}

#MINI .button{
	text-align: left;
}

#MINI .image{
	background-image: url(../images/phone2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 100%;
    position: absolute;
    width:40%;
    height:90%;
    bottom:0;
    right:25%;
    z-index: 0;
}

#MINI h1{
	margin: 1% 0 1% 5%;
}

#MINI .buttons div:nth-child(2){
	margin: 7.3em 0 0 5%;
}

#bordersBox {
	border-bottom: medium;
	border-bottom-style: solid;
	border-bottom-color: grey;
	border-top: medium;
	border-top-color: grey;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: grey;
}

#contentfooter {
	color: white;
	display: table;
	width: 100%;
	text-align: center;
	font-size: 1em;
}

#contentfooter p{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}