@charset "UTF-8";
/* CSS Document */

      /*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.navbar {
    transition: all 0.4s;
	
}

.navbar .nav-link {
    color: #fff;
	
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #fff;
}


/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #555;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}

.shadowText {
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }
}


/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/
.text-small {
    font-size: 0.9rem !important;
}


body {
 min-height: 110vh;
 font-family:"Roboto",Helvetica,Arial,sans-serif;
 font-size:15px;
 line-height:1.55;
 color:#000;
 background-color:#fff
}

.carousel-item {
  height: 75vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}


.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
	  font-size: 3.5rem;
	}
}
  
//More Custom CSS
@media (max-width:767px) {
 .text-center-xs {
  text-align:center !important
 }
 .text-center-xs img {
  display:block;
  margin-left:auto;
  margin-right:auto
 }
}
@media (min-width:768px) and (max-width:991px) {
 .text-center-sm {
  text-align:center !important
 }
 .text-center-sm img {
  display:block;
  margin-left:auto;
  margin-right:auto
 }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
 font-family:"Roboto Condensed",Helvetica,Arial,sans-serif;
 font-weight:700;
 line-height:1.2;
 color:#000
}
h1,
.h1 {
 font-size:60px
}
h2,
.h2 {
 font-size:42px
}
h3,
.h3 {
 font-size:30px;
 font-weight:700
}
h4,
.h4 {
 font-size:21px;
 font-weight:700
}
h5,
.h5 {
 font-size:15px;
 font-weight:700
}
h6,
.h6 {
 font-size:13px;
 font-weight:700
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
 margin-top:0;
 margin-bottom:23px
}
p {
 margin:0 0 23px
}
.lead {
 margin-bottom:23px;
 font-size:17px
}
@media (min-width:768px) {
 .lead {
  font-size:22.5px
 }
}
.text-small {
 font-size:13px
}
.text-large {
 font-size:19px
}
.text-italic {
 font-style:italic
}
.text-primary {
 color:#ef5285
}
a.text-primary:hover {
 color:#eb2364
}
.bg-primary {
 color:#fff;
 background-color:#ef5285
}
a.bg-primary:hover {
 background-color:#eb2364
}
abbr[title],
abbr[data-original-title] {
 border-bottom:1px dotted #999
}
blockquote {
 padding:11.5px 23px;
 margin:0 0 23px;
 font-size:15px;
 border-left:5px solid #ef5285
}

.negative-margin {
    /*margin-top: -60px;*/
}
.background-gray-lightest {
    background: #f7f7f7;
}
section {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

#carousel-home .super-heading {
    font-size: 70px;
}

#carousel-home h1, #carousel-home h2, #carousel-home h3, #carousel-home h4 {
    font-weight: 700;
    color: #fff;
}

#carousel-home .super-paragraph {
    font-size: 30px;
    font-weight: 300;
}

.footer {
  background-color: #333;
  padding: 20px 0;
font-size: 15px;
line-height: 28px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer__copyright p.credit {
    text-align: right;
}
.footer__copyright p {
    margin: 0;
}

.footer__copyright {
    color: #ccc;
    font-size: 13px;
    line-height: 28px;
}

.centerthis {
  	width:auto;
    max-width: 100%;
    width: auto\9; /* ie8 */
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
	min-height: 70vh;
    max-height: 90vh;  
}

.card-img-top {
	cursor:pointer;
	cursor:hand;
}