@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400&family=Ubuntu:ital,wght@0,300;0,500;0,700;1,300;1,400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Zen+Loop&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

body {
    /*background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);*/
    font-family: "Source Sans Pro", sans-serif;
}

.logo {
  font-size: 20px;
  font-weight: 500;
  float: left;
  margin-right: auto;
  cursor: pointer;
}

li,
a,
button {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 10%;/*
  background-color: #4e8397;*/
  border-bottom: 1px solid white;
  background-color: black;
}

.name {
  margin-right: 25px;
  font-size: 25px;
  color: white;
  /*font-family: 'Zen Loop', cursive;*/
  font-family: 'Koulen', cursive;
  letter-spacing: 3px;
}

nav ul {
  margin-left: 90px;
}
nav ul li {
  display: inline-block;
  padding: 20px;
}
nav ul li a {
  text-transform: uppercase;

  text-decoration: none;
  color: #0087ca;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.4s ease 0s;
}
nav ul li a:hover {
  color: #fff;
  transform: scale(1.5);
}
button {
  font-family: "Source Sans Pro", sans-serif;
  padding: 9px 20px;
  border-radius: 20px;
  border: none;
  background-color: #0087ca;
  cursor: pointer;
  transition: all 0.4s ease 0s;
  margin-left: 30px;
}
button:hover {
  background-color: rgba(22, 136, 169, 0.8);
}
.cta {
  float: left;
}

.cmain {
  padding: 20px 10%;
}

.center {
  text-align: center;
}

.s1-col1{
  font-size: 30px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.container {
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 1%;
}

.contact-table td {
  padding: 5px 10px;
  border-bottom: 2px solid;
}

.contact-table {
  width: 100%;
}

