/*
orange color #e67e22


*/

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

/**BASIC SETUP**/

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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
    color: #555;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden; 
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/*------------- **REUSEABLE COMPONANTS** -------------*/

.row {
    max-width: 1920px;
    /*margin: 0 auto 0 auto;*/
    margin: 25px auto;
}


section {
    padding: 80px 0;
}

.box {
    padding: 1% 0;
}

ul {
	list-style-position: inside;	
	list-style-type: circle;
}

li {
	padding-bottom: 3px;
}

li a {
	text-decoration: none !important
}

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

.section-features .long-copy {
    margin-bottom: 30px;
}



/*------------- **PARAGRAPHS** -------------*/

.long-copy {
    line-height: 150%;
    width: 70%;
    margin-left: 15%;
}


/*------------- **HEADINGS -------------*/

h1,
h2,
h3 {
    font-weight: 300;
    text-transform: uppercase;
	font-family: 'EB Garamond', serif;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #656565;
    font-size: 240%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2{
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

h3 {
    font-size: 125%;
    margin-bottom: 10px;
}

.noupper {
    text-transform: none !important;
}

.title {
    font-size: 180%;
    word-spacing: 2px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.subtitle {
    font-size: 150%;
    word-spacing: 2px;
    text-align: left;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: dodgerblue;
}


h2:after {
    display: block;
    height: 2px;
    background-color: #229be6;
    background-color: #761f89;
    content: " ";
    width: 130px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.box p {
    font-size: 90%;
    line-height: 145%;
}




/*------------- ** LINKS ** -------------*/

a:link,
a:visited {
    color: #229be6;
    text-decoration: none;
    padding-bottom: 1px;
    transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
    color: #555;
	text-decoration: underline;
}




/*------------- **BUTTONS** -------------*/

/* .btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    color: #fff;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}


.btn-full:link,
.btn-full:visited,
input[type=submit] {
    background-color: #229be6;
    border: 1px solid #229be6;
    color: #fff;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #229be6;
    color: #229be6;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #229be6;
}

.btn-full:hover,
.btn-full:active,
input[type=submit]:hover,
input[type=submit]:active,{
    /*background-color: #cf6d17;*/
   /*  border: 1px solid #229be6;
    /*color: #fff;*/
/* }

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #229be6;
    color: #fff;
}




/*------------- **worldmap** -------------*/

.area {
    background:#fff;
    opacity:0;
    position:absolute;
}

#namerica:hover, #area2:hover {
    opacity:0.2;
}

.worldmap-box {
    display: block;
    
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}

#worldmap {
    display: block;
    
    overflow: auto;
    
}


/*------------- **MEALS** -------------*/

.section-meals {
    padding: 0px;
}

.back-to-map {
    padding: 3vw;
    margin-left: 3vw;
}


.meals-showcase {
    list-style: none;
    width: 100%;
}

.meals-showcase li {
    padding: 0px;
    margin: 0px;
    display: block;
    float: left;
    width: 25%;
        
}
.meal-photo {
    width: 100%;
    margin: 0px;
    overflow: hidden;
    background-color: #000;
}

.meal-photo img {
    opacity: .7;
    width: 100%;
    height: auto;
    transform: scale(1.3);
    transition: transform 0.5s, opacity 0.5s;
}

.meal-photo img:hover {
    opacity: 1;
    transform: scale(1.1);
}




/*------------- **ICONS** -------------*/

/* .icon-big {
    font-size: 350%;
    display: block;
    color: #229be6;
    margin-bottom: 5px;
    
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #229be6;
    font-size: 120%;
    
    /* Secrets to align text and icons*/
    /* line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}

/* ------------ ** SlideShow ** ------------ */


/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

/*.main-gallery{
    max-height: 200px;
    max-width: inherit;
}


.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

/*.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

/*.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  /*pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

/*.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
 /* transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
/*.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

/*.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}


/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 98%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 0%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 0px;
  height: 0px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: .5;
}



    HTML CSS JS 

    Result
    Skip Results Iframe

EDIT ON

/* external css: flickity.css */

* { box-sizing: border-box; }

body { font-family: sans-serif; }

.carousel {
  background: black;
}

.carousel-cell {
  width: 60%;
  height: 200px;
  /* flex-box, center image in cell */
  display: -webkit-box;
  display: -webkit-flex;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}

.carousel-cell img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  /* dim unselected */
  opacity: 0.7;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s, -webkit-filter 0.3s, filter 0.3s;
          transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

/* brighten selected image */
.carousel-cell.is-selected img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: none;
          filter: none;
}

@media screen and ( min-width: 768px ) {
  .carousel-cell {
    height: 400px;
  }
}

@media screen and ( min-width: 960px ) {
  .carousel-cell {
    width: 60%;
  }
}

/* buttons, no circle */
.flickity-prev-next-button {
  width: 60px;
  height: 60px;
  background: transparent;
  opacity: 0.6;
}
.flickity-prev-next-button:hover {
  background: transparent;
  opacity: 1;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
/* closer to edge */
.flickity-prev-next-button.previous { left: 0; }
.flickity-prev-next-button.next { right: 0; }
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}



/*------------- **HEADER** -------------resources/img/marios-fb-main.jpg*/

header {
	min-height: 100vh;
    padding-top: 3vh;
    
}

.hero-marios-box {
    
	display: inline-block;
	min-height: 80vh;
    position: absolute;
    margin-left: 0;
    left: 0px;
	top: 0vh;
    width: 100%;
    padding-left: 10vw;
	/* border: 1px solid green; */
    background-image: url(../img/marios-front.jpg);
    background-color: white;
    background-size: 75vh;
	background-repeat: no-repeat;
    background-position: -00% bottom;
    background-position: left center;
    background-clip: padding-box;
    height: 100vh;
}

.hero-text-box {
	display: inline-block;
	min-height: 50vh;
    position: absolute;
    right: 0px;
	top: 40vh;
    width: 50%;
	/* border: 1px solid red; */
}

.logo {
    height: 10vh;
	z-index: 1;
	position: absolute;
	bottom: 3vh;
	left: 60%;
}

.logo2 {
    display: none;
	height: 7vh;
	z-index: 1;
	padding-left: 1vh;
}

.logo-black {
    display: none;
    height: 50px;
    width: auto;
    float: left;
    margin: 5px 0;
}

.hero-marios-box .mariosbox {
	width: 25vw;
	float: right;
	vertical-align: center;
    margin-right: 15vw;
    margin-top: 20vh;
}

.hero-text-box #mariosname { 
    margin-top: 3vh;
}

