@charset "utf-8";
/* CSS Document */

html,
html * {
    padding: 0;
    margin: 0px;
    box-sizing: border-box;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    
}

header {
    padding: 32px;
}



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

footer {
    padding: 20px 30px;
    text-align: center;
}

body {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px
}

.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.style-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 192px;
}

.style-nav ul {
    list-style-type: none;
    list-style-image: none;
}

.style-nav ul li a {
    text-decoration: none;
    color:  #2F322A;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold; 
    padding: 4px;
}

.style-nav1 ul {
    list-style-type: none;
    list-style-image: none;
}

.style-nav1 ul li a {
    text-decoration: none;
    color:  #2F322A;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
}

.map-responsive{
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

ul {
    list-style-image: url("../images_2/list-item_2/Badge_col.gif");
    list-style-type: none;
}

ul li {
    text-decoration: none;
    font-size:18px; 
	line-height:125%;
	padding:10px 0; 
    margin-left:30px;
}

ul ol {
    text-decoration: none;
    font-size:18px; 
	line-height:125%;
	padding:10px 0; 
    margin-left:45px;
    margin-bottom: 20px;
}


.style-badge {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 192px;
}

.remembrance {
    background-image: url("../images_2/index_2/remembrance.jpg");
    background-size: cover;
    padding: 20px 20px 50px 20px;
    color: #FFFFFF;
    text-align: center;
}


h1 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
	text-align: center;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 23px;
}

h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 120px;
}

h4 {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 35px;
}

h5 {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 0px;
    margin-top: 30px; 
    margin-bottom: 5px;
}

h6 {
    font-size:20px;
    font-weight:bold;
    color: #000000;
    padding-bottom:0px;
    margin-bottom: 15px;
}

p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.button {
    border: 2px #FFFFFF solid;
    padding: 8px 30px;
    border-radius: 30px;
    color: #FFFFFF;
    text-decoration: none;
}

.button1 {
    border: 2px #000000 solid;
    padding: 8px 30px;
    border-radius: 30px;
    color: #000000;
    text-decoration: none;
}

.info_box-blue {
    background-color: #003399;
    color: #FFFFFF;
    padding: 30px 20px 60px;
    text-align: center;
}

.info_box-red {
    background-color: #FF0000;
    color: #FFFFFF;
    padding: 30px 20px 60px;
    text-align: center;
}

.info_box-gold {
    background-color: #ffd700;
    color: #000000;
    padding: 30px 20px 60px;
    text-align: center;
}

.info_box-white {
    background-color: #FFFFFF;
    color: #000000;
    padding: 30px 20px 60px;
    text-align: center;
}

.main_box-white {
    background-color: #ffffff;
    color: #000000;
    padding: 30px 20px 60px;
    text-align: left;
}

.main_box-gold {
    background-color: #FFD700;
    color: #000000;
    padding: 30px 20px 60px;
    text-align: left;
}

.row:before, .row:after {
    content: "";
    display: table;
}

.row: after {
    clear: both;
}

.footer-text {
    font-size: 13px;
    margin-bottom: 20px;
}

.col {
    width: 100%;
}


/*Tablet View*/

@media (min-width: 768px){
    
    body {
        max-width: 778px;
    }
    
.topnav {
	padding: 14px 16px;
	font-size: 10px;
}

    .style-nav ul li{
        display: inline-block;
    }
    
    .style-nav ul {
		text-align: center;
    }
    
    .style-nav1 ul li{
        display: inline-block;
    }
    
    .style-nav1 ul {
		text-align: center;
    }
    
ul li {
    font-size:16px; 
    margin-left:15px;
}

    h1{
        font-size: 40px;
        margin-bottom: 90px;
    }

    h2{
        font-size: 20px;
        margin-bottom: 90px;
    }
    
    h3{
        font-size: 40px;
        margin-bottom: 90px;
    }
    
    h4{
        font-size: 20px;
        margin-bottom: 90px;
    }

    .col-md-one-quarter {
        width: 25%;
    }
    
    .col-md-one-third {
        width: 33.33%
    }
    
    .col-md-one-half {
        width: 50%
    }
    
    .col-md-three-quarter {
        width: 75%
    }
    .col{
        float: left;
        padding: 0px 7px 14px;
    }
}


/*Desktop View*/

@media (min-width: 1024px){
    
    body {
        max-width: 1200px;
    }
    
    .style-logo {
        float: left;
    }

    .topnav {
        float: right;
    }

    .dropdown {
        float: right;
    }

    .style-nav1 {
    }

    
ul li {
    font-size:18px; 
    margin-left:50px;
}

    .col-lg-one-fourth {
        width: 25%;
    }
    
    .col-lg-one-half {
        width: 50%;
    }
    .col-lg-three-quarter {
        width: 75%;
    }
}
    
