@charset "utf-8";
/*@charset "utf-8";
@import url("portfolio.css");

/*headline: font-family: 'Lato', sans-serif;
  paragraph: font-family: 'Source Serif Pro', serif;
*/
/*Parisian Evenin:
  cool green: #9EBAAF
dark blue: #19191F
light peach: #FFEEE0
salmon: #E3776C
    dark red salmon: #913A31
dark burgundy: #201624
*/
/*Masson:
  light green: #F2F1DC
olive green: #BFBA9F
light brown: #8C7E6D
dark brown: #262120
dark salmon: #8C5D58
*/

body {font-family: 'Source Serif Pro', serif;
}
h1, h2, h3, h3, h4, h5, h6 {font-family: 'Lato', sans-serif;
}

/*center an image - img is an inline element*/
img {
display: block;
margin-left: auto;
margin-right: auto;
    height: auto;
}


/*navigation style*/
.navbar-custom {font-family: 'Lato', sans-serif;
}

/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #ffb6c1 ;
}
/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
    color: #FFFFFF;
}
/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    background-color: #db7093 ;
    color: #fff;
}

/* Border and text colors for menu icon on small screens */
.navbar-toggler.custom-toggler {
    border-color: rgba(236,240,241,1.00);
    color: #fff;
}
/* Hamburger icon - use same rgb values as previous rule for stroke */

.custom-toggler .navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(236,240,241, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  color:#fff;

}

/*navbar-brand logo*/
.navbar-brand {
    background-image: url("../images/444.gif");
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: 6% center;
    padding-left: 70px;
}


#home_banner {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    background-color: #db7093;
    height: auto;
}

/*rem values are relative to the root html element, 1rem=16px*/
#home_banner h1 {
    font-size: 3em;
    color: #fff;
    position: absolute;
left: 3%;
bottom: 7%;
}


/*carousel*/
.carousel{
padding-left: 0px;
    padding-right: 0px;
}

/*3 col main section*/
.main h2 {text-align: center;
         font-weight: 800;}

/*video style*/
#embed_video {
margin-left: 1em;
margin-right: 1em;
}


blockquote {
    font-weight:300;
margin:0;
border-left:2px solid #E3776C;
    padding-left: 15px;
    font-size:1em;
    word-spacing:1px;
line-height:25px;
}


/* Featurettes
------------------------- */
.featurette {
    text-align: center;
display:flex;
    background-color: #ffe4e1;
}

.featurette-divider {
  margin: 3em 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 2em;
  color:#ffbcd9;
  padding-top: 60px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .03em;
}

.featurette-image {
    max-width: 100%;
    line-height: 600px;
}

#portfolio_jumbo {
    background-color: #ffe4e1;
}


.contact_side {
background: white url("")no-repeat center center;
background-size: cover;
padding:0;
height:540px;
}

.contact_head {
color: #f75394;
font-weight: 900;
}

.contact_info h2 {
color: #f75394;
font-weight: 900;
}

/*footer*/
footer {width:100%;
    margin: 0;
    text-align: center;
line-height: 70px;
background-color: #de5d83;
color: #FFFFFF;
}

.social a {margin: 0;
display: inline-block;
text-decoration: none;
    margin-left:10%;
margin-right:10%;
}

/* Style all font awesome icons */
.fa {
  padding: 10px;
  font-size: 30px;
  width: 40px;
  margin-right: 5px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: #ffe4e1;
}

/* Instagram */
.fa-instagram {
  background: #125688;;
  color: #ffe4e1;
}
/*desktop styles end here*/ CSS Document */

