@import url('https://fonts.googleapis.com/css?family=Heebo:400,700,900&display=swap');

body
{	
font-family: 'Heebo', sans-serif;

	/*background: url("/img/dark.jpg") no-repeat center center fixed !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	font-family: 'Varela Round', serif;	*/
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
/*background: rgb(2,0,36) no-repeat center center fixed !important;;
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%) no-repeat center center fixed !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;*/
	
	
	
	/*background: #1e5799;
  background: -moz-linear-gradient(top,  #1e5799 0%, #7db9e8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#7db9e8));
  background: -webkit-linear-gradient(top,  #1e5799 0%,#7db9e8 100%);
  background: -o-linear-gradient(top,  #1e5799 0%,#7db9e8 100%);
  background: -ms-linear-gradient(top,  #1e5799 0%,#7db9e8 100%);
  background: linear-gradient(to bottom,  #1e5799 0%,#7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
  background-attachment: fixed;*/
  
  
  background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);

	
}

a, a:visited, a:active, a:hover {
	color: white;
}



html {
  scroll-behavior: smooth;
  
}


.myFont{
  font-size:20px;
}

.select2-results__option { 
  font-size: 18px;
}

.select2 { 
  font-size: 18px;
}



.menuBTN {
	margin-bottom: 5px;
	color: black;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 32px;
    user-select: none;
    -webkit-user-select: none; }

/* line 131 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 32px; }
    
/* line 139 */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    
    
    iframe {
   /*border:20px solid red; */
   border-radius: 3px !important;
}


.boxShadow {
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}


@font-face {
  font-family: 'DanaYadAlefAlefAlef';
  font-style: normal;
  src: local('DanaYadAlefAlefAlef'), local('DanaYadAlefAlefAlef-Normal'), url(DanaYadAlefAlefAlef-Normal.woff) format('woff2');
}

@font-face {
  font-family: 'GveretLevinAlefAlefAlef';
  font-style: normal;
  src: local('GveretLevinAlefAlefAlef'), local('GveretLevinAlefAlefAlef-Regular'), url(GveretLevinAlefAlefAlef-Regular.woff) format('woff2');
}

.handWrite{
	font-family: 'GveretLevinAlefAlefAlef', sans-serif;
}


::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    -webkit-overflow-scrolling: auto;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
    