@import url(//fonts.googleapis.com/css?family=Tangerine|Oswald:100,300,700|Alegreya+Sans:100,300|Josefin+Sans:400,600,300|Roboto:300,400);

$bootstrap-icons-font-dir: "../node_modules/bootstrap-icons/font/fonts";
@import "bootstrap-icons/font/bootstrap-icons";

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
     /*margin: 0;*/
  /*padding: 0;*/
  overflow-x: hidden; 


}

.small-Oswald {font-family: "Oswald", sans-serif; font-size:34px; font-weight:100; color: #333 !important;  }
.text-Josefin {font-family: 'Josefin Sans', sans-serif; font-size:20px; color: #333 !important;  }
.oswald-white {font-family: "Oswald", sans-serif; font-size:20px; font-weight:100; color: #fff !important;  }

.custom-head-tangerine {font-family: "Tangerine"; font-size:52px; color:#242426;}
.custom-text-tangerine {font-family: "Tangerine"; color:#242426 !important; }

.text-Noto {font-family: "Oswald", sans-serif;  color:#333333  !important;}
.text-NotoSmall {font-family: "Oswald", sans-serif; font-size:22px  !important;}

.text-profile {font-family: 'Alegreya Sans', sans-serif; color:#FFFFFF  !important;}

.text-simple{
  font-family:'Josefin Sans', sans-serif; float: center; font-size:18px !important;}
  
  .text-largesimple{
  font-family:'Josefin Sans', sans-serif; font-size:38px; !important
  }
  
  .h3-1 {font-family: "Oswald", sans-serif; font-size:26px;}
 
 .Text-Roboto{
 font-family: "Roboto",sans-serif; font-size: 14px; font-weight: 300; line-height:30px !important}
 
  .Text-MenuRoboto{
 font-family: "Roboto",sans-serif; font-size:18px; !important}
 
  
 
.Text-PT{ 
   font-family:"PT Sans";
   font-size:36 !important}
   
.new1-menu{
	text-decoration: none; font-size: 16px; font-family: Roboto, sans-serif; color: #333;
}
.new1-menu:visited {
	text-decoration: none; font-family:Roboto, sans-serif; color: #333;
}
.new1-menu:hover {
	text-decoration: underline; font-family:Roboto, sans-serif; color: #0145a9;
}
.new1-menu:active {
	text-decoration: none; font-family:Roboto, sans-serif; color: #0145a9;
}

.N1-menu{
  text-decoration: none; font-family: Roboto, sans-serif; color: #fe9f67;
}
.N1-menu:visited {
  text-decoration: none; font-family:Roboto, sans-serif; color: #fe9f67;
}
.N1-menu:hover {
  text-decoration: none; font-family:Roboto, sans-serif; color: #fff;
}
.N1-menu:active {
  text-decoration: none; font-family:Roboto, sans-serif; color: #fff;
}



.white-menu{
	text-decoration: none; font-family: Roboto, sans-serif; color: #fff; font-family:Roboto, sans-serif; font-size:14px;}
.white-menu:visited {
	text-decoration: none; font-family:Roboto, sans-serif; color: #fff; font-family:Roboto, sans-serif; font-size:14px;}
.white-menu:hover {
	text-decoration: none; font-family:Roboto, sans-serif; color: #B6B6B6; font-family:Roboto, sans-serif; font-size:14px;}
.white-menu:active {
	text-decoration: none; font-family:Roboto, sans-serif; color: #B6B6B6; font-family:Roboto, sans-serif; font-size:14px;}


 .text-blink{
    font-family: "Oswald", sans-serif;
	font-size:30px;}



.text-software{
   font-family:'Josefin Sans', sans-serif;
   font-size:16px;
   margin-left:-25px;
   margin-top:5px;
   color:#2D2D2D;
 }
 
 .icon-size{
   font-size:20px;
   margin-left:10px;
 }
.text-white {
  color: #FEFEFE;
  font-family: Georgia, "Times New Roman", Times, serif;
  
}
.text-whitesize {
  font-size:90px;
    
}
/* Custom Button Style*/
.btn-green {
  color: #000000;
  background-color:#82B53F;
  border-color: #91BE07;
}
.btn-green:hover {
  color: #FFFFFF;
  background-color: #99CC33;
  border-color: #808040;
}
.btn-Plum{
  color: #fff;
  background-color: #AD07B1;
  border-color: #AD07B1;
}
.btn-Plum:focus,
.btn-Plum.focus {
  color: #fff;
  background-color: #A91693;
  border-color: #1b6d85;
}
.btn-Plum:hover {
  color: #fff;
  background-color:#A91693;
  border-color: #AD07B1;
}  

.btn-zink {
  color: #F9F9F9;
  background-color: #04B5AC;
  border-color: #04B5AC;
}
.btn-zink:focus,
.btn-zink.focus {
  color: #fff;
  background-color: #25A088;
  border-color: #1A7160;
}
.btn-zink:hover {
  color: #fff;
  background-color: #04D5CF;
  border-color: #04B5AC;
}
.btn-zink:active,
.btn-zink.active,
.open > .dropdown-toggle.btn-zink {
  color: #fff;
  background-color:#04B5AC;
  border-color: #269abc;
}
.btn-web {
    color: <?=$LinkColor?>/*#0570A9*/;
    /*background-color:#EFEFEF ;*/
    border-color: <?=$LinkColor?>;
    background-size: 200% 100%;
    background-image: linear-gradient(to left, transparent, transparent 50%, <?=$LinkColor?> 50%, 
        <?=$LinkColor?>);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
}
.btn-web:focus,
.btn-web.focus {
  color: #fff;
  background-color: <?=$LinkColor?>;
  border-color: #6C6C6C;
}
.btn-web:hover {
  /*color: #FFF;
  background-color: <?=$LinkColor?>/*#0570A9*;
  border-color: #6C6C6C;*/
 background-position: 0 0;
}
.btn-web:active,
.btn-web.active,
.open > .dropdown-toggle.btn-web {
  color: #fff;
  background-color:<?=$LinkColor?>;
  border-color: #6C6C6C;
}
/*.btn-grey {
  color: #0570A9;
  background-color: #EFEFEF;
  border-color: #575757;
}
.btn-grey:focus,
.btn-grey.focus {
  color: #fff;
  background-color: #0570A9;
  border-color: #6C6C6C;
}
.btn-grey:hover {
  color: #EFEFEF;
  background-color: #0570A9;
  border-color: #6C6C6C;
}
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  color: #fff;
  background-color:#0570A9;
  border-color: #6C6C6C;
}
*/