*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-size: 100%;
    height: 100%;
}

body {
    background: #fff;
    padding: 0;
    margin: 0;
    cursor: auto;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-family: "Roboto Slab", sans-serif;
    color: #30323D;
    -moz-osx-font-smoothing: grayscale;
}

.header_section {
    position: relative;
    background: linear-gradient(90deg, #66528A, #BEACD2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.header_wrapper {
    padding: 20px 0;
}

.header_wrapper h2 {
    position: relative;
    color: white;
    display: inline-block;
    font-size: 30px;
    margin: 0px 30px 0 15px;
}
.url{
    display: none;
}
hr{
    display: none;
}