body{
    width: 100%;
    box-sizing: border-box;
    margin:0;
}

table {
  width: 100%;
}

 .butoaneTulcea {
 	color: white;
    width: 600px;
    margin-bottom: 25px;
    height: 80px;
    border-radius: 15px;
    background: #04244c;
    cursor: pointer;
    font-size: 25px;
 }

 #textIMG{
 	color: #058cf2;
    position: absolute;
    right: 221px;
    top: 238px;
    text-align: center;
    font-size: 22pt;
 }

 #textCentru {
 /*	position: absolute;*/
 	text-align: center;
    color: #04244c;
    font-size: 42pt;
   /* top: 37%;
    left: 50%;*/
   /* transform: translate(-50%, -20%);*/
    width: 100%;
      margin-top: 111px;
    margin-bottom: 48px;
 }

 #logoTulcea {
    width: 154px;
    margin-left: 50px;
 }

 #primariaTulcea {
 	width: 800px;
 }

 #divAntet {
 	justify-content: space-between;
    display: flex;
 }
 
 @media (orientation: portrait) and (max-width: 300px) {
 
   #logoTulcea {
    margin: 0;
    height: 10vh;
    width: 18vw;
   }
   #primariaTulcea{
    height: 10vh;
    width: 81vw;
   }
   #textIMG{
    right: 19vw;
    font-size: 8pt;
    top: 11vh;
}
   #textCentru {
    font-size: 9vw;
    top: 28vh;
    left: 50%;
   }
   .butoaneTulcea {
    width: 89vw;
    font-size: 5vw;
  }
  #btnUpPrc.butoaneForm {
   	font-size: 9pt !important;
   	width: 121px !important;
  }
  
  #btnPtrPrcInapoi.butoaneForm {
  	font-size: 9pt !important;
  	width: 113px !important;
  }
   
   #butonParcariInapoi.butoaneForm,  #butonParcariContinua.butoaneForm {
   	font-size: 9pt !important;
   	width: 117px !important;
   }
    
   article.tab-section {
   padding:0;
   }
}

@media (orientation: portrait) and (min-width: 301px) and (max-width: 385px) {
 
   #logoTulcea {
    margin: 0;
    height: 11.5vh;
    width: 16vw;
   }
   #primariaTulcea{
    height: 12vh;
    width: 83vw;
   }
   #textIMG{
    right: 18vw;
    font-size: 10pt;
    top: 13vh;
}
   #textCentru {
    font-size: 9vw;
    top: 28vh;
    left: 50%;
   }
    .butoaneTulcea{
    width: 89vw;
    font-size: 5vw;

   }
   
    #btnPtrPrcInapoi.butoaneForm {
  	font-size: 9pt !important;
  	width: 113px !important;
  }
   
    #butonParcariInapoi.butoaneForm,  #butonParcariContinua.butoaneForm, #btnUpPrc.butoaneForm {
   	font-size: 9pt !important;
   	width: 117px !important;
   }
    
    div.form-style-5{
   	padding: 0;
    }
   article.tab-section {
   padding:0;
   }
}

 @media (orientation: portrait) and (min-width: 386px) and (max-width: 600px) {
 
   #logoTulcea {
    margin: 0;
    height: 12vh;
    width: 18vw;
   }
   #primariaTulcea{
    height: 12vh;
    width: 81vw;
   }
   #textIMG{
    right: 19vw;
    font-size: 10pt;
    top: 13vh;
}
   #textCentru {
    font-size: 9vw;
    top: 28vh;
    left: 50%;
   }
   .butoaneTulcea{
    width: 89vw;
    font-size: 5vw;

   }
   
    #btnPtrPrcInapoi.butoaneForm {
  	font-size: 9pt !important;
  	width: 113px !important;
    }
   
    #butonParcariInapoi.butoaneForm,  #butonParcariContinua.butoaneForm, #btnUpPrc.butoaneForm {
   	font-size: 9pt !important;
   	width: 117px !important;
   }
    div.form-style-5{
   	padding: 0;
    }
   
   article.tab-section {
   padding:0;
   }
}

@media (orientation: portrait) and (min-width: 601px) and (max-width: 850px) {

   #logoTulcea {
    margin: 0;
    height: 13vh;
    width: 15vw;
   }
   #primariaTulcea{
    height: 13vh;
    width: 84vw;
   }
   #textIMG{
    right: 25vw;
    font-size: 18pt;
    top: 13vh;
}
   #textCentru {
    font-size: 6vw;
    top: 28vh;
    left: 50%;
   }
   .butoaneTulcea {
    width: 89vw;
    font-size: 4vw;
    height: 9vh;
    

   }
}


/*  landscape */

@media (orientation: landscape) and (min-width: 601px) and (max-width: 1000px) {
   #logoTulcea {
    width: 11vw;
    height: 30vh;
   }
   #primariaTulcea{
    /*height: 32vh;
    width: 67vw;*/
    height: 30vh;
    width: 80vw;
   }
   #textIMG{
   /* right: 22vw;
    top: 34vh;
    font-size: 13pt;*/
    right: 26vw;
    top: 32vh;
    font-size: 14pt;
}
   #textCentru {
    font-size: 28pt;
    top: 274px;
   }
   .butoaneTulcea{
    width: 525px;
    height: 58px;
    font-size: 20px;
}
}