*{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Arial;
	font-size: 20px;
	color:#333333;
}
body{
	margin: 0;
	padding: 0;
	background-color: #002c5e;
	margin: 2% 0 2% 0;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.main-container {
	border-radius: 15px;
	border: 1px solid #3333;
	overflow: hidden;
	min-width: 949px;
	max-width: 949px;
}
main {
    display: flex;
    flex-direction: column;
    
}
section {
	min-height: 100%;
	padding: 5%;
	background-color: #fff;
	/*border-bottom: 1px solid #002c5e;*/

}

.header{
	position: relative;
}

.logo{
	height: 100px;
	width: auto;
}
.logo-collapse{
	height: 50px;
	transition: 0.2s;
}
.menu-button {
	display:none;
}
nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
    top: 0;
	background-color:#fff;
}
.nav-collapse{
	padding-top: 5px !important;
	transition: 0.5s;
	padding-bottom: 5px;
}

nav img{
	width: 150px;
}

.nav-links{
	flex: 1;
	text-align: right;
}
.nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 8px 27px;
	position: relative;
}
.nav-links ul li a{
	text-decoration: none;
	font-size: 20px;
	font-weight:400;
}
.nav-links ul li a:hover{
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-weight:500;
}
.nav-links ul li a[active]{
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-weight:500;
}

.footer-nav-links{
	flex: 1;
	text-align: right;
}
.footer-nav-links ul li{
	list-style: none;
	display: inline-block;
	padding: 8px 27px;
	position: relative;
}
.footer-nav-links ul li a{
	text-decoration: none;
	font-size: 20px;
	font-weight:400;
}
.footer-nav-links ul li a:hover{
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-weight:500;
}
.footer-nav-links ul li a[active]{
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-weight:500;
}

.content-form{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-left: 20px;
}
form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	border-radius: 14px;
}

.form-row,.form-control {
	margin-bottom: 15px;
}

.form-row input, textarea, select {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	border-radius:8px;
	border: 1px solid #333333;
	height: 54px;
	font-size: 20px;
	font-weight:400;
}
.form-row textarea {
	height:100px;
}

.form-control input{
	height:20px;
	width:20px;
}
.form-heading {
	padding-bottom:20px;
}


h1{
    font-size: 50px;
    font-weight: 500;
}
h2{
	font-size:40px;
	font-weight:500;
}

h1, h2, h3, p, li{
	margin-bottom: 20px;
}
p{
	font-size: 20px;
	font-weight: 400;
}

.hero {
	display:flex;
	flex-direction: column;
	margin: 20px 0 50px 0;
	padding: 30px;
	border: 2px solid #002c5e;
	border-radius: 5px;
	justify-content: space-evenly;
	box-shadow: 5px 5px #333;;
}
.hero h1{
	color: #002c5e;
	
}
.hero h2{
	color: #555;
	font-size: 30px;
	
}

.services {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
.service {
	display:flex;
	flex-direction: column;
	width: 48%;
	height: auto;
	border: 1px solid #333;
	border-radius: 5px;
	overflow:hidden;
	box-shadow: 5px 5px #333;;
	
}
.service img {
	width:100%;
	height:auto;
}
.service h1{
	font-size: 20px;
	margin: 10px;
}
.service p{
	font-size: 18px;
	margin: 10px;
}
.service-description {
	border: 1px solid #333;
	border-radius: 5px;
	box-shadow: 5px 5px #333;
	padding: 10px;
	margin-bottom: 50px;
}
.review-platforms {
	display:flex;
	flex-direction: column;
	align-items: center;
}
.review-platforms-images {
	display:flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 335px;
	padding: 20px;

}
.review-platforms-images img{
	height: 48px;
	width: auto;
	filter: grayscale(1);
}
p a{
	font-size:inherit;
	color:#002c5e;
	font-weight:bold;
	text-decoration: unset;
	margin:0 5px 0 5px;
	
}
span {
	font-family: "Arial";
	font-size: 60px;
}
	
.button{
    background-color: #002c5e;
    font-size: 20px;
	font-weight: 400;
	text-decoration: none;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 12px 28px 12px 28px;
	width: fit-content;
}

.reviews {
	display:flex;
	flex-direction: column;
	margin-bottom: 20px;
	background-color:#fff;
}

.review {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 20px;
	margin: 10px 0 10px 0;
}

.reviews h2 {
	font-size: 18px;
	font-weight: 500;
}
.reviews p {
	font-size: 18px;
	font-weight: 400;
}
.reviews p strong {
	font-size: 18px;
	font-weight: 700;
}
.reviews li {
	font-size: 18px;
	font-weight: 200;
	list-style-type: none;
	margin-bottom: 0;
	line-height: 25px;
}
.reviews ul {
	margin-bottom: 20px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.review span{
	font-size: 32px;
	color: #00aa6c;
}

.audit-options {

}
.audit-option {
	display:flex;
	flex-direction: row;
}
.audit-option-image {
	max-width:250px;
}
.audit-option-content {
	width:auto;
}
.audit-option-image img {
	width:250px;
	height:auto;
}

footer .footer-nav-links {
	flex: 1;
	text-align: center;
}
footer p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-bottom: 0;
}