@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: 'Ubuntu', sans-serif;
    color: #274c77;
    background-color: #e7ecef;
}
/*---------------------------------------------Heading---*/
#header-color {
     background-color: #e7ecef;
}

#logo {
    color: inherit;
    font-family: Kalam, cursive;
    font-size: 40px;
    letter-spacing: 2px;
    float: left;
    padding-top: 10px;
}

#logo:hover{
    color: #479ce0;
}

#menulist {
    margin-left: auto;
}

#menulist a {
    font-size: 18px;
    color: #479ce0;
    letter-spacing: 2px;
    margin: 5px;
    text-transform: uppercase;
}

#menulist a:hover {
    color: inherit;
}

#menulist .active {
    border-bottom: 1px solid #274c77;
    color: #274c77;
}
/*--------------------------------------Media Queries for Heading---*/
/*Extra Large screen size - Logo text and navigation bar repositioned and re-sized*/
@media screen and (min-width: 2500px) {
    #logo {
        font-size: 80px;
        margin-left: -500px;
    }

    #menulist {
        margin-left: 670px;
    }

    #menulist a {
        font-size: 40px;
        margin: 20px;
    }
}
/*Large screen size - Logo text and navigation bar repositioned and re-sized*/
@media screen and (min-width: 2201px) and (max-width: 2499px) {
    #logo {
        font-size: 60px;
        margin-left: -400px;
    }

    #menulist {
        margin-left: 750px;
    }

    #menulist a {
        font-size: 30px;
        margin: 20px;
    }
}
/*Large screen size - Logo text and navigation bar repositioned and re-sized*/
@media screen and (min-width: 2050px) and (max-width: 2200px) {
    #logo {
        font-size: 60px;
        margin-left: -350px;
    }

    #menulist {
        margin-left: 670px;
    }

    #menulist a {
        font-size: 30px;
        margin: 20px;
    }
}
/*Large screen size - Logo text and navigation bar repositioned and re-sized*/
@media screen and (min-width: 1900px) and (max-width: 2049px) {
    #logo {
        font-size: 60px;
        margin-left: -250px;
    }

    #menulist {
        margin-left: 500px;
    }

    #menulist a {
        font-size: 30px;
        margin: 20px;
    }
}
/*Desktop screen size - Logo text and navigation bar repositioned and re-sized*/
@media screen and (min-width: 1700px) and (max-width: 1899px) {
    #logo {
        font-size: 60px;
        margin-left: -150px;
    }

    #menulist {
        margin-left: 300px;
    }

    #menulist a {
        font-size: 30px;
        margin: 20px;
    }
}
/*Desktop screen size - Logo text and navigation bar repositioned and re-sized*/
@media screen and (min-width: 1600px) and (max-width: 1699px) {
    #logo {
        font-size: 50px;
        margin-left: -120px;
    }

    #menulist {
        margin-left: 260px;
    }

    #menulist a {
        font-size: 30px;
        margin: 20px;
    }
}
/*Screen sizes with Hamburger dropdown menu - underline removed from the selected page title*/
@media screen and (max-width: 991px) {
    #menulist .active {
        border-bottom: none;
        color: #274c77;
    }
}
/*Tablet size screen - Logo text, navigation hamburger menu re-sized*/
@media screen and (max-width: 768px) {
    #logo {
        color: inherit;
        font-family: Kalam, cursive;
        font-size: 30px;
        letter-spacing: 2px;
        float: left;
    }

    .navbar-toggler {
        padding: 0.15rem 0.45rem;       
    }

    #menulist a {
        font-size: 18px;
    }
}
/*Medium mobile screen size - Logo text, navigation hamburger menu re-sized*/
@media screen and (max-width: 375px) {
    #logo {
        color: inherit;
        font-family: Kalam, cursive;
        font-size: 28px;
        letter-spacing: 2px;
        float: left;
    }

    .navbar-toggler {
        padding:  1.2px 4.8px;          
    }

    #menulist a {
        font-size: 14px;
    }
}
/*Medium mobile screen size - Logo text re-sized*/
@media screen and (max-width: 360px) {
    #logo {
        font-size: 23px;
    }
}
/*Small mobile screen size - Logo text, navigation hamburger menu re-sized*/
@media screen and (max-width: 320px) {
    #logo {
        color: inherit;
        font-family: Kalam, cursive;
        font-size: 20px;
    }

    .navbar-toggler {
        padding: 0.6px 2.4px;      
    }

    #menulist a {
        font-size: 12px;
    }
}
/*Extra small mobile screen size - Logo text, navigation hamburger menu re-sized*/
@media screen and (max-width: 280px) {
    #logo {
        font-size: 16px;
    }

    .navbar-toggler {
        padding: 0.4px 0.6px;      
    }
}
/*---------------------------------------------Homepage---*/
#outer {
    height: 600px;
    width: 100%;
}

#hero-image {
    background: url("../images/hero-image.jpg") no-repeat center center;  
    height: 300px; 
    width: 100%;
    background-size: cover; 
}

#homepage-h1 {
    text-align: center;
    font-size: 15px;
    padding-top: 310px;
}

#homepage-h1 span {
    color: #479ce0;
    font-family: Kalam, cursive;
    letter-spacing: 2px;
}

#homepage-cover-text-background {
    text-align: center;
    background-color: #479ce0;
    color: #e7ecef;
    height: 150px;
    border-radius: 30%;
    padding: 0;
    width: 100%;
}

#ul-benefits-list { 
    font-family: Kalam, cursive;
    letter-spacing: 2px;
    padding-left: 2%;
    list-style-type: none;
    font-size: 30px;
    padding-top: 10px;
} 

