@charset "UTF-8";

/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/


/* GLOBAL
----------------------*/


@font-face {
  font-family: Renogare;
  src: url(../../fonts/Renogare-Regular.ttf);
}

@font-face {
  font-family: 'proximanovaregular';
  src: url("../fonts/proximanovaregular.eot");
  src: url("../fonts/proximanovaregular.eot") format("embedded-opentype"), url("../fonts/proximanovaregular.woff2") format("woff2"), url("../fonts/proximanovaregular.woff") format("woff"), url("../fonts/proximanovaregular.ttf") format("truetype"), url("../fonts/proximanovaregular.svg#proximanovaregular") format("svg"); 
}
@font-face {
  font-family: 'Proxima Nova';
  src: url(../fonts/ProximaNova-Black.woff2) format('woff2'),
  url(../fonts/ProximaNova-Black.woff) format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url(../fonts/ProximaNova-Bold.woff2) format('woff2'),
url(../fonts/ProximaNova-Bold.woff) format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url(../fonts/ProximaNova-Semibold.woff2) format('woff2'),
url(../fonts/ProximaNova-Semibold.woff) format('woff');
font-weight: 600;
font-style: normal;
}

@font-face {
  font-family: 'museo100';
  src: url("../fonts/museo_100-webfont.woff2") format("woff2"), url("../fonts/museo_100-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo300';
  src: url("../fonts/museo300-regular-webfont.woff2") format("woff2"), url("../fonts/museo300-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo700';
  src: url("../fonts/museo700-regular-webfont.woff2") format("woff2"), url("../fonts/museo700-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
	font-family: 'proximanovaregular';
    position: relative;
}

::-moz-selection { background: transparent; }
::selection { background: transparent; }

a {
    color: #6e6e6e;
}

a:hover,
a:focus {
    color: #000;
	text-decoration: none;
}

.button { width: 90%; line-height: 40px; color: #fff; background: #678208; border-radius: 5px; text-align: center; margin: 0 auto; font-size: 20px;}
.button:hover {color: #fff; background: #FF9900; text-decoration: none;}
.button2 { color: #678208; background: #fff; border-radius: 5px; text-align: center; margin: 30px auto; font-size: 17px; padding: 5px 17px; border: 1px solid #678208;}
.button2:hover {color: #678208;text-decoration: none;}

.about-nutra {margin: 60px 0;}

@media (max-width:991px) {
	.about-nutra {margin: 40px 0;}
}

.owl-next.disabled {display: none;}
.owl-prev.disabled {display: none;}

.pricing img {
    border-radius: 5px;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.pricing img:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.top-20 {padding-top: 20px;}


#banner {width: 100%;
    border: 0px solid #0F0;
    float: left;
    position: relative;
    overflow: hidden;}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
   margin: 0 auto;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


.rslides_container {
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 44%;
  left: 0;
  opacity: 0.4;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 40px;
  width: 22px;
  background: transparent url("../slider/themes.gif") no-repeat left top;
  /*margin-top: -40px;*/
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("../slider/themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
    display: none;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }

h1 {
	font-family: 'museo700';
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
	font-family: 'museo700';
    font-size: 45px;
    font-weight: 300;
    color: #678208;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
	font-family: 'museo700';
    color: #678208;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 25px;
    font-weight: 500;
    color: #678208;
}

h5 {
    font-size: 28px;
    font-weight: 300;
    color: #678208;
    margin-bottom: 0.7rem;
}

p {
    color: #6e6e6e;
    font-size: 18px;
}

p.lead {
    color: #6e6e6e;
    margin-bottom: 2rem;
}

.text-primary {
    color: #fff !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #d6619c;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #fd378e 0%, #e54595 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #678208;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

#contact .col-lg-4 { margin-top: 20px;}
.contact .col-lg-4 { margin-top: 50px;}
.contact strong {font-family: 'museo300';}

.light-bg {
	background: url("../images/green-bg.jpg") no-repeat 0px 0px #678208;
    background-size: 100% 100%;

}

.white-bg {
/*
    background-image: url("../images/white-bg.jpg")!important;
    background-repeat: no-repeat;
    background-attachment: fixed!important;
    background-position: center;
    background-size: cover;
*/
    background-color: #fff;

}
.navbar-collapse {background: url("../images/menu-bg.png") no-repeat 0px 185px;}

.light-bg p {color: #fff; }
.light-bg a {color: #fff; }


.section-title {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.section-title small {
    color: #998a9b;
}

@media (max-width:991px) {
	.navbar-expand-lg .navbar-nav {padding: 25px 0 600px 0;}
	.d-block a {font-size: 17px;}
	
}



@media (min-width:992px) {
	.navbar-expand-lg .navbar-nav {margin-top: 13px;}
}



@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}



/* NAVBAR
----------------------*/

.nav-menu {
    /*padding: .3rem 0;*/
    transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: #678208;
    /*background-color: rgb(74, 13, 143);
    background: -moz-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: -webkit-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
*/
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
	z-index: 99999999;
}

.nav-menu.is-scrolling {
    padding: 0 0 10px 0;
}

.navbar-nav .nav-link {
    position: relative;
}

@media (min-width: 1024px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
        font-size: 14px;
        color: #fff;
		font-family: 'museo300';
    }
    
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #fff;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}


@media (max-width:1024px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
       padding-right: .4rem;
        padding-left: .8rem;
        font-size: 20px;
        color: #fff;
    }
    .navbar-nav .nav-item {
        text-align: right;
    }
}


/* HERO
----------------------*/

header {
    padding: 70px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
    background-color: #678208;
/*
    background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
*/
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
}


.section {padding: 20px 0;}


@media (max-width:1200px) {
    .img-holder {padding-bottom: 50%;}
}



@media (max-width: 1024px) {
.about {padding: 400px 0 40px 0;}
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
    
    .section {padding: 25px 0 30px 0;}
    .about {padding: 180px 0 0 0;}
}



@media (max-width:767px) {
    .tagline {font-size: 17px;}
    .img-holder {padding-bottom: 100%;}
    .section {padding: 40px 0 40px 0;}
    .about {padding: 130px 0 0 0;}
}



@media (max-width:567px) {
    .section {padding: 50px 0 50px 0;}
    .about {padding: 50px 0 0 0;}
    
}

@media (max-width:420px) {
    
    .section {padding: 40px 0 40px 0;}
    .about {padding: 50px 0 0 0;}
    }


/* FEATURES
----------------------*/

.gradient-fill:before {
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card.features {
    border: 0;
    border-radius: 3px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}



.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #fc73b4;
    background: -moz-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: -webkit-linear-gradient(top, #9477b4 0%, #fc73b4 100%);
    background: linear-gradient(to bottom, #9477b4 0%, #fc73b4 100%);
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
}

.card.features:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
    padding: 10px;
    width: 70px;
    border-radius: 3px;
    margin-bottom: 1.5rem;
    background-color: #FFF;
}

.circle-icon {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    background-color: #ecc3a9;
    color: #678208;
    font-size: 48px;
    text-align: center;
    line-height: 80px;
    font-weight: 300;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 50px;
    }
}

/*
.ui-steps li:hover .circle-icon {
    background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
}
*/

.ui-steps li {
    padding: 15px 0;
}

.ui-steps li:not(:last-child) {
    border-bottom: 1px dotted #678208;
}

.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
	}
}

@media (max-width:992px) {
	.navbar-dark .navbar-toggler  {margin-top: 10px;}
}

.


/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    color: #678208;
}


/*  TESTIMONIALS
----------------------*/

.testimonials h5 {font-size: 20px;}

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.testimonials-single h5 { color: #fff;}



.blockquote {
    color: #fff;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 28%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #d1d1d1;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #678208;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #4e6305;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.we-work {padding: 40px 0;}
.we-work we-img { display: block; width: 100%; padding-right: 20px; margin-bottom: 20px; text-align: center;}
.we-work span {
		display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    box-shadow: 0 2px 25px -2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 25px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 25px -2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 25px -2px rgba(0, 0, 0, 0.1);
    margin: 0 auto 20px;
	}
.we-work div:hover span {
	box-shadow: 0 2px 30px -2px rgba(103, 130, 8, 0.3);
    -webkit-box-shadow: 0 2px 30px -2px rgba(103, 130, 8, 0.3);
    -moz-box-shadow: 0 2px 30px -2px rgba(103, 130, 8, 0.3);
    -o-box-shadow: 0 2px 30px -2px rgba(103, 130, 8, 0.3);
}
.we-work span img {margin: -12px 0 0 -5px;}
.we-work p {display: inline-block; width: 100%;; font-size:17px; text-align: center;}

.we-work div:hover p {color: #000;}

@media (max-width:992px) {
	
	.we-work p { margin-bottom: 60px;}
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
    transform: scale(0.8);
    transition: all 0.3s ease-in;
}

.img-gallery .owl-item span{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color:rgba(40,70,1,0.9);
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 40px;
    display: block;
	font-size: 18px;
}

.img-gallery .owl-item.center {
    transform: scale(1);
}


/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
       
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #678208;
}

.card.pricing .card-head {
    text-align: center;
    padding:0px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #678208;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #6e6e6e;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #FFF;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #FFF;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/

.social-icons {
    text-align: left;
}

.social-icons a {
    background-color: #FFF;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #678208;
    transition: all 0.3s ease;
    border: 1px solid #dcdcdc;
}

.social-icons a:hover {
    text-decoration: none;
    color: #048331;
}

@media (max-width:991px) {
    .social-icons {
        margin-top: 2rem;
    }
}

footer {background-color: #dadada; padding: 0; margin: 0; line-height: 40px; display: block; }
footer p{padding: 0; margin: 0;}