section#twitter-section{
    background: url(../img/twitter-bg.jpg) no-repeat #1e90ff;
    background-position: center;
    background-size: cover;
}
section#twitter-section h1{
    color: #fff;
    text-align: center;
    font-size: 48px;
	font-family: 'Patua One', sans-serif;
    text-transform: uppercase;
}
section#twitter-section h1 span{
    display: block;
    font-size: 36px;
    text-transform: none;
}
section#twitter-section .tweet-col{
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}
section#twitter-section .profile-name{
    font-size: 18px;
    color: #808080;
    margin-bottom: 20px;
    margin-top: 10px;
}
section#twitter-section .profile-name span{
    font-weight: 600;
    color: #000;
}
section#twitter-section .profile-name a{
    font-weight: 600;
    color: #808080;
}
section#twitter-section .tweet-col .tweet{
    color: #000;
    font-size: 18px;
}
section#twitter-section .tweet-col .tweet a{
    color: #1e90ff;
    text-decoration: none;
}
section#twitter-section .twitter-img-container{
    position: relative;
}
section#twitter-section .twitter-img{
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
section#twitter-section .tweet-col .read-more a{
    padding: 10px;
    border-radius: 50%;
    background: #5da89d;
    transition: 0.3s;
    color: #fff;
    font-size: 22px;
    display: table;
    margin: auto;
}
section#twitter-section .tweet-col .read-more a:hover{
    background: #4273b8;
}
section#twitter-section .slick-dots{
    position: relative;
    display: block;
    margin: 20px 0px;
    width: 100%;
    padding: 0;
    left: 0;
    list-style: none;
    text-align: center;
}
section#twitter-section .slick-dots li button:before{
    font-family: 'slick';
    font-size: 56px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '•';
    text-align: center;
    /*opacity: .25;*/
	color: transparent;
    background: #fff;
	border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section#twitter-section .slick-dots li.slick-active button:before {
    /*opacity: .75;*/
    background: #fff;
}
section#twitter-section .slick-dots li.slick-active button:before {
    /*opacity: .75;*/
    background: #5da89d;
}
section#twitter-section .slick-slide {
    /* margin-top: 100px; */
    /* top: -30px; */
    position: relative;
    overflow: hidden;
}
section#twitter-section .view-more a{
    padding: 10px 15px;
    width: 150px;
    background: #5da89d;
    transition: 0.3s;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    font-size: 22px;
    text-transform: uppercase;
}
section#twitter-section .view-more{
    text-align: center;
}
section#twitter-section .view-more a:hover{
    background: #4273b8;
    text-decoration: none;
}
section#twitter-section .view-more a .fab{
    padding-left: 30px;
}

@media(min-width:1024px) {
    section#twitter-section .profile-name{
    font-size: 22px;
    margin-top: 0;
    }
    section#twitter-section .tweet-col .read-more a{
    padding: 12px;
    }
    section#twitter-section .twitter-img{
    position: absolute;
    bottom: -55px;
    left: -100px;
    width: 250px;
    border-radius: 50%;
    border: 10px solid #fff;
    }
    section#twitter-section .slick-slide{
    padding-top: 130px;
    padding-left: 200px;
    margin-top: -35px;
    left: -100px;
    }
    section#twitter-section .view-more a{
    width:300px;
    float: right;
    margin-right: 120px;
    margin-top: 30px;
    }
    section#twitter-section .slick-dots{
    position: absolute;
    bottom: -20px;
    margin: 0;
    }
}