#outer-button {
    text-align: center;
}

#subscribe-btn-home-cover {
    background-color: #274c77;
    padding: 0;
    width: 250px;
    height: 55px;
    border-radius: 30px;
    border: none;
    margin-top: 20px;
}

#subscribe-btn-home-cover span {  
    text-transform: uppercase; 
    font-size: 20px;
    color: #e7ecef;
} 

#subscribe-btn-home-cover:hover {
    background-color: #daac62;
}
/*--------------------------------------Media Queries for Homepage---*/
/*
Extra Large desktop screen size - hero image, header, cover text and subsribe button re-sized, repositioned and colour changes
*/
@media screen and (min-width: 2560px) {  
    #outer { 
        height: 2000px; 
    } 

    #hero-image { 
        height: 2000px;  
        background-size: cover;  
    } 

    #homepage-h1 { 
        font-size: 80px; 
        padding-top: 160px; 
    }  

    #homepage-h1 span { 
        color: #274c77; 
    } 

    #homepage-cover-text-background { 
        background-color: rgba(231,236,239, 0.7); 
        color: #274c77; 
        width: 25%; 
        height: 20%; 
        margin-left: 1700px; 
        margin-top: 200px; 
    } 

    #ul-benefits-list {  
        font-size: 70px; 
        padding-top: 40px; 
    }  

    #outer-button { 
        text-align: left; 
        margin-left: 1767px; 
        margin-top: 100px; 
    } 

    #subscribe-btn-home-cover { 
        background-color: #274c77; 
        padding: 0; 
        width: 500px; 
        height: 100px; 
        border-radius: 40px; 
        border: none; 
        margin-top: 20px; 
    } 

    #subscribe-btn-home-cover span {  
        font-size: 40px; 
        line-height: 80px;
    }  
} 
/* 
Large Desktop screen size - hero image, header, cover text and subscribe button re-sized and repositioned and colour changes
*/
@media screen and (min-width: 1701px) and (max-width: 2559px) { 
    #outer { 
        height: 1400px; 
    } 

    #hero-image { 
        height: 1400px;  
        background-size: cover;  
    } 

    #homepage-h1 { 
        font-size: 50px; 
        padding-top: 140px; 
    }  

    #homepage-h1 span { 
        color: #274c77; 
    } 

    #homepage-cover-text-background { 
        background-color: rgba(231,236,239, 0.7); 
        color: #274c77; 
        width: 20%; 
        height: 200px;
        margin-left: 1450px; 
        margin-top: 50px; 
    } 

    #ul-benefits-list { 
        font-size: 40px;
        padding-top: 10px;
    }    

    #outer-button { 
        text-align: left; 
        margin-left: 1542px; 
        margin-top: 40px; 
    } 
} 
/*Desktop screen size - hero image, header, cover text and subscribe button re-sized and repositioned and colour changes*/
@media screen and (min-width: 1600px) and (max-width: 1700px) { 
    #outer { 
        height: 1300px; 
    } 

    #hero-image { 
        height: 1310px;  
        background-size: cover;  
    } 

    #homepage-h1 { 
        font-size: 50px; 
        padding-top: 130px; 
    }  

    #homepage-h1 span { 
        color: #274c77; 
    } 

    #homepage-cover-text-background { 
        background-color: rgba(231,236,239, 0.7); 
        color: #274c77; 
        width: 28%; 
        height: 200px;
        margin-left: 950px; 
        margin-top: 50px; 
    } 

    #ul-benefits-list { 
        font-size: 40px;
        padding-top: 10px;
    } 

    #outer-button { 
        text-align: left; 
        margin-left: 1045px; 
        margin-top: 40px; 
    } 
} 
/*Desktop screen size - hero image, header, cover text and subscribe button re-sized and repositioned and colour changes*/
@media screen and (min-width: 1440px) and (max-width: 1599px) { 
    #outer { 
        height: 1000px; 
    } 

    #hero-image { 
        height: 1010px;  
        background-size: cover;  
        margin-top: 50px;
    } 

    #homepage-h1 { 
        font-size: 32px; 
        padding-top: 60px; 
    }  

    #homepage-h1 span { 
        color: #274c77; 
    } 

    #homepage-cover-text-background { 
        background-color: rgba(231,236,239, 0.7); 
        color: #274c77; 
        width: 25%; 
        height: 200px;
        margin-left: 950px; 
        margin-top: 50px; 
    } 

    #ul-benefits-list { 
        font-size: 40px;
        padding-top: 10px;
    } 

    #outer-button { 
        text-align: left; 
        margin-left: 1002px; 
        margin-top: 20px; 
    } 
} 
/* 
Small desktop screen size - hero image, header, cover text and subscribe button re-sized and repositioned and colour changes
*/
@media screen and (min-width: 1280px) and (max-width: 1439px) { 
    #outer { 
        height: 850px; 
    } 

    #hero-image { 
        height: 860px;  
        background-size: cover; 
        margin-top: 50px; 
    } 

    #homepage-h1 { 
        font-size: 32px; 
        padding-top: 60px; 
    }

    #homepage-h1 span { 
        color: #274c77; 
    } 
    
    #homepage-cover-text-background { 
        width: 25%; 
        margin-left: 850px; 
        margin-top: 200px;
        background-color: rgba(231,236,239, 0.7); 
        color: #274c77;
        margin-top: 75px; 
    } 

    #outer-button { 
        margin-left: 750px;
        margin-top: 40px;
    } 
} 
/* 
Small desktop screen size - hero image, header, cover text and subscribe button re-sized and repositioned and colour changes
*/
@media screen and (min-width: 1200px) and (max-width: 1279px) { 
    #outer { 
        height: 900px; 
    } 

    #hero-image { 
        height: 910px;  
        background-size: cover; 
        margin-top: 50px; 
    } 

    #homepage-h1 { 
        font-size: 32px; 
        padding-top: 60px; 
    }

    #homepage-h1 span { 
        color: #274c77; 
    } 
    
    #homepage-cover-text-background { 
        width: 25%; 
        margin-left: 815px; 
        margin-top: 200px;
        background-color: rgba(231,236,239, 0.7); 
        color: #274c77;
        margin-top: 75px; 
    } 

    #outer-button { 
        margin-left: 750px;
        margin-top: 40px;
    } 
} 
/*Laptop screen size - hero image, header, cover text and subscribe button re-sized and repositioned and colour changes*/
@media screen and (min-width: 1024px) and (max-width: 1199px) { 
    #outer { 
        height: 770px; 
    } 

    #hero-image { 
        height: 780px;  
        background-size: cover;  
        margin-top: 50px;
    } 

    #homepage-h1 { 
        font-size: 25px; 
        padding-top: 60px; 
    }
    
    #homepage-h1 span { 
        color: #274c77; 
    }
    
    #homepage-cover-text-background { 
        width: 30%; 
        margin-left: 675px; 
        background-color: rgba(231,236,239, 0.7); 
        color: #274c77; 
        margin-top: 75px;
    } 

    #outer-button { 
        text-align: right; 
        padding-right: 50px; 
        margin-top: 25px
    } 

    #subscribe-btn-home-cover span {
        line-height: 40px;
    }
} 
/*Tablet screen size - hero image, header, cover text and subscribe button re-sized and repositioned */ 
@media screen and (min-width: 786px) and (max-width: 1023px) {
    #outer { 
        height: 780px; 
    } 

    #hero-image { 
        height: 500px;  
    } 
    
    #homepage-h1 { 
        font-size: 24px; 
        margin-top: 80px;
        padding-top: 510px;
    }  

    #homepage-cover-text-background { 
        width: 40%; 
        margin-left: 30%; 
    } 

    #subscribe-btn-home-cover { 
        width: 190px; 
        height: 50px;
    } 

    #subscribe-btn-home-cover span {  
        font-size: 16px; 
    }  
}
/*Small tablet screen size - hero image, header, cover text and subscribe button re-sized and repositioned*/ 
@media screen and (min-width: 685px) and (max-width: 785px) {
    #outer { 
        height: 780px; 
    } 

    #hero-image { 
        height: 450px;  
    } 
    
    #homepage-h1 { 
        font-size: 24px; 
        margin-top: 60px;
        padding-top: 460px;
    }  

    #homepage-cover-text-background { 
        width: 40%; 
        margin-left: 30%; 
    } 

    #subscribe-btn-home-cover { 
        width: 190px; 
        height: 50px;
    } 

    #subscribe-btn-home-cover span {  
        font-size: 16px; 
    }  
}
/*Extra large mobile size - hero image, header, cover text and subscribe button re-sized and repositioned*/ 
@media screen and (min-width: 584px) and (max-width: 684px) {
    #outer { 
        height: 650px; 
    } 

    #hero-image { 
        height: 370px;  
    } 

    #homepage-h1 { 
        font-size: 18px; 
        margin-top: 80px;
        padding-top: 380px;
    }  

    #homepage-cover-text-background { 
        width: 50%; 
        margin-left: 25%; 
    } 

    #subscribe-btn-home-cover { 
        width: 190px; 
        height: 50px;
    } 

    #subscribe-btn-home-cover span {  
        font-size: 16px; 
    }  
}
/*Large mobile screen size - hero image, header, cover text and subscribe button re-sized and repositioned*/  
@media screen and (min-width: 483px) and (max-width: 583px) {  

    #outer { 
        height: 600px; 
    } 

    #hero-image { 
        height: 330px;  
    } 

    #homepage-h1 { 
        font-size: 18px; 
        margin-top: 50px;
        padding-top: 340px;
    }  

    #homepage-cover-text-background { 
        width: 60%; 
        margin-left: 20%; 
    } 

    #subscribe-btn-home-cover { 
        width: 150px; 
        height: 50px;
    } 

    #subscribe-btn-home-cover span {  
        font-size: 12px; 
    }  
}
/*Medium mobile screen size - hero image, header, cover text and subscribe button re-sized and repositioned*/ 
@media screen and (min-width: 382px) and (max-width: 482px) {  
    #outer { 
        height: 600px; 
    } 

    #hero-image { 
        height: 330px;  
    } 

    #homepage-h1 { 
        font-size: 18px; 
        margin-top: 50px;
        padding-top: 340px;
    }   

    #homepage-cover-text-background { 
        width: 65%; 
        margin-left: 17.5%; 
    } 

    #ul-benefits-list {  
        font-size: 26px; 
        padding-top: 20px; 
    }  

    #subscribe-btn-home-cover { 
        width: 150px; 
        height: 50px;
    } 

    #subscribe-btn-home-cover span {  
        font-size: 12px; 
    }  
}
/*Medium mobile screen size - hero image, header, cover text and subscribe button re-sized and repositioned */ 
@media screen and (min-width: 281px) and (max-width: 381px) {  
    #outer { 
        height: 600px; 
    } 

    #hero-image { 
        height: 300px;  
    } 

    #homepage-h1 { 
        font-size: 13px; 
        margin-top: 40px;
    }  

    #homepage-cover-text-background { 
        width: 70%; 
        margin-left: 15%; 
    } 

    #ul-benefits-list {  
        font-size: 24px; 
        padding-top: 20px; 
    }  

    #subscribe-btn-home-cover { 
        width: 150px; 
        height: 50px;
    } 

    #subscribe-btn-home-cover span {  
        font-size: 12px; 
    }  
}  
/*Small mobile screen size - hero image, header, cover text and subscribe button re-sized and repositioned*/ 
@media screen and (max-width: 280px) { 
    #outer { 
        height: 600px; 
    } 

    #hero-image { 
        height: 300px; 
        margin-top: 50px; 
    } 
    #homepage-h1 { 
        font-size: 12px;  
    }  

    #homepage-cover-text-background { 
        width: 75%; 
        margin-left: 12.5%; 
    } 

    #ul-benefits-list {  
        font-size: 22px; 
        padding-top: 20px; 
    }  

    #subscribe-btn-home-cover { 
        width: 150px; 
        height: 50px;
    } 

    #subscribe-btn-home-cover span {  
        font-size: 12px; 
    }  
} 
/*---------------------------------------------About Page---*/
.bg-color-change-about {
    background-color: #274c77;
    color: #e7ecef;
    text-align: left;
}

