html,
body {
    width: 100%;
    height: 100%;
	font-family: 'Karla', sans-serif;
}

a {
    color: #999;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #fff;
	text-decoration: none;
}

A.class1:link { color:#003057; text-decoration: none; }
A.class1:visited { color:#003057; text-decoration: none; }
A.class1:hover { color:#777; text-decoration: none; }
A.class1:active { color:#003057; text-decoration: none; }

p {
    font-size: 16px;
    line-height: 1.5;
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
	background-image: url('../img/2021background.jpg');
	margin-top: -10px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px 70px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 300;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

	header .header-content .header-content-inner h1 {
    	font-size: 100px;
		}

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}
	
	
.imagebkg {
	background-image: url("../img/2021background2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -20px;
	min-height: 300px;
}

.section-heading {
    margin-top: 0;
    margin-bottom: 20px;
}

.col-centered{
    margin-top: 25px;
	text-align: center;
}

.intro {
	color: #fff;
    background-color: #003057;
    padding: 50px 0;
    text-align: center;
}

.container2 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.content {
    padding: 20px 0;
}

.img-responsive, .img-square, .center-block {
	width: 350px;
	height: 350px;
	
}

.content-2 {
	color: #fff;
    background-color: #004C97;
}

.content-3 {
	padding: 20px 0 40px;
	text-align: center;
}

.promo,
.promo h3,
.promo a:link,
.promo a:visited,
.promo a:hover,
.promo a:active {
    color: white;
	text-shadow: 0px 0px 40px black;
    text-decoration: none;
}

.promo-item {
    height: 200px;
    line-height: 180px;
    text-align: center;
}

.promo-item:hover {
    background-size: 110%; 
    border: 10px solid rgba(255,255,255,0.3);
    line-height: 160px;
}

.promo-item h3 {
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
}

.item-1 {
	background: url();
	}
	
.item-2 {
	background: url();
	}
	
.item-3 {
	background: url();
	}
		
.item-1,
.item-2,
.item-3 {
	background-size: cover;
	background-position: 50% 50%;
	}

.page-footer {
	text-align: center;
	}

.page-footer .contact {
	padding: 50px 0;
	background-color: #333;
	color: #fff;
	}

.page-footer .contact p {
	font-size: 22px;
	font-weight: 300;
	}
	
.content-3 .glyphicon,	
.page-footer .contact .glyphicon {
	font-size: 32px;
	font-weight: 700;
	}
		
.page-footer .small-print {
	padding: 20px 0 20px;
	font-weight: 300;
	}

.text-light {
    color: rgba(255,255,255,.7);
}


.btn-default {
    border-color: #fff;
    color: #004C97;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ababab;
    color: #004C97;
    background-color: #ababab;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #004C97;
    color: #fff;
    background-color: #004C97;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ababab;
    color: #004C97;
    background-color: #ababab;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #003057;
    background-color: #003057;
}

.btn-primary .badge {
    color: #003057;
    background-color: #fff;
}


.btn {
    border-radius: 300px;
    text-transform: uppercase;
}

.btn-lg {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.text-primary {
    color: #003057;
}

.bg-primary {
    background-color: #003057;
}










/*Icon Link Boxes
------------------------------------*/

.iconlink {
  max-height: 120px;
	padding-top: 10px;
}

.iconimage {
  max-height: 250px;
  padding-top: 10px;
}

.color-light{
    color:#FFFFFF;
}

.link-block-wa {
  color: #fff;
  background-color:#43B02A; 
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 20px;
}

.link-block-dma {
  color: #fff;
  background-color:#41B6E6; 
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 20px;
}

.link-block-white {
  color: #003057;
  background-color:#fff; 
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 20px;
}

.link-block-dma:hover {
  background-color: #003057;
}
.link-block-wa:hover {
  background-color: #003057;
}
.link-block-white:hover {
  background-color: #f6f6f6;
}






