.jumbotron {
    background-color: #fff;
    padding: 0;
    text-align: center
    }

.jumbotron h1 {
    font-family: Helvetica, Geneva, sans-serif;
    font-size: 16px !important;
    line-height: 10;
    font-weight: bold;
    color: #000000;
    padding: 0px 50px 0px 50px;
    position: relative;
    top: 0px;
    text-align: center !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.jumbotron h2 {
	font-family: 'Didot', serif !important;
    font-size: 60px !important;
    font-weight: medium !important;
    color: #000000 !important;
	padding: 0px 0px 150px 0px !important;
	margin-bottom: 0px
}

.navbar-default {
 	min-height: 100px;
 	background: white;
    border-color: #e7e7e7;
}

.navbar-nav>li>a {
 Padding-top: 40px;
}



h3 {
font-family: Helvetica, Geneva, sans-serif;
color: #000000;
line-height: 30px;
    display: block;
    font-size: 1.4em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    padding: 60px 0px 25px 0px;
}

h4 {
font-family: 'Didot', serif !important;
color: #000000;
    font-size: 45px !important;
    font-weight: semi-bold;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 10px;
}

p {
	color: #000000;
    margin: 0px 0 80px;
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px 10px;
    margin-top: 30px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.a2 {
	font-family: Helvetica, Geneva, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px;
	background-color: white;
    color: black;
    border: 1px solid grey;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s;
    
}


.i2 {
padding-bottom: 30px;
}


h1.page_header {
    font-family: 'Didot', serif !important;
    font-size: 60px !important;
    font-weight: medium !important;
    color: #000000 !important;
padding: 0px 0px 50px 0px !important;
}

h1 {
    font-family: Helvetica, Geneva, sans-serif;
    font-size: 16px !important;
    line-height: 1.5;
    font-weight: light;
    color: #000000;
    padding: 100px 50px 0px 50px;
    position: relative;
    top: 0px;
    text-align: center !important;
}


.yellow {
background-color:#EEDF7E;
padding-top: 50px;
padding-bottom: 50px;
width: %100;
}

.green {
background-color:#6D986D;
padding-top: 50px;
padding-bottom: 50px;
width: %100;
}


.cream {
background-color:#E1D9B9;
padding-top: 50px;
padding-bottom: 50px;
width: %100;
}

.blue {
background-color:#617D8C;
padding-top: 50px;
padding-bottom: 50px;
width: %100;
}

.footer {
	background-color: #F7F6E4;
    margin: 0px 0px 0px 0px;
    color: #000000;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}


