/*
===============================================
= CSS Nethanet    Date: 05/05/2021 Nethan Web =
===============================================
*/

  @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
/*@import url('https://fonts.googleapis.com/css2?family=Rokkitt:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,300&display=swap');*/

/* RESET STYLE */
body {
    /*font-family: 'Poppins', sans-serif;*/
    /*font-family: 'Rokkitt', serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    color: #444444;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #ffffff;
}

h1, h2, h3, h4, h5 {
    margin-bottom: 15px;
    padding: 0;
}
p {
    margin-bottom: 15px;
    padding: 0;
    line-height: 1.5em;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
blockquote {
  font-style: italic;
}
ul li {
  line-height: 1.3em;
}
hr {
  margin: 15px 0;
}
/* END RESET STYLE */

/* COMMON STYLES*/

/* END COMMON STYLES */

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
  
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
       
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    
}


 
