/* @font-face {
    font-family: 'din';
    src: url('../Fonts/din_light.eot');
    src: url('../Fonts/din_light.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/din_light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
} */

/* @font-face {
    font-family: 'din';
    src: url('../Fonts/din_medium.eot');
    src: url('../Fonts/din_medium.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/din_medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'din';
    src: url('../Fonts/din_bold.eot');
    src: url('../Fonts/din_bold.eot?#iefix') format('embedded-opentype'),
         url('../Fonts/din_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
} */

body{
    margin:0px;
    padding:0px;
    font-size:100%;
}

div.v-spacer{
    clear:both;
    height:20px;
}

#strip{
    text-align:center;
    width:100%;
    height:250px;
    background-color:#f60;
    background-size:cover;
    background-image:url(../Images/ftv_colourbg_large.jpg);
    background-position:50% 50%;
    box-sizing:border-box;
}

#strip h1{
    margin:0;
    padding-top:40px;
}

#main-text-column{
    width:100%;
    padding:10px;
    box-sizing:border-box;
}

#main-nav{
    font-family: "source-serif-pro";
    list-style-type:none;
    margin:0px;
    padding:20px 0 0 0;
}

#main-nav li{
    display:inline-block;
}

#main-nav li a{
    color:#fff;
    text-decoration:none;
    padding:4px 8px;
    display:block;
}

#main-nav li a:hover{
    text-decoration:underline;
}

div.text{
    font-family: "source-serif-pro";
}

div.text p{
    font-weight:300;
    font-size:1.2em;
}

div.text a{
    color:#fa512A;
    text-decoration:none;
}

div.text a:hover{
    text-decoration:underline;
}

div.text a i.fa{
    margin-right:6px;
}

div.text h1, div.text h2{
    /* font-family:'din', sans-serif; */
    font-family: "source-serif-pro";
    font-weight:normal;
}

div.text h2{
    font-size:2.5em;
}

#mc_embed_signup form{
    padding-left:0px!important;
}

@media screen and (min-width: 760px) {
    
    #strip{
        height:225px;
    }
    
    #main-text-column{
        margin-left:auto;
        margin-right:auto;
        width:750px;
        padding:0px;
    }
    
}

@media screen and (min-width: 1000px) {
    
}