/* --- Website by Ogino Design : www.oginodesign.com --- */

/* --- STYLES --- */

html { 
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  position: relative;
}

body{
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

h1,h2,h3,h4,h5{ margin-top:0; }

a{ 
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
a,a:hover{ 
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
}
a:active, a:focus{ outline:0; }

/* ------------ X LARGE ------------ */

@media (min-width:1600px){

}

/* ------------ LARGE ------------ */

@media (min-width:1200px) and (max-width:1599px){

}

/* ------------ MEDIUM ------------ */

@media (min-width:992px) and (max-width:1199px){

}

/* ------------ SMALL ------------ */

@media (max-width:991px) and (min-width:768px){

}

/* ------------ SMALL-LARGE ------------ */

@media (min-width:768px){

}

/* ------------ MOBILE ------------ */

@media (max-width:767px){
  
  .img-responsive{ margin-left:auto; margin-right:auto; }

}
