body {
    background: white;
    margin: 0;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #444650; 
}
        
div {
    box-sizing: border-box;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0;
}

p {
   line-height: 1.5;
   box-sizing: border-box;
}
        
a {
    color: #094ab2;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    padding: 0;
    margin: 30px 0;
    color: #e30045;
}

h2 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    padding: 0;
    margin: 30px 0;
}

/* Page content container */
.page_content {
    width: 100%;
    max-width: 957px;
    margin:0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.youtube {
    width: 60%;
    margin: 0 auto;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* About */
.about {
    width: 100%;
    margin-bottom: 50px;
}

.wrap-footer {
    width: 100%; 
    padding: 10px;
    margin: 20px 0 0;
    font-size: 18px;
    background: #e30045;
    color: #f9ccd9;
    clear: both;
    float: left;
}

.wrap-footer a {
    color: white;
    font-style: italic;
}

/* Display */
.sm-container {
    width: 100%;
    clear: both;
    float: left;
}

.sm-container .col2 {
    float: left;
    width: 50%;
    padding: 10px;
    position: relative;
}

/* Bootstrap */
.bootstrap-text {
    color: #333;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    background: white none repeat scroll 0 0;
    border: 0 none;
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    padding: 6px 10px;
    margin: 8px 0;
}
    
a.bootstrap-button {
    border: 2px solid white;
    border-radius: 4px;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    font-style: normal;
}

a.bootstrap-button:hover {
    background: #b50037;
}

a.more {
    background: #e30045;
    border: 0 none;
    border-radius: 4px;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
}

a.more:hover {
    background: #b50037;
}

.album_cover {
    text-align:center;
    margin-bottom: 20px;
}

.album_cover img {
    width: 75%;
}

.album_list {
    font-style: italic;
    line-height: 1.75;
    margin-top: 30px;
    padding-left: 15%;
    list-style-type: square;
    list-style-position: inside;
}

/* if screen is more than HD screen */
@media screen and (min-width: 1367px) {
    .page_content {
        margin: 15px auto;
    }
}

/* Responsive design for 640px or less */
@media screen and (max-width: 640px) {
    .page_content {
        padding: 0;
    }
    
    .about {
        padding: 0 10px;
    }
    
    .youtube {
        width: 100%;
        margin-top: 0;
    }
    
    .sm-container .col2 {
        width: 100%;
        clear: both;
        padding: 10px;
    }
    
    .wrap-footer {
        font-size: 16px;
    }
    
    .album_cover img {
        width: 100%;
    }
}