.font-size-about {
    font-size: 18px;
}

#our-autism-journey, #next-step-about, #website-goals {
    text-align: left;
    margin-top: 10px;
    font-size: 22px;
}

#our-autism-journey {
    padding-top: 90px;
}

#website-goals {
    margin-bottom: 20px;
}

#factsheet-border {
    width: 300px;
    height: 200px;
    border-radius: 10%;
    background-color: #e7ecef;
    font-size: 16px;
}

#about-source {
    color: red;
    font-size: 10px;
    text-decoration: none;
}

#about-source:hover {
    color: #daac62;
}

#nas-media {
    width: 300px;
    height: 200px;
    border-radius: 20px;
}

#cwmind-media {
    width: 300px;
    height: 200px;
    border-radius: 20px;
}

#resources-link, #subscribe-link {
    color: #479ce0;
    text-decoration: none;
    font-size: 18px;
    padding: 5px;
}

#resources-link:hover {
    color: #daac62;
}

#subscribe-link:hover {
    color: #daac62;
}

.autism {
    font-family: Kalam, cursive;
    letter-spacing: 2px;
}

.hr-color-about {
    color: #479ce0;
    margin: 40px 0;
}

#subscribe-btn-about { 
    text-align: center;
    padding-bottom: 30px;
} 

