/*----- Big tablet to 1200px (widths smaller than the 1140px row) -----*/
@media only screen and (max-width: 1200px){
    
 

    .hero-text-box {
    width: 100%;
    padding: 0 2%;
    }

    .row { padding: 0 2%;}
        
    
}

/*-x-x- Big tablet to 1200px (widths smaller than the 1140px row) -x-x-*/

@media only screen and (max-width: 1140px){
    body { font-size: 19px; }
    section { padding: 60px 0; }
    
    h1 { font-size: 80%; }
    
}


/*------ Small tablet to big tablet: from 800px to 1023px -----------*/
@media only screen and (max-width: 1023px){
    body { font-size: 19px; }
    section { padding: 60px 0; }
    
/*
    h1 { font-size: 270%; }
    
*/
    .long-copy {
        width: 80%;
        margin-left: 10%;
    
    }
    .video-section {
    padding-left: 250px;

    }

}

/*--xx--- Small tablet to big tablet: from 800px to 1023px ----xx-----*/



/*------- Small phones to small tablets: from 481px to 800px -------*/

/*THIS IS WHERE THE MOBILE LINKS COME IN */

@media only screen and (max-width: 1000px) {
    
    body { font-size: 35px;
        color: black; font-weight: 300;}
    section { padding: 80px 0; }
    h1 { font-size: 50%; }
    
    .row,
    .hero-text-box { padding: 2% 2%; }
    
    p {font-weight: 400;}
    
    .col { 
        width: 100%;
        margin: 0 0 4% 0;
    }
    
    .main-nav { display: none; }
    
    .mobile-nav-icon {display: inline-block;}
    
    .main-nav {
        float: left;
        margin-top: 35px;
        margin-left: 25px;
    }
    
    .main-nav li {
        display: block;
        border: 0;
        padding: 10px 0;
        font-size: 130%;
    }
    
    .sticky .main-nav { margin-top: 10px; }

    .sticky .main-nav li a:link, 
    .sticky .main-nav li a:visited { padding: 10px 0; }
    .sticky .mobile-nav-icon { margin-top: 10px; }
    .sticky .mobile-nav-icon i { color: #555; }
    
    .box p {
        font-size: 200%;
        font-weight: 300;
        line-height: 145%;   
}

    h4 { font-size: 120%; }
    h5 { font-size: 88%; }
    
    .centre {
    margin-left: 1%;
    margin-bottom: 2%;
}
    .social-links {
    margin-top: 12px;
    list-style: none;
    float: left;
    
}

   .box {
    text-align: center;
    padding-bottom: 30px
}

.box img {
    width: 100%;
    height: auto;
    text-align: center;
/*
    margin-top: -4%;
    margin-bottom: 0%;
*/
}

.box-little {
    padding-top: 0;
    margin-top: 0;
}

    .section-band {
        margin-top: 8%;
    }
    
    .mac {
        margin-top: 50px;
    }
    
    .long-copy {
        width: 100%;
        margin-left: 0%;
    }
    
    .video-section {
    padding-left: 230px;

}

    .footer-links {
        float: right;
        margin-top: -8%;
    }
    
    .poster-picture img{
        width: 60%;
    }
    
    }

@media only screen and (max-width: 980px){
    
    body { font-size: 35px;
        color: black; font-weight: 300;}
    section { padding: 100px 0; }
    h1 { font-size: 35%; }
    
}

/*--x---- Small phones to small tablets: from 481px to 767px ---x---*/

