@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Viaoda+Libre&display=swap');

* 
{ 
    padding: 0;
    margin: 0; 
    font-family: Arial,Helvetica,sans-serif;
}
body
{
    background-color: #FEFC8F;
    max-width: 100vw;
}
.menu
{
    width: 100vw;
    height: 10vh;
    background-color: #181818;
    color: white;
}
.eurovp_logo
{
    width: 170px;
    height: 100%;
    margin: 1px;
    margin-left: 50px;
}
.menu ul
{
    list-style: none;
    margin-left: 60%;
}
.menu 
{
    display: flex;
    align-items: center;
}
.menu li
{
    list-style: none;
    display: inline;
    margin: 5px;
}
.front
{
    position: relative;
    background-color:#1D1D1D;
    display: grid;
    grid-template-columns: 50% 50%; 
    height: 90vh;
}
.about , .front, .services,.article ,.contact ,.map_div
{
    width: 100vw;
}
.front .right img
{
    margin-top: 50px;
    height: 80vh;
    width:45vw;
    object-fit: contain;
}
.front .left h1
{
    font-size: 55px;
    letter-spacing: -2px;
    color: #F4F38A;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 35vh;
}
.front .left p
{
   color: white;
   text-align: center;
   font-family: 'Viaoda Libre', cursive;
   font-size: 20px;
   /* removed for bug issue*/
   /*margin-left: -9.5vw;*/
}
.about
{
    position: relative;
    width: 100vw;
    height: 100vh;
}

.about_us
{
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_us  > h1
{
    position: absolute;
    color: white;
}
.about > h3 , .about > p 
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about > h3
{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 10px;
}
.about > p ,.hidemessage
{
    text-align: center;
}
.showmoretxtbutton
{
    margin: 40px;
    padding: 13px 30px 13px 30px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 15px;
}
.showmoretxtbutton:hover
{
    opacity: 0.5;
}
.ourservices
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;

}
.article
{
    background-color: #1D1D1D;
    text-align: center;
    color: white;
    padding-bottom: 40px;
}
.article > h1
{
    color: #FEFC8F;
    padding: 30px;
    font-family: Arial,Helvetica,sans-serif;

}
.article > p
{
    padding:5px;
    margin-bottom: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
    font-family: Arial,Helvetica,sans-serif;

}
.myarticle
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    position: relative;
}
.article-row > img 
{
    max-width: 32.33vw;
}
.article-row > img 
{
   opacity: 0.7;
}
.article-row
{
    position: relative;
}

.article-row > h1 , .article-row > button
{
    position: absolute;
}
.article-row > h1 
{
    margin: auto;
    top: 45%; left: 0; bottom: 0; right: 0;
    font-size: 20px;
}
.article-row > button
{
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #FEFC8F;
    border: none;
    border-radius: 30px;


}
.services
{
    text-align: center;
    background-color: rgba(24, 24, 24, 1);
    color:white;
}
.services > h1
{
    color: #FEFC8F;
    padding:50px;
}
.services > h1
{
    color: #FEFC8F;
    padding-top:70px;
    padding-bottom: 0px;
}
.services > h3
{
    padding: 40px;
}
.service
{
    background-color: #1D1D1D;
}
.service > h1
{
    color: #FEFC8F;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.service > h3
{
    margin-top: 30px;
    margin-bottom: 40px;
}
div.service
{
    margin-bottom: 50px;
}
.about > p , .hidemessage
{
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.875em;
    color: rgba(0, 0, 0, 0.781);
}

.contact
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.left_contact , .right_contact
{
    width: 50%;
    height: 400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.contact
{
    background-color:#1D1D1D;
    color: white;
    margin-top: 20px;
    width: 95%;
}
.contact-form > input, .contact-form > textarea , .contact-form > button
{
    display:flex;
    
}
.contact-form > input 
{
    padding: 10px 135px;
}
.contact input:hover , textarea:hover
{
    background-color: #1D1D1D;
    margin: 1px;
    border: 1px solid white;
   
}
.contact-form > input[type="submit"]
{
    margin: 5px;
    padding: 10px 110px;
    background-color: white;
    color: black;
}
.contact-form > textarea
{
     padding: 0px 60px;
     outline: none;
}
.contact-form
{
    margin-top: 10px;
}
.hello
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.hello > input
{
    padding: 10px 40px;
    font-size: 12px;
}
.right > input
{
    padding: 20px;
}
input
{
    overflow: hidden;
    outline: none;
}
.contact input ,textarea
{
    background-color: #1D1D1D;
    margin: 1px;
    border: 1.5px solid white;
    border-top:0px;
    border-left: 0px;
    border-right:0px;
    resize: none;
    color:white;
}
footer
{
    margin-top: 100px;
    height: 100px;
    background-color: #181818;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.social i
{
   color:white;
   margin: 5px;
}
.copyright > h1
{
    color: white;
    font-size: 14px;
    font-weight: 400;
}
.contact .left h1
{
    color: #FEFC8F;
}
/* menu extra added  */
li > a
{
    text-decoration: none !important;
    color:white;
}
li   > a:hover
{
    color:aliceblue;
}
.right:hover
{
    opacity: 0.7;
}
#hidemessage
{
    display: none;
}
.service:hover
{
    opacity: 0.8;
}
#maintable
{
    display: none;
}
