/*
Theme Name:     child theme travelify
Description:    To widen the borders
Author:         gparkof1
Template:       travelify

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
@import url ("../travelify/style.css");

.wrapper {
    max-width: 100%;
    background-color: transparent;
    box-shadow: none;
}
body.custom-background {
    background: #eee;
}
.featured-text {
    right: 20%;
}