.hero-text-box .scribble {
	width: 600px;
	padding-left: 130px;
}

span#s1,
span#s2,
span#s18,
span#nicosia {
	font-size: 5vh;
	font-family: 'EB Garamond', serif;
	padding-right: 1vh;
}


span#s18 {
	font-weight: bold;
	color: #072;
	color: #c90;
	padding: 0 5.9vh;
}
span#s2 {
	font-weight: bold;
	color: #c90;
	/*
	position: relative;
	top:100px;
	left: -50px;
	*/
}
span#nicosia {
	font-size: 2.87vh;
    font-family: 'Noto Sans', sans-serif;
	display: inline-block;
	margin-left: 75%;
	padding: 1.7vh 0;
    padding-top: 10px;
}/*  MAIN-NAV  */

span#dentalcyprus {
    color: #761f89;
    width: 100vw;
	font-size: 2.87vh;
    font-family: 'Noto Sans', sans-serif;
	display: inline-block;
	/* margin-left: 50%;
    margin-right: 50vw; */
	padding: 10px 10px;
}


span#foot-txt {
	font-size: 2vh;
    font-family: 'Noto Sans', sans-serif;
	display: inline-block;
	padding: 1.7vh 0;
    margin-right: 10px;
}
/*///////////////////////
  MAIN-NAV  
///////////////////////*/

 .main-nav-list {
    list-style: none;
    margin-top: 0px;
    display: flex;
    gap: .5rem;
}
.main-nav-link:link,
.main-nav-link:visited {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

.nav-div {
background: white;
	 float: right;
	padding-right: 3vw;
    padding-top: 7vh;
    margin-left: 15px;
    display: block;
    width: 350px;
    overflow: auto;
    height: 55px;
}

/*------------- **  Scroll Icon Div  ** -------------*/

 .scroll-icon {
    display: block;
    height: 20px;
    padding-right: 10px;
    vertical-align: middle;
    float: left;
}


.main-nav {
    background: #229be600;
    background-color: rgba(109, 109, 109, 0);
    float: right;
    list-style: none;
	font-size: 2.4vh;
    margin-top: 2.1vh;
    padding-left: 10px;
    margin-left: auto;
	z-index: 99999;	
	position: relative;
    margin-right: 2vw;
}
.main-nav img {
    resize: 17px;
}

.main-nav li{
    display: inline-block;
    margin-left: 10px;
	padding-bottom: 0px !important;
}

.main-nav li a:link,
.main-nav li a:visited {
    padding: 0px;
    color: #555;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
	font-family: 'EB Garamond', serif;
	display: block;
}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #761f89;
} */

div.hero-foot {
	height: 50px;
	width: 100%;
	background-color: #ccccda;
	position: static;
	bottom: 0px;
}

div.hero-head {
	height: 12vh;
	width: 100%;
	background-color: #ccccda;
	position: absolute;
	top: 0px;
	z-index: 2;
}

/*------------- ** Mobile Navi ** -------------*/

 .mobile-nav-icon {
    float: right;
    margin-top: 0px;
    cursor: pointer;
    display: none;
	position: relative;
	z-index: 999999;
}

.mobile-nav-icon i {
    font-size: 200%;
    color: #797979;
}



/*  STICKY-NAV  */

 .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.99);
    box-shadow: 0 2px 2px rgba(199, 199, 199, 0.97);
    z-index: 9999;
}

.sticky .main-nav { margin-top: 18px; }


.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 16px 0;
    color: #555;
}

.sticky .logo { display: none;}
.sticky .logo-black { display: block;}




/*------------- **HOW IT WORKS** -------------*/



.section-steps{
     
    background-color: #c6dce0;
    background-color: #d6ace0;
       
}

