@charset "utf-8";
/* CSS Document */
body {
	color: #4f5255;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Merriweather", serif;
    line-height: 1.2;
    color: inherit;
}
h1, h2, h3 .h1, .h2, .h3 {
    margin-bottom: 1.5rem;
	font-weight: 400;
}
h1 {
	font-size: 1.75rem
}
h2 {
	font-size: 1.5rem
}

/* page content */
.sec {
    padding: 60px 50px;
}

/* Navbar */
.navbar-brand {
    text-transform: capitalize;
    font-variant: small-caps;
    letter-spacing: 0.1em;
}

.jumbotron {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0rem 1rem;
    margin-bottom: 0px;
    margin-top: 50px;
    background-color: #FFFFFF;
}
.shade {
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0 auto
}
.shade img {
    width: 350px;
    height: auto;
}
.b-bg-section {
    background-color: #EDF5F8
}
.p-bg-section {
    background-color: #F4EEF1
}
.y-bg-section {
    background-color: #FBF9EF
}
.section-pic {
	display: block;
	margin-left: auto;
    margin-right: auto;
	height: 180px;
	width: 180px;
}
.how {
    margin-top: 40px;
	padding-top: 40px;
    border-top: 3px solid #00AEEF;
}
.what {
    margin-top: 40px;
	padding-top: 40px;
    border-top: 3px solid #FFF200;
}
.find {
    margin-top: 40px;
	padding-top: 40px;
    border-top: 3px solid #D90B85;
}

/* gallery */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: none;
  background-image: none;
}
.carousel-control-next-icon:after {
  content: '>';
  font-size: 55px;
  color: #fff;
}
.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #fff;
}

/* Social links */
.social-icons {
  display:inline;
  list-style-type:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  }
.social-icons a {
    border-bottom: none;
	  }
.social-icons img {
    width: 34px;
    height: 34px;
    margin-left: 16px;
	margin-right: 16px;
	}

/* Footer */
footer {
    background-color: #424242;
    padding-top: 20px;
}
.row.footer {
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer-logo {
	width: 179px;
    height: 45px;
}
.footer p {
    text-transform: capitalize;
    color: #C0C0C0;
    padding-top: 10px;
	margin-bottom: 0px;
}
.footer_bottom {
    height: 10px;
}
.yel {
    background-color: #FFF200;
}
.blu {
    background-color: #00AEEF;
}
.mag {
    background-color: #EC008C;
}

/* Media Queiries */
@media (min-width: 576px) {
	.shade img {
    width: 400px;
    height: auto;
	}
}

@media (min-width: 768px) {
h1 {
	font-size: 2rem
}
h2 {
	font-size: 1.65rem
}
p {
	font-size: 1.05rem
}
.shade img {
    width: 440px;
    height: auto;
}
.section-pic {
	display: block;
	margin-left: 0px;
  height: 200px;
  width: 200px;
}
.how {
    margin-top: 0px;
	padding-top: 0px;
    padding-left: 40px;
	border-top: none;
    border-left: 3px solid #00AEEF;
}
.what {
    margin-top: 0px;
	padding-top: 0px;
	padding-left: 40px;
	border-top: none;
    border-left: 3px solid #FFF200;
}
.find {
    margin-top: 0px;
	padding-top: 0px;
	padding-left: 40px;
	border-top: none;
    border-left: 3px solid #D90B85;
}
.social-icons img {
    width: 34px;
    height: 34px;
    margin-left: 20px;
	margin-right: 20px;
	}
.footer-logo {
	width: 219px;
    height: 55px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  /*height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;*/
  border: 1px solid #fff;
  /*background-image: none;*/
	}
}

@media (min-width: 992px) {
h1 {
	font-size: 2.25rem
}
h2 {
	font-size: 1.75rem
}
p {
	font-size: 1.1rem
}
.social-icons img {
    width: 40px;
    height: 40px;
    margin-left: 20px;
	margin-right: 20px;
	}
.shade img {
    width: auto;
    height: auto;
	}
}

@media (min-width: 1200px) {
h1 {
	font-size: 2.5rem
}
h2 {
	font-size: 2rem
}
p {
	font-size: 1.2rem
}
.section-pic {
    height: auto;
    width: 250px;
}
.social-icons img {
    width: 45px;
    height: 45px;
    margin-left: 30px;
	margin-right: 30px;
	}
  }
