@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: #dadedc;
}

.intro {
    height: 100%;
    width: 100%;
    margin: auto;
    background: url("../img/background.jpg");
    display: table;
    top: 0;
    background-size: cover;
}

.intro .inner{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    max-width: none;
}

.content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    
}

.logo {
    height: 60%;
    width: 60%;
    margin: auto;  
}​

.content .logotext {
    font-family: 'Roboto', sans-serif;
    color: #4d4d4dff;
    text-shadow: 5px 5px 40px #000;
    font-size: 200%;
}

.content .contact {
    font-family: 'Roboto', sans-serif;
    color: #4d4d4dff;
    font-size: 100%;
}

.content .services {
    font-family: 'Roboto', sans-serif;
    color: #4d4d4dff;
    font-size: 100%;
}

.content h1 {
    font-family: 'Roboto', sans-serif;
    color: #4d4d4dff;
    font-size: 200%;
}

p {
    font-size: 160%;
    line-height: 210%;
    text-align: justify;
    max-width: 3%;
    font-family: sans-serif;
}

@media screen and (max-width: 400px) {
    .content h1 {
        font-size: 300%;
    }
    .button {
        font-size: 110%;
        padding: 7px 15px;
    }
}

/* Setting margin among all letters */
.letter {
  margin: 0 2px;
}
