body {
    margin: 0px;
    text-align: center;
    color: #111111;
		font-family: 'Signika', sans-serif;
		font-size: 20px;
}




/* header ------------------------------------------------ */
@media (min-width: 1000px) {
    header {
        width: 960px;
        text-align: center;
        margin: auto;
        padding-top: 40px;
        height: 90px;
    }

    nav {
        width: 960px;
        text-align: center;
        margin: auto;
        margin-bottom: 45px;
    }

    #main {
        width: 960px;
        margin: auto;
    }

    #menu_trigger {
        display: none;
    }

    #menu_items {
    }

    nav a {
        display: inline-block;
        color: #000000;
        font-size: 20px;
        font-weight: bold;
        padding-left: 20px;
        padding-right: 20px;

    }
}
@media (max-width: 999px) {
   header {
        width: 98%;
        text-align: center;
        padding-top: 20px;
    }

    nav {
        width: 98%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 35px;
    }

    #main {
        width: 100%;
    }

    #main_in {
        padding-left: 15px;
        padding-right: 15px;
    }

    #menu_trigger {
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
        cursor: pointer;
        color: #d2002f;
        font-weight: bold;
    }

    #menu_items {
        display: none;
    }

    nav a {
        display: block;
        color: #000000;
        font-size: 20px;
        font-weight: bold;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

}


/* footer ------------------------------------------------------------------- */
@media (min-width: 1000px) {
    footer {
        width: 960px;
    		height: 59px;
        margin: auto;
        border-top: solid 1px #e2e2e2;
    		padding-top: 30px;
    		text-align: center;
    }
}
@media (max-width: 999px) {
    footer {
        border-top: solid 1px #e2e2e2;
        padding: 20px;
    		text-align: center;
    }

}

    

/* others ------------------------------------------------ */
.msg {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #00ff00;
    font-weight: bold;
}

.msg_error {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #ff0000;
    font-weight: bold;
}


img {
  	border: 0px;
  	max-width: 100%;
  	height: auto;
  	vertical-align: middle;
}

.normal_img {
		vertical-align: baseline;
}

a {
    color: #d2002f;
		text-decoration: none;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
		text-align: left;
}

.space {
		height: 10px;
}

.cursor {
		cursor: pointer;
}

.justify, p {
		text-align: justify;
}

h1 {
    color: #0750a2;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: normal;
    font-size: 50px;
    font-weight: bold;
}

h2 {
    color: #0750a2;
		margin-top: 30px;
		margin-bottom: 20px;
    font-size: 40px;
}

h3 {
    color: #80a808;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 14px;
		font-size: 29px;
		text-transform: uppercase;
		font-weight: bold;
}

h4 {
    color: #84a522;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 23px;
}

h5 {
    color: #79317f;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 15px;
		font-weight: 600;
}


@media (max-width: 999px) {
    .mobile_display_none {
        display: none;
    }
}

.upper {
		text-transform: uppercase;
}

.inline {
		display: inline;
}

* {
    outline: none;
		resize: none;
}


