.slider_container {
    height: 80vh;
	padding-top:15vh!important;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider_text_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}


a.slider_button {
    text-align: center;
    font-weight: bold;
    font-family: Raleway;
    border-radius: 20px;
    margin: 5px 5px;
    padding: 10px 20px;
    background: #299598;
    font-size: 16px;
    line-height: 100%;
    color: #ffffff;
    border: 1px solid transparent;
}

a.slider_button:hover {
    border: 1px solid #fff;
    color: #ffffff;
}

a.slider_button {
    float: left;
}
a.slider_button:last-child {
    float: right;
}

.h100 {
    height: 100%;
}

@media(min-width:900px){
	.slider_button_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;

}

h1.slider_header {
    padding-left: 30px;
    display: block;
    width:100% !important;
    color:#ffffff;
    font-family: Raleway;
    font-style: italic;
    font-weight:700;
    font-size:80px;
}

h2.slider_subheader {
    padding-left: 30px;
    display: block;
    width:100%;
    color:#ffffff;
    font-family: Raleway;
    font-style: italic;
    font-weight:300;
    font-size:18px;
}
}
@media(max-width:899.98px){
.slider_button_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;

}

h1.slider_header {
    display: block;
    width:100% !important;
    color:#ffffff;
    font-family: Raleway;
    font-style: italic;
    font-weight:700;
    font-size:40px;
padding: 0px 15px;
}

h2.slider_subheader {
    display: block;
    width:100%;
    color:#ffffff;
    font-family: Raleway;
    font-style: italic;
    font-weight:300;
    font-size:18px;
padding: 0px 15px;
}	
}