body, html {
 	height: 100%;
 	margin: 0;
 	font: 400 15px/1.8 "Lato", sans-serif;
 	color: black;
}

.menu {
	/*position: fixed;*/
    top: 0; 
    width: 100%;
    z-index: 1;
	padding-bottom: 9px;
    background-color: black;
}

.logo {
	float: left;
    vertical-align: top;
    width: 280px;
    margin-right: 20px;
}

.menu li{
	float: left;
}

.menu ul {
	list-style-type: none;
	width: 100%;
	color: white;
    overflow: hidden;
    background-color: black;
    margin: 0;
    height: 85px;
}

#notImage a{
    display: block;
    color: white;
    text-align: center;
    padding: 30px 16px;
    text-decoration: none;
}

#twitter a{
    display: block;
    color: white;
    text-align: center;
    padding: 30px 16px;
    text-decoration: none;
    margin-top: .5vw;
}

#social a{
	display: block;
    color: white;
    text-align: center;
    padding: 30px 16px;
    text-decoration: none;
	margin-top: .5vw;
}

#notImage2 a{
    display: block;
    color: white;
    text-align: center;
    padding: 30px 16px;
    text-decoration: none;
}

#notImage2 {
	float: right;
    padding-right: 3vw;
}

.menu li a:hover {
    background-color: #111;
}

#free-consult 	{
	text-align: center;
	background-color: #9e6a1eff;
    border-radius: 5px;
    padding: 5px 15px;
    margin-top: .5vw;
    color: white;
}


#free-consult a{
	color:white;
}


#free-consult a:hover {
    background-color: #9e6a1eff;
}

#full{
	padding-right: 0px;
    padding-left: 0px;
}

.page-header {
	display:none;
}

#icon {
    display: none;
}

.l-content-rsb {
  width:100% !important;
}

.content {
    padding:0 !important;
	background-color:#E9E9E9
	margin-top: -20px;
}

.mainsplash {
 	position: relative;
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
 	background-image: url(shutterstock_330682019_1920.jpg);
 	flex-direction: row;
    width: 100%;
    height: 5vw%;
    padding-bottom: 27.5%;
}

#missionBG {
	position: relative;
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
	background-image: url(http://catcentric.org/wp-content/uploads/2017/09/DSCF8084.jpg);
	flex-direction: row;
    width: 100%;
    opacity: .70;
    z-index: -1;
}

.page-section-fullwidth .vc_col-sm-12 {
    padding-left: 0!important;
    padding-right: 0!important;
    width: 100%;
    vertical-align: middle !important;
    color:white;
}

.sectionWrapper{
	width: 100%;
    min-height: 700px;
}

#AboutCC {
	text-align: center;
	font-size: 150%;
}

.partners {
	background-color: #333;
	padding-bottom: 2%;
}

#text-block-1 {
    margin-bottom: 0px;
    text-align: center;
    padding-right: 48%;
    padding-top: 10%;
    color: black;
    font-size: 300%;
	color: black;
	font-weight: 700;
	text-transform: uppercase;"
}

#top-bar {
	color: white;
 
    background-color: #333;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 220%;
    padding-top: 15;
}

#mission {
	margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 50vw;
    opacity: 1;
    color: black;
}

.mission2 {
	margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 50vw;
    opacity: 1;
    color: black;
    background-color: rgba(128, 128, 128, 0.1);
    padding: 3vw 2vw;
    height: 17vw;
    margin-bottom: 5vw;
    margin-top: 3vw;
}

.quote-button {
	margin-left: 45%;
}

#quote-slide-start {
	display: block;
}

.divider {
	width: 90%;
    margin: auto;
    display: block;
}

#Partner1 {
	height: 250px;
	width: 100%;
	padding: 1vw;
}

#Partner2 {
	max-width: 100%;
    height: 150px;
    padding: 1vw 1vw 0vw;
    margin-left: 4vw;
}