.section-openclinic{
    background-color: #d6ace0;    
}

.section-features{
    background-color: rgba(255, 255, 255, 0);
}

.steps-box {
    margin-top: 0px;
    
}

.steps-box:first-child {
    text-align: justify;
    padding-right: 1%;

}

.steps-box:last-child {
padding-left: 1%;
    margin-top: 20px;
    
}

.app-screen {
    margin-top: 0px;
    width: 85%;
    height: auto;
    display: block;
  margin-left: auto;
  margin-right: auto;
    
}

.works-steps {
    margin-bottom: 10px;
}

.works-steps:last-of-type{
    margin-bottom: 30px;
}

.works-steps div {
    color: #e67e22;
    border: 2px solid #e67e22;
    display: inline-block;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    text-align: center;
    padding: 5px;
    float: left;
    font-size: 150%;
    margin-right: 25px;
}

.btn-app:link,
.btn-app:visited {
    border: 0px
}


.btn-app img {
    height: 50px;
    width: auto;
    margin-right: 10px;
    box-shadow: 0 2px 5px #d1d1d0;
}


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

.section-testimonials {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/PhotographerAndStatue.jpg);
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
    
}

blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
}

blockquote:before {
    content: "\201C";
    font-size: 500%;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
}

cite {
    font-size: 90%;
    margin-top: 25px;
    display: block;


}

cite img {
    height: 45px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}




/*------------- **  CITIES  ** -------------*/

.box img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px #d1d1d0;
    
}

.city-feature {
    margin-bottom: 5px;
}


/*------------- **  PLANS  ** -------------*/

.section-plans {
    background-color: #fdf1dc;
}

.section-photo-gallery {
    margin-top: 3vh;
    padding-top: 15vh;
    background-color: #fdf1dc;
}

.plan-box {
    background-color: #fff;
    border-radius: 5px;
    width: 90%;
    margin-left: 5%;
    box-shadow: 0 2px 5px #d1d1d0;
    
}

.plan-box div {
    padding: 15px;
    border-bottom: 1px solid #edd8c6;
}

.plan-box div:first-child {
    background-color: #fff8f2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.plan-box div:last-child {
    text-align: center;
    padding: 15px;
    border: none;;
}

.plan-price {
    font-size: 300%;
    font-weight: 100;
    margin-bottom: 10px;
    color: #e67e22;
}

.plan-price span {
    font-size: 30%;
    font-weight: 300;
}

.plan-price-meal {
    font-size: 80%;
    margin-bottom: 10px;
    
    
}

.plan-box ul {
    list-style: none;
}

.plan-box ul li {
    padding: 5px 0;
}


/*------------- **  CONTACT FORM  ** -------------*/

/* .contact-form-top {
    width: 60%;
    margin: 0 0;
}


.contact-form {
    width: 60%;
    margin: 0 auto;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus {outline: none;}

/*.contact-form {
    width: 60%;
    margin: auto;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

input[type=checkbox] {
    margin: 10px 5px 10px 0;
}

*:focus {outline: none;}

.map-box {
    width: 80%;
    height: 600px;
    position: relative;
}

/* .map {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 0;
} */



/* .form-box-top {
    position: absolute;
    width: 80%;
    top: 175px;
    right: 0;
    left: 20;
    background: rgba(0, 255, 255, 0.9);
    z-index: 10;
    height: 500px;
    padding-top: 40px;
}

.form-messages-top {
    width: 70%;
    margin: 10 auto;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}



.form-box {
    position: absolute;
    width: 70%;
    top: 0px;
    right: 0;
    left: 10;
    z-index: 10;
    height: 500px;
    padding-top: 40px;
}

.form-messages {
    width: 60%;
    margin: 10 auto;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 20px;
    text-align: center;
}

.success {
    background-color: rgba(83, 255, 156, 0.81);
}

.error {background-color: rgba(255, 77, 77, 0.83);}


/*------------- **  CONTACT FORM  ** -------------*/

footer {
    background-color: #333;
    padding: 40px;
    font-size: 80%;
}

.pages-footer {
    text-align: right;
	height: 5.5vh;
	width: 100%;
	background-color: #ccccda;
	position: relative;
}

.footer-nav {
    list-style: none;
    float: left;
}

.social-links {
    list-style: none;
    float: right;
}

.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    transition: color 0.2s;
    
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #ddd;
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 150%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram {
    transition: color 0.2s;
}

.ion-social-facebook:hover {
    color: #3b5998;
}

.ion-social-twitter:hover {
    color: #55acee;
}

.ion-social-googleplus:hover {
    color: #dd4b39;
}

.ion-social-instagram:hover {
    color: #ffc838;
}



footer p {
    color: #888;
    text-align: center;
    margin-top: 10px;
}


/*------------- ** Animations ** -------------*/

.js--wp-1,
.js--wp-2,
.js--wp-3 {
    opacity: 0;
    animation-duration: 1s;
}

.js--wp-4 {
    animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated {
    opacity: 1;
}



/*------------- ** Mobile Navigation ** -------------*/

/* $('.js--nav-icon').click(function); */














