/* 
Title: ericviviandesign.com
*/
















/* Reset Border Box 
--------------------------------------------- */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}




/* Row Class To Contain Columns
--------------------------------------------- */

.row::before,
.row::after {
  display: table;
  content: " ";
  clear: both;
}


/* All the columns are full width on mobile.
--------------------------------------------- */

.one,
.one-third,
.two-thirds,
.one-fourth,
.half {
  width: 100%;
}



/* Finally, all the columns get floated to the left on desktop.
--------------------------------------------- */

@media only screen and (min-width: 1080px) {
  .one {
    width: 100%;
  }
  .half {
    width: calc(100% / 2);
  }
  .one-third {
    width: calc(100% / 3);
  }
  .one-fourth {
    width: calc(100% / 4);
  }
  .two-thirds {
    width: calc(100% / 3 * 2);
  }
  .three-fourths {
    width: calc(100% / 4 * 3);
  }
  .column {
    float: left;
  }


}

/* hiding things on mobile
--------------------------------------------- */
@media all and (min-width: 480px) {
    .deskContent {display:block;}
    .phoneContent {display:none;}
}

@media all and (max-width: 479px) {
    .deskContent {display:none;}
    .phoneContent {display:block;}
}

.vertpad {
    margin-top: 10px;}

/* Container
--------------------------------------------- */

.container {
    margin-top: 5px;
    margin-bottom: Auto;
    margin-right: Auto;
    margin-left: Auto;
    padding-top: 5px;
    padding-bottom: Auto;

  max-width: 1200px;
  
}








  
/* Styling
--------------------------------------------- */


.lineh {
    line-height: .15;
    
}

.lineh2 {
    line-height: 1;
    
}


.Slides {

     width: 100%;
    height: auto;
}






.column {
  
  padding: 0px;
  margin-bottom: 0px;

}



p {

font-family: "neue-haas-unica", sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: .5px;
font-size: 18px;
}

a {

font-family: "neue-haas-unica", sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: .5px;
font-size: 18px;
}

a:link {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: gray;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

a.logo {

font-family: "neue-haas-unica", sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: .5px;
font-size: 18px;
}

a.logosmall {

font-family: "neue-haas-unica", sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: .5px;
font-size: 12px;
}

a.linksmall {

font-family: "neue-haas-unica", sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: .5px;
font-size: 12px;
}

p.mailsmall {

font-family: "neue-haas-unica", sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: .5px;
font-size: 12px;
}


a.logo:link {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

a.logo:visited {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

a.logo:hover {
  color: gray;
  background-color: transparent;
  text-decoration: none;
}

a.logo:active {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}



.cntr {

  text-align: center;

}

.right {

  text-align: right;

}



/* phone navbar
--------------------------------------------- */

.mininavbar {
    
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    
}

.toppic {
    margin-top: 70px;
}

.cntrphoto {
   
      margin-left: auto;
      margin-right: auto;
      width: 99%;
    }


  
/* All this from dot style need to delete
--------------------------------------------- */
* {box-sizing: border-box}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 2400px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .5px;
  font-size: 15px;
  
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.5);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  
}

.active, .dot:hover {
  background-color: #000000;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: .5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}







