html{
      font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

header{
    position: fixed;
    background-color: white;
    width: 100%;
    height: 5vw;
    top: 0vw;
    left: 0vw;
    z-index: 5;
}

#header{
    background-color: none;
    height: 100%;
    align-content: center;
    border-bottom: solid;
    border-width: 0.1vw;
    border-color: rgba(0, 0, 0, 0.2);
}

#Logo {
    height: 100%;
    width: 11vw;
    background-color: none;
    text-align: center;
    align-content: center;
    border-right: solid;
    border-width: 0.1vw;
    border-color: rgba(0,0,0,0.2);
}

#Logo img{
    background-color: none;
    width: 9vw;
}

#Socials{
    position: absolute;
    background-color: none;
    height: 100%;
    width: 11vw;
    right: 0vw;
    top: 0vw;
    justify-items: center;
    align-content: center;
    border-left: solid;
    border-width: 0.1vw;
    border-color: rgba(0,0,0,0.2);
}

#Socials ul{
    background-color: none;
    height: 3vw;
    width: 9vw;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
}

#Socials ul li{
    position: relative;
    width: 2vw;
    height: 3vw;
    list-style-type: none;
    background-color: none;
    display: inline-flex;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    justify-items: center;
    align-items: center;
}

#Socials ul li a{
    background-color: none;
    height: 2vw;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}


#Socials ul li a img {
    background-color: none;
    width: 2vw;
}

#Navbar {
    position: absolute;
    height: 5svw;
    background-color: none;
    width: 60%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    top: 0;
    justify-self: center;
    align-content: center;
    text-align: center ;
}

#Navbar ul{
    background-color: none;
    width: 100%;
    height: 3vw;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
    justify-content: center;
    text-align: center;
}

#Navbar ul li {
    display: inline-flex;
    background-color: none;
    width: 10vw;
    margin: 0 0.5vw 0 0.5vw;
    padding: 0 0 0 0;
    text-align: center;
    align-content: center;
}

#Navbar ul li a{
    background-color: none;
    position: relative;
    text-decoration: none;
    width: 10vw;
    height: 3vw;
    align-content: center;
}

#Navbar ul li a:hover{
    color: rgb(0, 145, 255);
    text-decoration: none;
    width: 10vw;
    height: 3vw;
    align-content: center;
    transition: 0.5s ease ;
}

footer{
    position: absolute;
    background-color: none;
    width: 100%;
    left: 0vw;
    height: 10vw;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#Copyright{
    position: absolute;
    background-color: black;
    width: 100%;
    height: 2.5vw;
    bottom: 0vw;
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    align-content: center;
}

#Copyright p{
    background-color: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: gray;
}

#ContactUs{
    background-image: url("../Image/cucits2.6a8b5870ce71.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 7.5vw;
    align-content: center;
}


#Text {
    position: relative;
    background-color: none;
    height: 5vw;
    width: 20vw;
    margin-left: 5vw;
    color: white;
    text-shadow: 1vw;
}

#Text b{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 2vw;
}

#Text p{
    margin: 0.5vw 0 0 0;
    padding: 0 0 0 0;
    font-size: 1.1vw;
}

#Button {
    position: absolute;
    background-color: none;
    right: 10vw;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 10vw;
    height: 7.5vw;
    top: 0;
    align-content: center;
    text-align: center;
}

#Button a{
    position: relative;
    display: block;
    background-color: rgba(55, 106, 172);
    height: 2.5vw;
    align-content: center;
    border-radius: 3px;
    text-decoration: none;
    color: white;
}

body{
    background-color: none;
    margin-top: 5vw;
    margin-left: 0vw;
    margin-right: 0vw;
}