#subscribe-btn-about span {  
    text-transform: uppercase; 
    font-size: large;
    color: #e7ecef;
} 

#subscribe-btn-about div {
    background-color: rgb(71, 156, 224);
    border: none;
    border-radius: 30px;
    height: 50px;
    margin-top: 20px;
    padding: 0;
    width: 250px;
    line-height: 30px;
}

#subscribe-btn-about div:hover {
    background-color: #daac62;
}

.useful-links-about, .useful-links-resources {
    text-align: center;
    background-color: white;
    padding-top: 15px;
    padding-right: 30px;
}

.useful-links-about h2 {
    color: #479ce0;
    font-size: 30px;
    padding-bottom: 15px;
}
/*--------------------------------------------Media Queries for About Pages---*/
/*
Large screen size - headers, factsheet, media clips, subsribe button and external link images re-sized and repositioned 
*/
@media screen and (min-width: 2245px) and (max-width: 3000px) {
    #our-autism-journey {
        font-size: 60px;
        padding-top: 160px;
        padding-bottom: 48px;
    }

    .font-size-about {
        font-size: 40px;
    }

    #resources-link, #subscribe-link {
        font-size: 40px;
    }

    #website-goals, #next-step-about {
        font-size: 60px;
        padding-bottom: 48px;
    }

    #about-source {
        font-size: 7px;
        margin-bottom: 5px;
    }

    #subscribe-btn-about div {
        width: 350px;
        height: 85px;
    }

    #subscribe-btn-about {
        padding: 30px 0;
    }

    #subscribe-btn-about span {
        font-size: 30px;
        line-height: 70px;
    }

    .useful-links-about h2 {
        font-size: 60px;
        padding-left: 20px;
    }

    #factsheet-border {
        margin-left: 580px;
    }
    
    #cwmind-media {
        margin-right: 580px;
    }
}
/*
Large screen size - headers, factsheet, media clips, subsribe button and external link images re-sized and repositioned 
*/
@media screen and (min-width: 1941px) and (max-width: 2244px) {
    #our-autism-journey {
        font-size: 50px;
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .font-size-about {
        font-size: 28px;
    }

    #resources-link, #subscribe-link {
        font-size: 28px;
    }

    #website-goals, #next-step-about {
        font-size: 50px;
        padding-bottom: 40px;
    }

    #about-source {
        font-size: 10px;
        margin-bottom: 5px;
    }

    #subscribe-btn-about div {
        width: 350px;
        height: 85px;
    }

    #subscribe-btn-about {
        padding: 30px 0;
    }

    #subscribe-btn-about span {
        font-size: 30px;
        line-height: 60px;
    }

    .useful-links-about h2 {
        font-size: 60px;
        padding-left: 20px;
    }
    #factsheet-border {
        margin-left: 480px;
    }
    
    #cwmind-media {
        margin-right: 480px;
    }
}
/*Large screen size - headers, factsheet, media clip and subsribe button re-sized and repositioned*/
@media screen and (min-width: 1601px) and (max-width: 1941px) {
    #factsheet-border {
        margin-left: 280px;
    }
    
    #cwmind-media {
        margin-right: 280px;
    }

    #subscribe-btn-about div {
        width: 350px;
        height: 85px;
    }

    #subscribe-btn-about {
        padding: 30px 0;
    }

    #subscribe-btn-about span {
        font-size: 30px;
        line-height: 60px;
    }
}
/*Desktop screen size - factsheet, headers and subscribe button re-sized and re-positioned*/
@media screen and (min-width: 1501px) and (max-width: 1600px) {
    #our-autism-journey {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    #website-goals, #next-step-about {
        padding-bottom: 30px;
    }
    
    #subscribe-btn-about div {
        width: 300px;
        height: 65px;
    }

    #subscribe-btn-about {
        padding: 30px 0;
    }

    #subscribe-btn-about span {
        font-size: 25px;
        line-height: 50px;
    }

    #subscribe-btn-about span {
        line-height: 30px;
    }
}
/*Laptop screen size - factsheet and media clips re-sized and repositioned*/
@media screen and (min-width: 1025px) and (max-width: 1500px) {
    
    #factsheet-border p {
        font-size: 16px;
        padding-top: 15px;
    }

    #about-source {
        font-size: 10px;
    }

    #our-autism-journey {
        padding-top: 90px;
        padding-bottom: 10px;
    }   
}
/*Laptop screen size - factsheet and media clips re-sized and repositioned*/
@media screen and (min-width: 919px) and (max-width: 1024px) {
    #factsheet-border p {
        font-size: 16px;
    }

    #about-source {
        font-size: 10px;
    }

    #our-autism-journey {
        padding-top: 90px;
        padding-bottom: 10px;
    }

    #factsheet-border, #nas-media, #cwmind-media {
        margin-top: 20px;
    }   

    #subscribe-btn-about span {
        line-height: 30px;
    }
}
/*Small laptop screen size - factsheet and media clips re-sized and repositioned*/
@media screen and (min-width: 878px) and (max-width: 918px) {
    #factsheet-border p {
        font-size: 16px;
        padding-top: 20px;
    }

    #about-source {
        font-size: 10px;
    }

    #our-autism-journey {
        padding-top: 90px;
        padding-bottom: 10px;
    }

    #factsheet-border, #nas-media, #cwmind-media {
        margin-top: 30px;
    }

    #subscribe-btn-about span {
        line-height: 30px;
    }
}
/*Tablet screen size - factsheet and media clips re-sized and repositioned*/
@media screen and (min-width: 790px) and (max-width: 877px) {
    #factsheet-border p {
        font-size: 16px;
        padding-top: 20px;
    }

    #about-source {
        font-size: 10px;
    }

    #our-autism-journey {
        padding-top: 90px;
        padding-bottom: 10px;
    }
    #factsheet-border, #nas-media, #cwmind-media {
        margin-top: 40px;
    }

    #subscribe-btn-about span {
        line-height: 30px;
    }
}
/*Tablet screen size - header, factsheet and media clips re-sized and repositioned*/
@media screen and (min-width: 689px) and (max-width: 789px) {
    #our-autism-journey {
        padding-top: 70px;
        padding-bottom: 10px;
    }
    
    #factsheet-border, #nas-media, #cwmind-media {
        margin-top: 4%;
    }

    #subscribe-btn-about span {
        line-height: 20px;
    }
}
/*Tablet screen size - header, factsheet and media clips re-sized and repositioned*/
@media screen and (max-width: 688px) {
    #factsheet-border p {
        font-size: 16px;
        padding-top: 20px;
    }

    #about-source {
        font-size: 10px;
    }

    #our-autism-journey {
        padding-top: 65px;
        padding-bottom: 10px;
    }

    #factsheet-border, #nas-media, #cwmind-media {
        width: 70%;
        margin-top: 40px;
        margin-left: 15%;
    }

    #subscribe-btn-about span {
        line-height: 20px;
    }
}
/*Small tablet screen size - header, factsheet and media clips re-sized and repositioned*/
@media screen and (max-width: 576px) {
    #factsheet-border p {
        font-size: 15px;
        padding-top: 25px;
    }

    #about-source {
        font-size: 9px;
    }

    #our-autism-journey {
        padding-top: 65px;
        padding-bottom: 10px;
    }
    #factsheet-border, #nas-media, #cwmind-media {
        width: 75%;
        margin-top: 20px;
        margin-left: 12.5%;
    }

    #subscribe-btn-about span {
        line-height: 15px;
    }
}
/*Large mobile screen size - header, factsheet and media clips re-sized and repositioned*/
@media screen and (max-width: 425px) {
    #factsheet-border p {
        font-size: 15px;
        padding-top: 20px;
    }

    #about-source {
        font-size: 10px;
    }

    #our-autism-journey {
        padding-top: 65px;
        padding-bottom: 10px;
    }
    #factsheet-border, #nas-media, #cwmind-media {
        width: 90%;
        margin-top: 25px;
        margin-left: 25px;
    }

    #subscribe-btn-about span {
        line-height: 15px;
    }
}
/*Medium mobile screen size - header, factsheet and media clips re-sized and repositioned*/
@media screen and (max-width: 375px) {
    #factsheet-border p {
        font-size: 15px;
    }

    #about-source {
        font-size: 9px;
    }

    #our-autism-journey {
        padding-top: 65px;
        padding-bottom: 10px;
    }
    #factsheet-border, #nas-media, #cwmind-media {
        width: 100%;
        margin-top: 20px;
        margin-left: 10px;
    }

    #subscribe-btn-about span {
        line-height: 15px;
    }
}
/*Small mobile screen size - header, factsheet and media clips re-sized and re-positioned*/
@media screen and (max-width: 325px) {
    #factsheet-border p {
        font-size: 14px;
        padding-top: 20px;
    }

    #about-source {
        font-size: 8px;
    }

    #our-autism-journey {
        padding-top: 50px;
        padding-bottom: 10px;
    }
    #factsheet-border, #nas-media, #cwmind-media {
        width: 100%;
        margin-top: 20px;
        margin-left: 10px;
    }

    #subscribe-btn-about span {
        line-height: 15px;
    }
}
/* Small mobile screen size - header, factsheet and media clips re-sized and re-positioned */
@media screen and (max-width: 280px) {
    #factsheet-border p {
        font-size: 11px;
    }

    #about-source {
        font-size: 6px;
    }

    #our-autism-journey {
        font-size: 22px;
        padding-top: 50px;
        padding-bottom: 10px;
    }
    #factsheet-border, #nas-media, #cwmind-media {
        width: 100%;
        margin-top: 20px;
        margin-left: 10px;
    }

    #subscribe-btn-about span {  
        font-size: 16px
    } 

    #subscribe-btn-about div {
        width: 200px;
    }
}
/*---------------------------------------------Resources Page---*/
h2  {
    text-align: center;
}

