@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'futura_ltcn_btlight';
    src: url('../fonts/futuralc-webfont.woff2') format('woff2'),
         url('../fonts/futuralc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_mdcn_btmedium';
    src: url('../fonts/futuramc-webfont.woff2') format('woff2'),
         url('../fonts/futuramc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'frutigerregular';
    src: url('../fonts/frutiger_95_ultra_black-webfont.woff2') format('woff2'),
         url('../fonts/frutiger_95_ultra_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
    
body {
	background: #fff;	
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #4a4a4a;
	font-family: 'futura_ltcn_btlight', Helvetica, Arial, sans-serif;
}

#page {
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}

header {
	width: 100%;
	height: 215px;
	background: #044246;
    overflow: hidden;
}

    header a.logo {
		margin: 25px auto;
        display: block;
		width: 230px;
		height: 165px;
		background: url("../images/logo.jpg") no-repeat;
	}

	header a.logo span {
		display: none;
	}
	
	header a.menu {
		width: 32px;
		height: 32px;
		position: absolute;
		top: 5px;
		left: 13px;
		background: url(../images/menuicon.png) no-repeat;
		display: none;
	}

nav {
	width: 100%;
	height: 54px;
	margin: 0;
	background: #508991;
}

.mainnav {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

	.mainnav a {
		padding: 18px 0;
		font-family: 'futura_mdcn_btmedium', Helvetica, Arial, sans-serif;
		font-size: 1em;
		color: #fff;
		text-decoration: none;
		text-align: center;
	}

    .menunav {
        display: none;
        background-color: #508991;
        position: relative;
    }

    .menunav #links {
        display: none;
    }

    .menunav #links a:hover {
        background: #464646;
    }

    .menunav a {
        display: block;
        padding: 10px 16px;
        font-family: 'allerregular', Helvetica, Arial, sans-serif;
		color: #fff;
        text-decoration: none;
        text-align: center;
        font-size: 15px;
    }

    .menunav a.icon {
        display: block;
        padding: 6px;
        position: absolute;
        right: 6px;
        top: 6px;
    }

	
.mission {
    width: 100%;
    height: 54px;
    background: #508991;
    font-family: 'futura_mdcn_btmedium', Helvetica, Arial, sans-serif;
    color: #fff;
}

    .mission p {
        margin: 0;
        text-align: center; 
        padding: 16px 0;
    }


.inbrief {
    margin: 40px 0;
    width: 100%;
    text-align: justify;
}

.banner {
    margin: 42px auto;
    width: 100%;
    height: 200px;
    background: url("../images/preorder.jpg") no-repeat;
    background-size: contain;
    overflow: hidden;
    position: relative;
}

.mainlinks {
    margin: 30px auto;    /* margin-top: 30px; */
    width: 100%;    /* 80% */
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.category {
    width: 23%;    /* 42 30% */
    /* text-align: justify; */
}

    .category img {
        width: 100%;
        box-sizing: border-box;
        border: 2px solid #044246;
    }

    .categoryname {
        margin: 6px 0 0 0;
        text-align: center;
    }

    .category a {
        color: #044246;
        text-decoration: none;
        font-size: 1.1em;
        font-family: 'futura_mdcn_btmedium', sans-serif;
        font-weight: bold;
    }

    .category p {
        margin: 8px 0 25px 0;
    }


.secondarylinks {
    background: #044246;
    overflow: auto;
    margin: 30px 0 0 0;
    width: 100%;
}

.secondarycontain {
    width: 65%;
    margin: 20px auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.scategory {
    width: 18%;
    text-align: justify;
}

    .scategory img {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #111;
    }

    .scategoryname {
        margin: 6px 0 0 0;
        text-align: center;
    }

    .scategory a {
        color: #fff;
        text-decoration: none;
        font-size: 0.9em;
        font-family: 'futura_mdcn_btmedium', sans-serif;
    }


.main {
    margin: 40px 0;
    width: 100%;
    /* display: inline-block; 
    border-right: 1px solid #4a4a4a;  */
}

    .main h1 { font-size: 1.6em; }
    .main h2 { font-size: 1.2em; }
    .main h3 { font-size: 1.05em; }
    .main h4 { font-size: 1.0em; }

    .main p {
        margin-top: 0;
        padding-right: 20px;
    }

    .main a, .main a:visited {
        color: #508991;
    }

.item {
    display: flex;
    flex-direction: row wrap;
    margin-bottom: 20px;
}

.itemimg img {
    box-sizing: border-box;
    border: 1px solid #4a4a4a;
    width: 120px;
    height: 120px;
}

.itemdesc {
    margin-left: 20px;
}

.itemdesc h2 {
    margin-top: 0;
}

.itemdesc h3 {
    margin-top: 0;
}

.loginmargin {
    margin-left: 30%;
}

ul {
    list-style-image: url("../images/gearbullet.png")  
}

select, option {
    font-size: 16px;
	color: #4a4a4a;
	font-family: 'futura_ltcn_btlight', Helvetica, Arial, sans-serif;
}

a.linkbtn {
	display: block;
	width: 50px;
	margin: 0;
	padding: 4px 12px;
	background: #a9e3a3;
	color: #056444;
	font-size: 0.85em;
	border: 1px solid #056444;
	border-radius: 5px;
	text-decoration: none;
}

.button, .button:visited {
    font-family:"Gill Sans", "Gill Sans MT", Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 100px;
	height: 15px;
	margin: 6px 0;
	display: inline-block;
	background: #a9e3a3;
	color: #056444;
	border: 1px solid #056444;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
}


.textarea {
	width: 60%;
}

.contactbox {
    width: 48%;
    float: left;
}

footer {
	background: #508991;
	margin: 0;
    width: 100%;
	min-height: 46px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;	
}

.fsection {
    width: 30%;
}
	
	footer p {
		margin: 12px 20px;
		color: #b6cdd1;
        font-size: 0.9em;
	}


@media screen and (max-width: 1050px) {
    #page {
        max-width: 96%;
    }
}
    
@media screen and (max-width: 960px) {    
    .mission p {
        font-size: 0.85em;
    }
}

@media screen and (max-width: 860px) {    
    .banner {
        height: 170px;
    }
}

@media screen and (max-width: 760px) {
    .mainnav {
        width: 87%;
    }
    
    .mainnav a {
        font-size: 0.9em;
    }
    
    .mission {
        height: 76px;
    }
    
    .mission p {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .loginmargin {
        margin-left: 25%;
    }
    
    .banner {
        height: 140px;
    }
}

@media screen and (max-width: 680px) {
    .banner {
        height: 130px;
    }
}

@media screen and (max-width: 600px) {
    .mainnav {
        display: none;
    }
    
    .menunav {
        display: block;
    }
    
    .mission {
        height: 62px;
    }
    
    .mission p {
        padding: 12px 0;
        font-size: 0.75em;
    }
    
    .category {
        margin-bottom: 10px;
        width: 46%;
        font-size: 1.1em;
    }
    
        .category a {
            font-size: 0.85em;
        }
    
        .category p {
            font-size: 0.8em;
        }
    
    .secondarycontain {
        width: 90%;
    }

    .scategory {
        width: 20%;
    }
    
    .scategory a {
        font-size: 0.8em;
    }
    
    .main {
        margin: 20px 0;
        width: 100%;
        display: block;
        border-right: none;
    }
    
    .current {
        margin: 20px 0;
        width: 100%;
        display: block;
    }
    
    .itemimg img {
        width: 100px;
        height: 100px;
    }
    
    .fsection {
        width: 90%;
    }
    
    .loginmargin {
        margin-left: 20%;
    }

    .banner {
        height: 120px;
    }
}

@media screen and (max-width: 525px) {
    .banner {
        width: 100%;
        height: 190px;
        background: url("../images/preordernarrow.jpg") no-repeat;
        background-size: contain;
        overflow: hidden;
        position: relative;
    }
}

@media screen and (max-width: 450px) {
    .loginmargin {
        margin-left: 8%;
    }
    
    .banner {
        height: 135px;
    }
}