<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
 margin:  0;
 padding:  0;
 height: 100%;
 text-align: center;
}
section {min-height: 100%;}
a {text-decoration: none;}
li {list-style-type: none;}

h1, h2, h3, a {
  font-family: "Roboto" , sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
table{
  margin-left: 100px;
  margin-right: 200px;

}
h3 {
 font-size: 40px; padding-top: 8%; margin-bottom: 5px;
}

h4, p {
  font-family: "Roboto" , sans-serif;

}
h2 {
 font-size: 60px;
 margin-top: 256px;
}
hr {
  width:  180px;
  height: 3px;
  background: #434343;
  border: 0;
  margin: 0 auto 40px auto;
}

h1, h2, a {color: #005189;}
h3, h4 {color: #005189;}

#logo, li, img, .button {transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms; }

/* HEADER **************************************************************/

header {
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

#logo {
  width: 95px;
  float: left;
  margin: 10px 0 0 50px
}
#logo:hover {
  opacity: 0.5;
}
#logo img {
  width: 100%
}

header nav {
  float:right;
  margin: 10px 50px 0 0
}

header nav ul li {
  float: left;
  margin-right: 25px
}

header nav ul li a {
  font-size: 16px;
}

header nav ul li:hover {
  padding-top: 5px;
}

/* HOME **************************************************************/




#home h1 {
  margin: 240px auto 0 auto;
  font-size: 100px;
}

#home h2 {
  margin: 0 auto 0 auto;
  font-size: 25px;
}

#home img {
  width: 32px;
  margin-top: 150px;
  opacity: 0.7;
}

#home img:hover {
  opacity: 1;
}

/* ABOUT **************************************************************/

#about img {
  width: 240px;
}

#about img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);

}

#about h4 {
  font-size: 25px;
}

#about p {
  width: 700px;
  margin: 0 auto 0 auto;

}

/* CONTACT **************************************************************/

form input, textarea {
  font-family:"Roboto" , sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 2px solid;
  border-color: #434343;
  outline: none;
}

form input:first-child {
  margin-top: 10px;
}

form input {
  width: 552px;
  height: 30px;
}

form textarea {
  width: 550px;
  height: 200px;
  resize: none;
}

.input_text {
  color: #434343;
  padding-left: 10px;
}

::-webkit-input-placeholder {color: #b3b3b3;}
::-moz-placeholder {color: #b3b3b3;}
:-ms-input-placeholder {color: #b3b3b3;}
:-moz-placeholder {color: #b3b3b3; }

.button {
  background-color: #f0f0f0;
  color: #434343;
  width: 566px;
  height: 50px;
}

.button:hover {
  background-color: #434343;
  color: #f0f0f0;
}

/* FOOTER **************************************************************/

footer {
  width: 100%;
  height: 70px;
  background-color: #d7d7d7;
}

footer p {
  font-size: 14px;
  padding-top: 30px;
}

* {
   margin: 0;
   padding: 0;
   font-family: 'Roboto', sans-serif;
   -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
   background: white;
   color:#005189 ;
}
</pre></body></html>