.bg-color-change-resources {
    background-color: #274c77;
    color: #e7ecef;
    text-align: left;
}

.font-size-resources {
    font-size: 18px;
}

.hr-color-resources {
    color: #479ce0;
    margin: 40px 0;
}

#advice-ideas, #next-step-resources {
    text-align: left;
    margin-top: 10px;
    padding-bottom: 30px;
    font-size: 22px;
}

#advice-ideas {
    padding-top: 90px;
}

#going-out, #routines, #tips, #non-verbal {
    color: #479ce0;
    text-align: left;
    font-size: 20px;
}

#going-out:hover, #routines:hover, #tips:hover, #non-verbal:hover {
    color: #daac62;
}

.going-out-p, .routines-p, .tips-p, .non-verbal-p {
    text-align: left;
    font-size: 16px;
}

.bg-light-grey {
    background-color: #e7ecef;
}

#subscribe-btn-resources { 
    text-align: center;
    padding-bottom: 30px;
} 

#subscribe-btn-resources span {  
    text-transform: uppercase; 
    font-size: large;
    color: #e7ecef;
} 

#subscribe-btn-resources div {
    background-color: rgb(71, 156, 224);
    border: none;
    border-radius: 30px;
    height: 50px;
    margin-top: 20px;
    padding: 0;
    width: 250px;
    line-height: 30px;
}

