@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800');

body {
font-family: 'Montserrat', sans-serif;
}

.container{
  width:80%;
  margin: 0 auto;

}
.montserrat{
font-family: 'Montserrat', sans-serif;
}

.montserratsemibold{
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}

.montserratbold{
font-family: 'Montserrat', sans-serif;
font-weight:700;
line-height: 70%;
}

.montserratextrabold{
font-family: 'Montserrat', sans-serif;
font-weight: 800;
}

h1{
font-size:3.5em;

}

h2{
font-size:2.5em;
color: #00A09C;
}

h3{
font-size:2em;
}

h4{
font-size:1.2em;
color: #00A09C;
}

h5{
font-size:1em;
}

h6{
font-size:10px;
font-family: 'Montserrat', sans-serif;
}

.black{
background: black;
color:white;
}

.center{
  text-align: center;
}

.parent {
  display: flex;
}

.child1 {
  width: 50%;  /* Or whatever */
  margin: auto;  /* Magic! */
}

.child2 {
  width: 50%;  /* Or whatever */
  margin: auto;  /* Magic! */
  padding-left: 1em;
}

.footer{
  background-color: #00A09C;
}

td {
background-color: #00A09C;
color:#FFFFFF;
}

a{color:white;}
