*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    background: #fbfbfb no-repeat;
    box-sizing: border-box;
}

.header{
    width: 100%;
    height: 80px;
    display: block;
}


.button{
    font-family: 'Montserrat';
    font-size: 15px;
    color: #FFFFFF;
    background-color: #622F72;
    border-radius: 20px;
    padding: 10px 30px 10px 30px;
    border-color: #622F72;
    border-style: solid;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    transition: all ease 2s;
}

.button:hover{
    background-color: #fbfbfb;
    color: #622F72;
    transition: ease-out 2s;
    font-weight: bold;
}

.logo_container{
    height: 100%;
    display: table;
    float: left;
}

.logo_container h1{
    color: #622F72;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 200;
}

.logo_container h1 span{
     font-weight: 200;
     letter-spacing: 0px;
}

.navigation{
    float: right;
    height: 100%;
}

.navigation a{
    height: 100%;
    display: table;
    float: left;
    padding: 0px 0px;
}

.navigation a li{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    color: #622F72;
    font-family: 'Montserrat';
    font-size: 18px;
    padding-right: 50px;
}

/*main body*/

.illustration{
    float: right;
    width: 45%;
    margin-top: 2px;
    margin-bottom: 10px;
    padding-right: 30px;
}

h1{
    font-family: 'Montserrat';
    font-size: 70px;
    font-weight: 1000;
    color: #622F72;
    margin-top: 20px;
    letter-spacing: none;
    padding-left: 50px;
}

.home{
    padding-top: 25px;
}

h3{
    color: #622F72;
    padding-left: 175px;
    font-family: 'Montserrat';
    font-size: 40px;
    font-weight: 700;
    padding-left: 50px;
}

.p1{
    font-family: 'Montserrat';
    color: #622F72;
    margin-top: 40px;
    margin-left: 50px;
}

.p2{
    font-family: 'Montserrat';
    color: #622F72;
    margin-top: 20px;
    margin-left: 50px;
}

.p3{
    font-family: 'Montserrat';
    color: #622F72;
    margin-top: 19px;
    margin-left: 50px;
}

.p4{
    font-family: 'Montserrat';
    color: #F8BE02;
    margin-left: 50px;
    margin-top: 15px;
}

.svg{
    margin-left: 50px;
    margin-top: 8px;
}

.vg{
    margin-left: 9px;
}

.column2{
    padding-left: 175px;
}


.burger{
    background-color: black;
}


