*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
.container{
    width: 100%;
    min-height: 100vh;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
    overflow: hidden;
}
.navbar{
    width: 100%;
    display: flex;
    align-items: center;
}
.logo{
    width: 50px;
    cursor: pointer;
    margin: 30px 0;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 4px;
}
.logo span{
    color: #b40f03;
}
.menu-icon{
    width: 25px;
    cursor: pointer;
    display: none;
}
nav{
    flex: 1;
    text-align: right;
}
nav ul li{
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}
nav ul li a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
nav ul li a:hover{
    color: #ff5ea2;
}
.title{
    text-align: center;
    text-decoration: none;
    letter-spacing: 4.5px;
    font-family: italic;
    padding-top: 15px;
    /* display: flex; */
    font-size: 70%;
}
.title span{
    font-style: italic;
    font-size: 30px;
    font-weight: lighter;
    font-size: 70%;
    color: #000000;
}
.row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
}

.col-1{
    flex-basis: 40%;
    position: relative;
    margin-left: 50px;
}
.col-1 h2{
    font-size: 30px;
}
.col-1 h3{
    font-size: 30px;
    color: #707070;
    font-weight: 100;
    margin: 20px 0 10px;
    font-family: italic;
    
}

.sermons{
    padding: 40px;
}
.sermons h2{
    text-align: center;
    padding-top: 20px;
    text-decoration: none;
    letter-spacing: 4.5px;
    font-family: italic;
}

.store{
    margin-left: 98%;
    box-sizing: border-box;
    overflow: hidden;
    color: white;
    background-color: #007AF3;
    font-weight: bold;
    font-size: 18px;
    border: none;
    margin-bottom: 10px;
    border-radius: 5em;
    /* display: inline-block; */
    /* padding: .8px 2px; */
    width: unset;
    cursor: pointer;
    text-decoration: none;
}

.sermons audio{
    margin-bottom: 10px;
    width: 90%;
}
.sermons a{
    background-color: #007AF3;
    color: white;
    font-weight: bold;
    font-size: 1.3em;
    border: none;
    margin-bottom: 5em;
    border-radius: 5em;
    display: inline-block;
    padding: .8em 2em;
    width: unset;
    cursor: pointer;
    /* background-color: #007AF3;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border: none;
    margin-bottom: 10px;
    border-radius: 5em;
    display: inline-block;
    padding: .8px 2px;
    width: unset;
    cursor: pointer;
    text-decoration: none; */
}
.music h2{
    text-align: center;
    padding-top: 20px;
    text-decoration: none;
    letter-spacing: 4.5px;
    font-family: italic;
}
.music button{
    margin-left: 98%;
    box-sizing: border-box;
    overflow: hidden;
    color: white;
    background-color: #007AF3;
    font-weight: bold;
    font-size: 18px;
    border: none;
    margin-bottom: 10px;
    border-radius: 5em;
    /* display: inline-block; */
    /* padding: .8px 2px; */
    width: unset;
    cursor: pointer;
    text-decoration: none;
}