#subscribe-btn-resources div:hover {
    background-color: #daac62;
}

.useful-links-resources {
    text-align: center;
    background-color: white;
    padding-top: 15px;
}

.useful-links-resources h2 {
    color: #479ce0;
    padding-bottom: 15px;
}
/*-----------------------------------------Media Queries for Resources Page---*/
/*Large screen size - headers, text content, useful links and subscribe button re-sized and re-positioned*/
@media screen and (min-width: 2245px) and (max-width: 3000px) {
    #advice-ideas {
        padding-top: 160px;
        padding-bottom: 48px;
        font-size: 60px;
    }

    #going-out, #routines, #tips, #non-verbal {
        font-size: 40px;
    }

    .going-out-p, .routines-p, .tips-p, .non-verbal-p {
        font-size: 32px;
    }

    #next-step-resources {
        font-size: 60px;
        padding-bottom: 48px;
    }

    #subscribe-btn-resources div {
        width: 350px;
        height: 85px;
    }

    #subscribe-btn-resources {
        padding: 30px 0;
    }

    #subscribe-btn-resources span {
        font-size: 30px;
        line-height: 70px;
    }

    .font-size-resources {
        font-size: 40px
    }
}
/*Large screen size - headers, text content, useful links and subscribe button re-sized and re-positioned*/
@media screen and (min-width: 1941px) and (max-width: 2244px) {
    #advice-ideas {
        padding-top: 120px;
        padding-bottom: 40px;
        font-size: 50px;
    }

    #going-out, #routines, #tips, #non-verbal {
        font-size: 40px;
    }

    .going-out-p, .routines-p, .tips-p, .non-verbal-p {
        font-size: 32px;
    }

    #next-step-resources {
        font-size: 50px;
        padding-bottom: 40px;
    }

    #subscribe-btn-resources div {
        width: 350px;
        height: 85px;
    }

    #subscribe-btn-resources {
        padding: 30px 0;
    }

    #subscribe-btn-resources span {
        font-size: 30px;
        line-height: 60px;
    }

    .font-size-resources {
        font-size: 40px
    }
}
/*Desktop screen size - headers, text content, useful links and subscribe button re-sized and re-positioned*/
@media screen and (min-width: 1601px) and (max-width: 1940px) {
    #advice-ideas {
        padding-top: 120px;
        padding-bottom: 40px;
        font-size: 50px;
    }

    #going-out, #routines, #tips, #non-verbal {
        font-size: 40px;
    }

    .going-out-p, .routines-p, .tips-p, .non-verbal-p {
        font-size: 32px;
    }

    #next-step-resources {
        font-size: 50px;
        padding-bottom: 40px;
    }

    #subscribe-btn-resources div {
        width: 350px;
        height: 85px;
    }

    #subscribe-btn-resources {
        padding: 30px 0;
    }

    #subscribe-btn-resources span {
        font-size: 30px;
        line-height: 60px;
    }

    .font-size-resources {
        font-size: 40px
    }
}
/*Desktop screen size - header and subscribe button re-sized and re-positioned*/
@media screen and (min-width: 1501px) and (max-width: 1600px) {
    #advice-ideas {
        padding-top: 100px;
        padding-bottom: 30px;
        font-size: 40px;
    }

    #next-step-resources {
        font-size: 40px;
    }
    
    #subscribe-btn-resources div {
        width: 300px;
        height: 65px;
    }

    #subscribe-btn-resources {
        padding: 30px 0;
    }

    #subscribe-btn-resources span {
        font-size: 25px;
        line-height: 50px;
    }

    .font-size-resources {
        font-size: 28px
    }
}
/*Tablet screen size - headers resized and repositioned*/
@media screen and (max-width: 768px) {
    #going-out, #routines, #tips, #non-verbal {
        font-size: 20px;
    }

    #advice-ideas {
        padding-top: 80px;
        padding-bottom: 15px;
        font-size: 30px;
    }

    #next-step-resources {
        font-size: 30px;
    }
}
/*Large mobile screen - headers resized and subsribe button centred*/
@media screen and (max-width: 425px) {
    #going-out, #routines, #tips, #non-verbal {
        font-size: 18px;
    }
    
    #advice-ideas {
        padding-top: 70px;
        padding-bottom: 15px;
    }

    #subscribe-btn-resources span {
        line-height: 25px;
    }
}
/*Small mobile screen - external images re-sized*/
@media screen and (max-width: 320px) and (min-width: 281px) {
    #going-out, #routines, #tips, #non-verbal {
        font-size: 16px;
    }

    #advice-ideas {
        padding-top: 50px;
        padding-bottom: 15px;
        font-size: 22px;
    }

    #next-step-resources {
        font-size: 22px;
    }

    #subscribe-btn-resources span {
        line-height: 25px;
    }
}
/*Small mobile screen - external images re-sized*/
@media screen and (max-width: 280px) {
    #advice-ideas {
        font-size: 20px;
    }

    #next-step-resources {
        font-size: 20px;
    }
    #subscribe-btn-resources span {  
        font-size: 16px
    } 

    #subscribe-btn-resources div {
        width: 200px;
    }

    .going-out-p, .routines-p, .tips-p, .non-verbal-p {
        text-align: left;
        font-size: 16px;
    }
    #going-out, #routines, #tips, #non-verbal {
        font-size: 16px;
    }
}
/*------------------------------Charity Logos on about, resources and subscribe pages--*/
/*Large screen - external images re-sized*/
@media screen and (min-width: 1500px) and (max-width: 3000px) {
    .charity-logo img {
        width: 400px;
    } 

    .useful-links-resources h2, .useful-links-subscribe h2, .useful-links-about h2 {
        font-size: 50px;
        padding-left: 20px;
    }
}
/*Latop/desktop screen - external images re-sized*/
@media screen and (min-width: 1201px) and (max-width: 1499px) {
    .useful-links-resources h2, .useful-links-subscribe h2, .useful-links-about h2{
        font-size: 40px;
        padding-left: 20px;
    }
}
/*Laptop screen - external images re-sized and repositioned*/
@media screen and (min-width: 769px) and (max-width: 1200px) {
    .charity-logo img {
        width: 220px;
    }

    .useful-links-resources h2, .useful-links-subscribe h2, .useful-links-about h2 {
        font-size: 30px;
        padding-left: 20px;
    }
}
/*Tablet screen - external images re-sized */
@media screen and (min-width: 569px) and (max-width: 768px) {
    .charity-logo img {
        width: 150px;
    }
}

