*{
    margin: 0;
    padding: 0;
}

body{
    margin:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color:#b5b5b5;
    line-height: 1.6;
}

#showcase {
    background-image: url(../img/archanis_full.jpg);
    background-size: contain;
    background-position: center right;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    background-repeat: no-repeat;
    padding-left: 50px;
}

#showcase h1{
    font-size: 50px;
    line-height: 1.2;
    margin-top: 15px;
}

#showcase h2{
    font-size: 35px;
    line-height: 1.2;
}


#showcase p{
    font-size: 15px;
}

#showcase .button{
    font-size: 18;
    size: auto;
    text-decoration: none;
    color: #fff;
    background-color: #097B8D;
    border: none;
    padding: 10px 20px;
    border-radius: 0;
    margin-top: 20px;
    width: 150px;
    text-align: center;
}

#showcase .button:hover {
    font-size: 18px;
    text-decoration: :none;
    background-color: #D61B61;
    color: fff;
}

h1.tagline{
    background-color: #097B8D;
    text-align: center;
    color: #fff;
    padding: 14px 0;
    margin-top: 70px !important;
    width: 44%;
    font-size: 25px !important;
}
