
body,img,h1,h2,h3,h4 {
    margin: 0;
    padding: 0;
}

html {
	font-size: 12px;
}

.wrapper {
    position: relative;
    background-color: #0e0e0e;
    height: 100vh;
    width: 100%;
}

.logo {
  display: block;
  max-width: 100%;
  height: auto;
}

.logo2 {
    position: absolute;
    top: 8%;
    left: 7.3%;
    transform: translate(-7,3%, -8%);

    width: 13%;
}

.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    white-space: nowrap;

    color: #CBC7C7;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 7.625em;
	font-weight: bold;
    letter-spacing: 0.14em;
}

.subtitle {
    position: absolute;
    top: 75.64%;
    text-align: center;
    width: 100%;

    color: #720d86;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.250em;
	font-weight: bold;
}

.email {
    position: absolute;
    top: 80%;
    text-align: center;
    width: 100%;

    color: #DFDBDB;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.313em;
	font-weight: bolder;
}

.company {
    position: absolute;
    top: 91%;
    text-align: center;
    width: 100%;

    color: #DFDBDB;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.5em;
	font-weight: bolder;
}

.address {
    position: absolute;
    top: 93%;
    text-align: center;
    width: 100%;

    color: #DFDBDB;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.5em;
	font-weight: bolder;
}

@media (max-width: 1599.98px) {
    .title {
        font-size: 6.583em;
    }

    .subtitle {
        font-size: 1.167em;
    }

    .email {
        font-size: 1.250em;
    }

    .logo {
        width: 12.7%;
    }
}


@media (max-width: 1380px) {
    .title {
        font-size: 5.417em;
    }

    .subtitle {
        font-size: 0.833em;
    }

    .email {
        font-size: 0.917em;
    }

    .logo {
        width: 12.7%;
    }
}

@media (max-width: 481px) {
	
	html, body {
  		height: auto;
		width : 100%;
		overflow-x:hidden;
		overflow-y:hidden;
	}
	
    .title {
        font-size: 3.75em;
		top : 43%;
		letter-spacing: 0.10em;
    }

    .subtitle {
        font-size: 0.833em;
		top: 70%;
		color : #aa53c6;
		
    }

    .email {
        font-size: 0.917em;
		top : 72%;
    }

    .logo {
        width: 35%;
		top : 22%;
		left : 33%
    }
}