/*Large mobile screen size - external images re-sized*/
@media screen and (min-width: 426px) and (max-width: 568px) {
    .charity-logo img {
        width: 200px;
        padding-bottom: 20px;
    }
}
/*Medium mobile screen - external images re-sized*/
@media screen and (max-width: 425px) {    
    .charity-logo img {
        width: 200px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    
    #nas-logo {
        margin-bottom: 30px;
        padding-right: 30px;
    }
}
/*Small mobile screen - external images re-sized*/
@media screen and (max-width: 320px) and (min-width: 280px) {
    .charity-logo img {
        width: 180px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    #nas-logo {
        margin-bottom: 30px;
    }
}
/*---------------------------------------------Subscribe Page---*/
.bg-change-form {
    background-color: #274c77;
    color: #e7ecef;
    text-align: left;
}

#form-header {
    text-align: center;
    font-size: 32px;
    padding-top: 90px;
}

#form-border {
    width: 100%;
    height: 100%;
    border-radius: 10%;
    color: #274c77;
    background-color: #e7ecef;
    padding: 20px; 
}

#subscribe-for-free {
    font-size: 22px;
    text-align: center;
}

form .label {
    font-size: 16px;
}

#subscribe-btn {
   padding-top: 20px;
   text-align: center;
}

#subscribe-btn span {  
    text-transform: uppercase; 
    font-size: 18px;
    color: #e7ecef
} 

#subscribe-btn button {
    background-color: #274c77;
    border: none;
    border-radius: 30px;
}

#subscribe-btn button:hover {
    background-color: #daac62;
}

#what-to-expect {
    text-align: left;
}

.hr-color-subscribe {
    color: #479ce0;
    margin: 50px 0;
}

#autism-superpower-image {
    background: url("../images/autism-superpower.jpg") no-repeat center center;  
    width: 100%;
    height: 500%;
    background-size: cover; 
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 10%;
}

.useful-links-subscribe {
    text-align: center;
    background-color: white;
    padding-top: 15px;
    padding-right: 30px;
}

