* {
margin: 0;
padding: 0;
}

/* ---------- Reset HTML tags ---------- */

body {
    color: #eee;
    font-family: "soleil",sans-serif;
    font-weight: 300;
    background-color: #111;
}

h1 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

a:link {
    color: #ddd;
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
    color: #ddd;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:active {
    text-decoration: underline;
    color: #0000FF;
}

/* ---------- Custom Classes ---------- */

.headerBar {
    position: fixed;
    height: 100px;
    background-color: black;
}
.hashtagText {
    position: absolute;
    top: 60px;
    left: 10%;
    right: 10%;
    color: #fff;
    z-index: 50;
}

.tweetHolder {
    font-size: 22px;
    position: absolute;
    top: 93px;
    left: 10%;
    right: 10%;
    color: #fff;
    z-index: 40;
}

.tweetText {
    z-index: 30;
    line-height: 140%;
    font-weight: 300;
}

.tweetAuthor {
    clear: right;
    padding-top: 10px;
    z-index: 20; 
}

.tweetImage{
    padding: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-color: black;
    opacity: 0.70;
    z-index: 10;
}

.moreArrow{
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/arrow_down_alt.svg);
    background-size: cover;
    left: 50%;
    margin-left: -25px;
    bottom: 60px;
    z-index: 40;
    opacity: 0.7;
}

.moreArrow:hover {
    opacity: 1;
}

.siteContentHolder {
    width: 100%;
    clear: both;
}

.siteHeading {
    padding: 40px 10% 25px 10%;
    clear: both;
}

.siteContent {
    font size: 16px;
    padding: 0 10%;
    clear: both;
}

.tweetIt {
    padding-top: 25px;
}

.shareIt {
    padding-top: 25px;
    color: #333;
}

.footHeading {
    color: #ccc;
    font-size: 14px;
    padding: 50px 10% 25px 10%;
    clear: both;
}

.footContent {
    font-size: 12px;
    color: #ddd;
    padding: 0 10%;
    clear: both;
}

footer {
    width: 100%;
    height: 100px;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-prev{
    width: 27px;
    height: 50px;
    background: url(../img/arrow_left.svg);
    background-size: cover;
    left: 10%;
    bottom: 60px;
    opacity: 0.7;
}
    
.owl-next{
    width: 27px;
    height: 50px;
    background: url(../img/arrow_right.svg);
    background-size: cover;
    right: 10%;
    bottom: 60px;
    opacity: 0.7;
}

.owl-prev:hover {
    opacity: 1;
}

.owl-next:hover {
    opacity: 1;
}


/* ---------- Responsive Instructions ---------- */


/* ---------- 900 ---------- */

@media (min-width: 900px) {
    
h1 {
    font-size: 36px;
}
    
h2 {
    font-size: 32px;
    line-height: 120%;
}
    
.hashtagText {
    position: absolute;
    top: 110px;
    left: 20%;
    right: 20%;
}
    
.tweetHolder {
    font-size: 36px;
    top: 160px;
    left: 20%;
    right: 20%;
}
    
.siteHeading {
    padding: 70px 20% 25px 20%;
}

.siteContent {
    font-size: 24px;
    padding: 0 20%;
}
    
.footHeading {
    font-size: 18px;
    padding: 50px 20% 25px 20%;
}

.footContent {
    font-size: 14px;
    padding: 0 20%;
}

.owl-prev{
    width: 54px;
    height: 100px;
    background: url(../img/arrow_left.svg);
    background-size: cover;
    right: auto;
    left: 50px;
    bottom: 50%;
    margin-bottom: -50px;
}
    
.owl-next{
    width: 54px;
    height: 100px;
    background: url(../img/arrow_right.svg);
    background-size: cover;
    left: auto;
    right: 50px; 
    bottom: 50%;
    margin-bottom: -50px;
}
}

/* ---------- 1024 ---------- */

@media (min-width: 1024px) {
    
h1 {
    font-size: 48px;
}
    
h2 {
    font-size: 36px;
    line-height: 120%;
}
    
.hashtagText { 
    top: 120px;
    left: 15%;
    right: 15%;
}
    
.tweetHolder {
    font-size: 48px;
    top: 185px;
    left: 15%;
    right: 15%;
}
    
.tweetText {
    line-height: 130%;
}
    
.tweetIt {
    padding-top: 50px;
}

.shareIt {
    padding-top: 50px;
}

.siteHeading {
    padding: 70px 15% 25px 15%;
}
    
.siteContent {
    font-size: 32px;
    font-size: 32px;
    padding: 0 15%;
    font-size: 1.5em;
}

.footHeading {
    font-size: 22px;
    padding: 50px 15% 25px 15%;
}

.footContent {
    font-size: 22px;
    padding: 0 15%;
}    
}

/* ---------- kill arrows altogether if too short  ---------- */

@media (max-height: 400px) and (max-width: 600px) {
    .hashtagText {
        top: 30px;
    }
    .tweetHolder {
        top: 60px;
    }
    .tweetImage{
        height: 100%;
    }
    .moreArrow{
        width: 0;
        height: 0;
    }
    .owl-prev{
        width: 0;
        height: 0;
    }
    .owl-next{
        width: 0;
        height: 0;
    }   
}