body {
  padding: 0;
  margin: 0;
  font-family: Arial;
  color: white;

}
img {
  max-width:100%;
  width: 100%;
  display: flex;
}


ul {
    margin-left: 0px;
    padding-left: 35px;
}

li {
    list-style: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    background: url('../img/cross.png') no-repeat scroll 0px 9px transparent;
}

a {
    padding-left: 20px;
    text-decoration: none;
    color: white;
}

p {
    padding-top: 10px;
    font-size: 16px;
    margin: 15px 0;
    }


.bold {
  font-weight: bold;
  font-size: 14px;
  padding-left: 0;
}

.brand {
  position: absolute;
  top:10px;
  right: 10px;
  margin-bottom: 30px;
  width: 100px;
}

.container {
      display: -webkit-flex;
      display: -moz-flex;
      display: -o-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -o-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
    }

.container div {
  box-sizing: border-box;
  min-width: 100px;
}

.content {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 30px;
    
}

#footer {
  text-align: center;
  font-size: 12px;
  color: #0689d9;
  height: 100px;
  width: 100%;
}
#footer a:link {color: #0689d9;}
#footer a:visited, #footer a:hover,
#footer a:active {
  color: #0689d9;
}
.modal {
  color:#333;
}

.modal li {
  font-weight: normal;
}

    .c1 {
      width: 100%;
      
      
    }
    .c2 {
      width: 100%;
      background-color: #008add;
      position: relative;
      
    }
    .c3 {
      margin-top: 10px;
      width: 100%;
      background-color: #008add;
      
    }

    .c3 p {
      font-size: 18px;
      font-weight: bold;
      padding-top: 10px;
      text-align: center;
    }
    

     @media (max-width: 320px) {
      .horizontal {display: none;}
      

      .container{
        width: 100%;
      }
      
      .c1 {
        width: 100%;
      }
      .c2 {
        width: 100%;
      }

      .c3 {
        width: 100%;
        min-height: 100px;
      }
    }

    @media (min-width: 600px) {
      
      

      .container{
        width: 98%;
        margin: 10px auto;
      }
      .c1 {
        width: 100%;
      }
      .c2 {
        width: 100%;
      }

      .c3 {
        width: 100%;
        min-height: 100px;
      }
    }
    
    @media (min-width: 800px) {

      .container{
        width: 95%;
        margin: 10px auto;
      }
      .c1 {
        width: 100%;
      }
      .c2 {
        width: 100%;
      }

      .c3 {
        width: 100%;
        min-height: 100px;
      }
    }
    


    
    @media (min-width: 1000px) {
      .container{
        width: 95%;
        margin: 30px auto;
      }
     
      .c1 {
        width: 74.9%;
      }
      .c2 {
        width: 25%;
      }
      .c2 h2 {
        font-size: 1em;
      }
      .c2 ul {
        padding: 0;
      }
      .c2 .content {
        padding-left:4%;
      }
      .c2 p, li {
        font-size: 0.8em;
        padding: 0;
      }

      .c3 {
        width: 100%;
        min-height: 70px;
      }
    }

     @media (min-width: 1400px) {
      
      .container{
        width: 90%;
        margin: 30px auto;
      }
      
      .c1 {
        width: 74.9%;
      }
      .c2 {
        width: 25%;
      }
      .c2 h2 {
        font-size: 16px;
      }
      .c2 ul {
        padding: 10px 0 30px 20px;
      }
      .c2 .content {
        padding-left:4%;
      }
      .c2 p, li {
        font-size: 14px;
        padding: 0;
      }

      .c3 {
        width: 100%;
        min-height: 70px;
      }
    }

    @media (min-width: 1600px) {
      .container{
        width: 90%;
        margin: 30px auto;
      }
      
      .c1 {
        width: 74.9%;
      }
      .c2 {
        width: 25%;
      }

      .c2 h2 {
        font-size: 20px;
      }
      .c2 ul {
        padding: 10px 0 30px 20px;
      }
      .c2 .content {
        padding-left:4%;
      }
      .c2 p, li {
        font-size: 16px;
        padding: 5px;
      }

      .c3 {
        width: 100%;
        min-height: 70px;
      }
    }