.flex{
    list-style: none;
    display: flex;
    text-align: center;
}
.flex img{
    max-width: 100%;
    max-height: 50vh;
    margin: 20px;
    text-align: center;
    margin-left: 60px;
}
.flexbox h5{
    margin-bottom: 10px;
}
.flexbox a{
    background-color: #007AF3;
    color: white;
    font-weight: bold;
    font-size: 1.3em;
    border: none;
    border-radius: 5em;
    display: inline-block;
    padding: .8em 2em;
    width: unset;
    cursor: pointer;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.las-1 img{
    max-width: 500vw;
    height: 300vh;
    width: 90%;
}
.las-2 img{
    max-width: 500vw;
    height: 300vh;
    width: 90%;
}
.las-3 img{
    max-width: 500vw;
    height: 300vh;
    width: 90%;
}

@media only screen and (max-width:700px){
.flex{
    list-style: none;
    display: list-item;
    text-align: center;
}
.flex img{
    max-width: 90%;
    max-height: 50vh;
    margin-left: 10px;
}
.flexbox h5{
    margin-bottom: 10px;
}
.las-1 img{
    width: 90%;
    height: 300vh;
    padding-bottom: 5px;
}
.las-2 img{
    width: 90%;
    height: 300vh;
    padding-bottom: 5px;
}
.las-3 img{
    width: 90%;
    height: 300vh;
    padding-bottom: 5px;
}
}


.col-1 p{
    font-size: 16px;
    color: #949292;
    font-weight: 100;
}

.col-1 h3 a{
    margin: 30px 0;
    font-size: 20px;
    color: #000;
}
.col-1 img{
    height: 40px;
    cursor: pointer;
    padding-top: 50px;
}
.col-1 button{
    width: 140px;
    border: 0;
    padding: 12px 10px;
    outline: none;
    color: #fff;
    background: linear-gradient(to right, #fb5283, #ff3527);
    border-radius: 6px;
    cursor: pointer;
    transition: width o.5s;
    transition: 0.5s;
}
button span{
    width: 30px;
    display: none;
}
.col-1 button:hover span{
    display: block;
}
.col-1 button:hover{
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.col-1::after{
    content: "";
    width: 10px;
    height: 57%;
    background: linear-gradient( #ff469f, #ff6062);
    position: absolute;
    left: -40px;
    top: 8px;
}
.col-2{
    position: relative;
    flex-basis: 60%;
    display: flex;
    align-items: center;
}
.col-2 .controller{
    width: 90%;
}
.color-box{
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(#ff54a2, #ff575a);
    border-radius: 20px 0 0 20px;
    height: 100%;
    width: 80%;
    z-index: -1;
    transform: translateX(150px);
}
.add-btn img{
    width: 35px;
    margin-bottom: 5px;
}
.add-btn{
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.social-links img{
     height: 25px;
     margin: 20px;
     cursor: pointer;
}
.social-links{
    text-align: center;
    background-color: rgba(0, 0, 43, 0.973);
    color: white;
}
.social-links h5, a{
    padding-top: 20px;
    text-decoration: none;
    color: white;
}

.comment-box{
    /* top: 50%;
    left: 50%; */
    /* position: absolute; */
    /* transform: translate(-50%, -50%); */
    width: 90%;
    box-sizing: border-box;
    overflow: hidden;
    /* text-align: center; */
}
.comment-box h2{
    font-size: 20px;
    margin-bottom: 15px;
    margin-left: 5%;
    text-align: left;

}
.comment-box input{
    width: 90%;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #86b0b6;
    margin-left: 5%;
}
.comment-box textarea{
    width: 90%;
    height: 150px;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #86b0b6;
    margin-left: 5%;
}
.comment-box input:focus{
    border: 1px solid #000;
    outline: 0;
}
.comment-box textarea:focus{
    border: 1px solid #000;
    outline: 0;
}
.comment-box button{
    border: 0;
    padding: 10px 30px;
    background: #86b0b6;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    margin-left: 5%;
    margin-bottom: 20px;
}
.comment-box button:hover {
    background-color: #718a8e;
}

@media only screen and (max-width:700px){
    nav ul{
        width: 100%;
        background: linear-gradient(#ff54a2, #ff575a);
        position: absolute;
        top: 80px;
        right: 0;
        z-index: 2;
    }
    nav ul li{
        display: block;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    nav ul li a{
        color: #fff;
    }
    nav ul li a:hover{
        color: #000;
    }
    .menu-icon{
        display: block;
    }
    #menuList{
        overflow: hidden;
        transition: 0.5s;
    }
    .row{
        flex-direction: column-reverse;
        margin: 50px 0;
    }
    .col-2{
        flex-basis: 100%;
        margin-bottom: 50px;
    }
    .col-2 .controller{
        width: 77%;
    }
    .color-box{
        transform: translateX(75px);
    }
    .col-1{
        flex-basis: 100%;
    }
    .col-1 h2{
        font-size: 35px;
    }
    .col-1 h3{
        font-size: 15px;
    }
    .music a{
        font-size: 15px;
    }
    .sermons a{
        font-size: 15px;
    }
    .comment-box input{
        width: 80%;
        height: 50px;
        padding: 0 20px;
        margin-bottom: 15px;
        border-radius: 5px;
        border: 1px solid #86b0b6;
    }
    /* .comment-box textarea{
        width: 60%;
        height: 150px;
        padding: 15px 20px;
        margin-bottom: 10px;
        border-radius: 5px;
        border: 1px solid #86b0b6;
        margin-left: 7%;
        box-sizing: border-box;
        overflow: hidden;
    } */
    .comment-box textarea{
        width: 80%;
        height: 150px;
        padding: 15px 20px;
        margin-bottom: 10px;
        border-radius: 5px;
        border: 1px solid #86b0b6;
        margin-left: 5%;
    }
    .social-links{
        text-align: center;
        background-color: rgba(0, 0, 43, 0.973);
        color: white;
        width: 110vw;
    }
}