* {
    box-sizing: border-box;
}

html, body {
    font-size: 15px;
}

body {
    font-size: 15px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.0)), url('../images/bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.main {

    color: #FFFFFF;
    height: 100vh;

    padding: 30px 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

h6 {
    font-family: 'Roboto', sans-serif;
    color: #2c2a3b!important;
}

p, span {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 3rem;
    font-weight: 400;
    text-align: center;


}

.intro-text {
    font-size: 1.5rem;
    line-height: 1.5;
}

.tiles {
    margin-top: 30px;
}

.tile {
    background: #EEEEEE;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 40px;
    transition: all 0.3s ease-in-out;

}

.tile:hover {
   transform: scale3d(1.05,1.05,1);
}

.tile img {
    overflow: hidden;
    width: 100%;

}

a, a:hover, a:visited, a:active, a:link {
    text-decoration: none;
}

.tile .description {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 20px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.tile .description h3 {
    font-size: 1.3rem;
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #2c2a3b!important;
}

.btn {
    background-color: #B20A2F;
    z-index: 300;
    border: none;
    border-radius: 0px;
    display: inline-block;
}

.btn:hover, .btn:active {
    background-color: #B20A2F;
}