body {
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  background-color:#9CD4FD;

}

div
{

}

h1
{
}
.title
 {
  font-family: 'Lato', sans-serif;
  color: #1534FC;
  font-weight: 900;
  font-size: 30px;


}

h2 {

}
.headline
{
  font-family: 'Lato', sans-serif;
  color: black;
  font-weight: 900;
  font-size: 25px;
  background-color: #e5f7ff;

}

h3 {

}
.description
{
  font-family: 'Lato', sans-serif;
  color: black;
  font-weight: 900;
  font-size: 20px;
  padding-bottom: -1em;
  padding-top: -2em;
  line-height: -1em;
}

.link {
  font-size: 15px;
  text-align: right;
  line-height: 2em;
  font-family: 'Nunito', sans-serif;
  color: black;
  font-weight: 900;

}


p {

}

.flowtext
{
  font-family: 'Lato', sans-serif;
  color: black;
  font-weight: 900;
  font-size: 16px;


}

div {

}

.col-md-5 {
    background-color:#EDF3FF;
    color:black;
    padding:20px;
    border-style: none;
    border-width: 2px;
    border-color: black;
    padding-top: 1px;
}

.nav{

    border-width:0px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:right;

}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
    padding:10px;
    height: 10px;

}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    padding-bottom: -40em;
}

hr.style-seven {
    height: 40px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 40px;
}


.footer {
 text-align: center;
 bottom:0;
 z-index:-1000000;
 position:relative;
 width:100%;

 background:#6cf;

}

.square-box {

  height: 8vw;
  width: 8vw;
  background: #1743F5;
  display: inline-block;
  text-align: center;
  line-height: 8vw;
  font-size: 0.8vw;
  margin-left: -4px;
  color: white;
  position: relative;
  font-weight: bolder;
}

.square-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  width: inherit;
  background: rgba(200, 200, 200, 0.4);
  transition: all 0.4s;
}
.square-box:hover:before {
  background: rgba(200, 200, 200, 0.2);
}

table
{

}

.industries
{
  background-color: #CCE5FF;
  border-color: #FFFFFF;
  border-width: medium;
  border:2px dotted #FEFDFF;
	padding:5px;
  width: 100%;
  height: 100%;
  align-content: center;
}

.td
{
  text-align: center;
  background-color: #CCE5FF;
  border-color: #FFFFFF;
  border-width: medium;
  border:2px dotted #FEFDFF;*
	padding:10px;
}

ul
{
list-style-type: square;
font-family: 'Lato', sans-serif;
color: black;
font-weight: 900;
font-size: 16px;
}
