body, html {
  height: 100%;
  margin: 0;
    padding: 0;
 /* font-family: Arial, Helvetica, sans-serif; */
  
  color: rgba(255, 255, 255, 0.75);

font-family: "Roboto", Helvetica, sans-serif;

font-size: 15pt;

font-weight: 100;

line-height: 1.75em;
}

.hero-image {
 /* background-image:linear-gradient(rgba(199, 195, 195, 0), rgba(123, 119, 119, 0.12)), url(../img/3.jpg); */
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
    border: 2px solid #1c61a8;
    outline: 0;
    display: inline-block;
    border-radius: 22px;
    padding: 17px 90px;
    color: #1c61a8;
    background-color: #1c61a800;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    box-shadow: inset 0 0 10px rgb(28, 97, 168);
	margin:2vh;
	float:left;
}

.hero-text button:hover {
  background-color:#1c61a8;
  color: white;
}
.right-logo img {
    width: 200px;
}
.hero-text p {
    margin: 40px auto;
    color: black;
}
.links {
    color: #1c61a8;
    margin: 30px auto;
}
.links a {
    color: #1c61a8;
    margin: auto 10px;
    text-decoration: none;
}

.links a:hover {
    color: #000;
}
.hero-text img {
    width: 66%;
    margin-top: 78px;
}


/* sub pages */
.hero-image-sub {
    min-height: 13em;
   /* background-image: linear-gradient(rgba(199, 195, 195, 0), rgba(123, 119, 119, 0.12)), url(../img/3.jpg); */
    height: 34%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-image-sub .right-logo img {
    width: 115px;
    position: absolute;
    top: 0;
    left: 0;
}
.hero-text-sub img {
    height:20vh;
    margin-top: 40px;
}
.hero-text-sub {
    display: block;
    text-align: center;
}
.links a.Active {
    text-decoration: none;
    color: #000;
}

/*container content*/

.container {
    margin: 0px auto;
    padding: 0 5%;
}
.left-section{
    width: 50%;
    float: left;
    padding: 7em 0 0 0;
    margin-bottom: 4em;
}
.right-section{
    width: 50%;
    float: left;
}
section .section{
    width: 100%;
    clear: both;
}
h2 {
    margin-bottom: 40px;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #1c61a8;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #12457a;
}

div.container-form {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 35px;
    margin: 6em 0 0 6em;
}
textarea#lname {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

p {
    color: #676666;
}

.quote {
    color: #1c61a8;
    font-weight: 500;
    font-style: italic;
}
.new-cont li {
    margin-bottom: 10px;
}
.footer {
    color: #777777;
    clear: both;
    float: none;
    text-align: center;
    padding: 4em 0;
    width: 100%;
    background: #f2f2f2;
    margin: 0;
}
.copyright {
    width: 90%;
    margin: auto;
}

.right-section img {
    width: 90%;
    margin: 4em auto;
    float: right;
}
.right-section {
    width: 50%;
    float: right;
}



/*mobile */
@media screen and (max-width: 700px) {
.left-section {
    width: 100%;
    padding: 3em 0 0 0;
}
    .right-section {
    width: 100%;
  
}
    div.container-form {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    margin: 1em;
}
    
}




