.mission2 {
	background-color: rgba(128, 128, 128, 0.1);
    text-align: left;
    max-width: 50vw;
    padding: 1vw 1vw 1vw;
    margin: 1vw 30vw 1vw;
    height: 300px;
    display: none;
}

.mission2 p {
    text-align: justify;
}

.footer-text {
	text-align: center;
	background-color: white;
}

.footer-divider {
	background-color: grey;
	width: 100%;
	height: .5vw;
}

@media screen and (max-width: 900px) {
    .menu a:not(#icon):not(#logo) {display: none;}
    .menu .button {display: none;}

	/*#logo a {display: block !important; }*/

	.small {
		position: relative;
	}

	#icon {
		display: block;
		color: white;
		float: right;
		margin-top: 5vw;
	}

	.icon {
		display: block;
		position: absolute;
		right: 5vw;
		top: -7vw;
		font-size: 10vw;
		color: white;
	}

	.icon2 {
	  	display: block;
	    position: absolute;
	    right: 5vw;
	    font-size: 10vw;
	    color: white;
	}

	.small{
	    float: none;
	    font-size: 5vw;
	    text-align: left;
	    list-style-type: none;
		width: 100%;
		color: white;
	    overflow: hidden;
	    background-color: black;
	}


	#free-consult{
		text-align: center;
	}

	.small ul {
		list-style-type: none;
		display: grid;
	}

	.small a{
	    color: white;
	    text-decoration: none;
	}

	#text-block-1{
		margin-top: 14vw;
	    text-align: center;
	    font-size: 7vw;
	}

	#mission {
		margin: auto;
	    padding-top: 30px;
	    padding-bottom: 30px;
	    max-width: 70vw;
	    opacity: 1;
	    color: black;
	}

	.mainsplash {
 	position: relative;
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
 	background-image: url(shutterstock_330682019_800.jpg);
 	flex-direction: row;
    width: 100%;
    height: 5vw%;
    padding-bottom: 30%;
}
.mission2 {
	margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 70vw;
    opacity: 1;
    color: black;
    background-color: rgba(128, 128, 128, 0.1);
    padding: 3vw 2vw;
    height: 500px;
    margin-bottom: 5vw;
    margin-top: 3vw;
}

.mission2 p {
    text-align: justify;
}
}


@media screen and (max-width: 600px) {
    .menu a:not(#icon):not(#logo) {display: none;}
    .menu .button {display: none;}

	/*#logo a {display: block !important; }*/

	.small {
		position: relative;
	}

	#icon {
		display: block;
		color: white;
		float: right;
		margin-top: 5vw;
	}

	.icon {
		display: block;
		position: absolute;
		right: 5vw;
		top: -7vw;
		font-size: 10vw;
		color: white;
	}

	.icon2 {
	  	display: block;
	    position: absolute;
	    right: 5vw;
	    font-size: 10vw;
	    color: white;
	}

	.small{
	    float: none;
	    font-size: 5vw;
	    text-align: left;
	    list-style-type: none;
		width: 100%;
		color: white;
	    overflow: hidden;
	    background-color: black;
	}


	#free-consult{
		text-align: center;
	}

	.small ul {
		list-style-type: none;
		display: grid;
	}

	.small a{
	    color: white;
	    text-decoration: none;
	}

	#text-block-1{
		margin-top: 14vw;
	    text-align: center;
	    font-size: 7vw;
	}

	#mission {
		margin: auto;
	    padding-top: 30px;
	    padding-bottom: 30px;
	    max-width: 70vw;
	    opacity: 1;
	    color: black;
	}

	.mainsplash {
 	position: relative;
  	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
 	background-image: url(shutterstock_330682019_800.jpg);
 	flex-direction: row;
    width: 100%;
    padding-bottom: 332px;
}
.mission2 {
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 70vw;
    opacity: 1;
    color: black;
    background-color: rgba(128, 128, 128, 0.1);
    padding: 3vw 2vw;
    height: 500px;
    margin-bottom: 5vw;
    margin-top: 3vw;
}

.mission2 p {
    text-align: justify;
}
}


