/* page styles */

body {
	color: #555;
}


/* unvisited link */
a:link {
    color: #333333;
}

/* visited link */
a:visited {
    color: #333333;
}

/* mouse over link */
a:hover {
    color: #333333;
}

/* selected link */
a:active {
    color: #333333;
}


h1 {
	color: #1d6392;
}
.logo {
	background-color: #1d6392;
	padding: 20px;
	text-align: center
}
.logoCenter {
	margin-left: auto;
	margin-right: auto;
}
.hero {
	margin-top: 0px;
	padding-bottom: 20px;
}
.desciption {
	background-color: #edf4f7;
	padding: 20px;
}
.footer {
	margin-top: 20px;
	padding: 20px;
	background-color: #efefef;
	font-size: 22px;
}

/* footer link */
.footer a:link {
    color: #ff8a00;
}

/* visited link */
.footer a:visited {
    color: #ff8a00;
}

/* mouse over link */
.footer a:hover {
    color: #333;
}

/* selected link */
.footer a:active {
    color: #ff8a00;
}


/* plans styles */
.plans h2 {
	color: #333;
	font-size: 36px;
}
.plans h3 {
	color: #333;
	font-size: 38px;
	font-weight: bold;
}
.plans p {
	color: #ff8a00;
	font-size: 28px;
	font-weight: normal;
}
/* link styles */
.orangeLink {
	color: #ff8a00;
	font-weight: normal;
}
.orangeLink:hover {
	color: #333;
	text-decoration: none;
}
.blkLink {
	color: #333;
}
.blkLink:hover {
	color: #ff8a00;
	text-decoration: none;
}
/* list styles */
.menu li {
	margin-bottom: 10px;
	margin-left: -30px;
}
/* btn styles */
.btn-orange {
	color: #fff;
	background-color: #ff8a00;
	border-color: #ff8a00;
	width: 60%;
	border-radius: 100px;
	margin: auto;
	height: 65px;
}


/* Portrait phones and smaller */
@media (max-width: 480px) {
h1 {
	color: #1d6392;
	font-size: 32px;
}
.plans p {
	font-size: 18px;
}
}