.useful-links-subscribe h2 {
    color: #479ce0;
    padding-bottom: 15px;
}
/*---------------------------------------------Media Queries for Subscribe---*/
/*
Large screen size - sub-headers, subscribe button, form content, paragraphs, and image re-sized and re-positioned
*/   
@media screen and (min-width: 1601px) and (max-width: 3000px) {
    #form-header {
        font-size: 48px;
        padding-top: 180px;
        padding-bottom: 40px;
    }

    #subscribe-for-free {
        font-size: 28px;
        padding-top: 30px;
    }

    form .label {
        font-size: 24px;
    }

    #form-border {
        width: 60%;
        margin-left: 20%;
        height: 480px;
    }

    #subscribe-btn span {  
        font-size: 22px;
    } 

    #what-to-expect {
        font-size: 60px;
    }

    #form-paragraph {
        font-size: 32px;
    }

    #autism-superpower-image {
        height: 1000px; 
        width: 75%;
    }  

    .useful-links-subscribe h2 {
        font-size: 60px;
    }
}
/*Desktop screen size - sub-headers, subscribe button and image re-sized and re-positioned*/ 
@media screen and (min-width: 1500px) and (max-width: 1600px) {
    #form-header {
        font-size: 42px;
        padding-top: 130px;
        padding-bottom: 30px;
    }

    #form-border {
        width: 60%;
        margin-left: 20%;
    }

    #subscribe-for-free{
        font-size: 22px;
    }

    #autism-superpower-image {
        height: 885px; 
        width: 75%;
    } 
}
/*
Large laptop screen size - sub-headers, subscribe button, form content, paragraphs and image re-sized and re-positioned
*/
@media screen and (min-width: 1440px) and (max-width: 1499px) {
    #form-header {
        font-size: 32px;
        padding-top: 140px;
        padding-bottom: 30px;
    }

    #subscribe-for-free {
        font-size: 22px;
    }

    #form-border {
        width: 60%;
        margin-left: 20%;
    }

    #subscribe-btn span {  
        font-size: 18px;
    } 

    #what-to-expect {
        font-size: 22px;
    }

    #form-paragraph {
        font-size: 18px;
    }

    #autism-superpower-image {
        height: 820px; 
        width: 75%;
    }  
}
/*tablet and small laptop screen size - sub-headers, form and image re-sized and re-positioned*/
@media screen and (min-width: 801px) and (max-width: 1439px) {
    #form-header {
        font-size: 28px;
        padding-top: 140px;
        padding-bottom: 30px;
    }

    #subscribe-for-free {
        font-size: 22px;
    }

    form .label {
        font-size: 18px;
    }

    #form-border {
        width: 60%;
        margin-left: 20%;
    }

    #what-to-expect {
        font-size: 22px;
    }

    #autism-superpower-image {
        height: 800px; 
        width: 75%;
    }  

    #subscribe-btn span {  
        font-size: 18px;
    } 
}
/*Tablet screen size - sub-header, form and image re-sized and re-positioned*/
@media screen and (min-width: 768px) and (max-width: 800px) {
    #form-header {
        font-size: 26px;
        padding-top: 120px;
        padding-bottom: 30px;
    }
    
    #form-border {
        width: 60%;
        margin-left: 20%;
    }

    #what-to-expect {
        font-size: 22px;
    }

    #autism-superpower-image {
        height: 550px; 
        width: 75%;
    }  

    #subscribe-btn span {  
        font-size: 18px;
    } 
}
/*Small tablet screen size - header, form and image re-sized and re-positioned*/
@media screen and (max-width: 767px) and (min-width: 526px) {

    #form-header {
        font-size: 22px;
        padding-top: 120px;
        padding-bottom: 30px;
    }

    #form-border {
        width: 60%;
        margin-left: 20%;
    }

    form .label {
        font-size: 14px;
    }

    #what-to-expect {
        font-size: 22px;
    }

    #autism-superpower-image {
        height: 420px; 
        width: 75%;
    } 

    #subscribe-btn span {  
        font-size: 16px;
    } 
}
/*Medium mobile screen size - header, form  and image re-sized and re-positioned*/
@media screen and (max-width: 525px) and (min-width: 376px) {
    #form-header {
        font-size: 18px;
        padding-top: 100px;
        padding-bottom: 30px;
    }

    form .label {
        font-size: 12px;
    }

    #what-to-expect {
        font-size: 22px;
    }

    #autism-superpower-image {
        height: 350px; 
        width: 75%;
    } 
}
/*Small mobile screen size - header and image re-sized and re-positioned*/
@media screen and (max-width: 375px) and (min-width: 320px) {
    #form-header {
        font-size: 18px;
        padding-top: 100px;
        padding-bottom: 20px
    }
    
    #autism-superpower-image {
        height: 300px; 
        width: 75%;
    } 
}
/*Small mobile screen size - header and image and re-sized and re-positioned*/
@media screen and (max-width: 319px) {
    #form-header {
        font-size: 15px;
        padding-top: 90px;
        padding-bottom: 20px
    }

    #what-to-expect {
        font-size: 20px;
    }

    #autism-superpower-image {
        height: 260px; 
        width: 75%;
    } 
}
/*---------------------------------------------Footer---*/
footer {
    position: relative;
    margin: 10px;
    border: 5px
}

footer .icons, p {
    text-align: center;
    color: #274c77;
    padding-top: 10px;
}

.icons i {
    color: #479ce0;
    padding-top: 10px
}

.icons i:hover{
    color: #274c77;
}

a {
    font-size: 20px;
    padding: 20px;
}

.copyright {
    margin-top: 5px;
}
/*--------------------------------------Media Queries for Footer---*/
/*Large desktop screen size - icons resized and further padding added*/
@media screen and (min-width: 1025px) {
    a {
        font-size: 25px;
        padding: 30px;
    }
}
/*End of CSS*/