@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

* {
margin:0px;
padding:0px;
}

body {
font-family: 'Open Sans', sans-serif;
color:white;

}

.show-menu {
	text-decoration: none;
	color: #fff;
	background: #58585a;
	text-align: center;
	padding: 10px 0;
	display: none;
	width:100%;
	margin-bottom:1px;
}

input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}
.black{
  color: black;
}

#design-footer a {
  color: white;
  text-decoration: none;
}

#design-footer a:hover {
  color: #1d214f;
}

a {
  color: #bf2032;
}

p {
  margin-bottom: 20px;
}

@media (min-width: 1100px) {
  .container{
    width: 1100px;
    margin: 0 auto;
  }
  .container-max{
    width: 100%;
    background-color:white;
    height: 90px;
  }
  #header-line{
    width: 100%;
    height:3px;
    background-color:#bf2132;
  }
  #hamburger{
    display:hidden;
  }
  #menu{
    display: flex;
    flex-direction: row;
    background-color: white;
    width: 850px;
    height: 90px;
    float:right;
    justify-content: space-between;
  }
  .menu-item{
    width: auto;
    margin: 40px 0;
    color: #333;
    font-size: 9pt;
    font-weight: bold;
    text-decoration:none;

  }
  #logo{
    float:left;
    margin: 20px 10px;
  }
  #slider-image{
    height:110px;
    padding:175px 200px 175px 200px;
    background-image:url('../images/background.jpg');
    background-size:cover;
    text-align:center;
  }
  h1{
    font-weight: lighter;
    font-size: 32pt;

  }
  h2{
  }
  h3{
    color: darkblue;
  }
  .title{
    font-size: 24pt;
    font-weight: bold;
    color: darkblue;
    margin-bottom:20px;
  }
  .content{
    color: black;
    margin-bottom: 20px;

  }
  .img-left{
    float: left;
    margin-bottom: 40px;
    margin-right: 35px;
  }
  .clear{
    clear: both;
    height: 20px;
  }
  #spacer{
    margin-top:25px;
  }
  #quote-link{
    /*width: 130px;
    height: 35px;
    border-style:solid;
    border-width: 3px;
    border-color: white;
    color: white;
    text-decoration: none;
    font-size:10pt;
    margin-top: 25px;*/
    width: auto;
    height: 30px;
    border-style: solid;
    border-color: white;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
    margin: 13px auto;
  }
  #quote-text{
    color:#FFF;
    border-style:solid;
    border-color:white;
    width: 130px;
    height: 25px;
    margin: 20px auto;
    font-size: 10pt;
    font-weight:bold; 
    padding-top:5px;
  }
  #quote-text a {
    text-decoration:none;

    color:white;
  }
  .info-flex{
    display: flex;
    flex-direction: row;
    margin: 25px auto 25px auto;
    color: black;
    justify-content: center;

  }
  .info-box{
    width: 180px;
    margin: 35px 20px 20px 20px;
    text-align: center;
    font-size: 9pt;
  }
  .info-icon{
    width: 180px;
    height: 39px;
    margin: 0 auto 10px;
    object-fit: scale-down;

  }
  .info-title{
    font-weight: bold;
    font-size: 11pt;
  }
  .projects{
    background-image:url('../images/graph.jpg');
    width: 100%;
    margin: 0 auto;
    padding: 40px 0px;
    text-align: center;
    height: 475px;
    background-size:cover;
    background-position:top center;

  }
  #projects-spacer{
    height:25px;
  }
  .projects-title{
    font-size: 16pt;
    font-weight: bold;
    color: #1d214f;
    margin: 25px;
  }
  .projects-flex{
    width: 800px;
    display: flex;
    direction: row;
    flex-wrap: wrap;
    margin: 50px auto;
  }
  .project-card{
    height:150px;
    width: 200px;
  }
  .card-image{
    position:relative;
  }
  .overlay{
    width:200px;
    height:150px;
    position:relative;
    bottom:155px;
    opacity: 0.7;
    background-color: #0c1420;
    z-index: 2;
  }
  .card-info{
    position: relative;
    z-index:3;
    bottom: 235px;
  }
  .project-card a {
    text-decoration:none;
  }
  .card-title{
    color:white;
    font-size:12pt;
    font-weight: bold;
    margin-bottom:5px;
  }
  .card-description{
    color:white;
    font-size: 9pt;
  }
  #advertisment{
    background-color:#1d214f;
    width: 100%;
    height: 320px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #advertisment-small{
    color:white;
    font-size: 11pt;
    font-weight:bold;
  }
  #advertisment-large{
    text-align:center;
    color:white;
    font-size:20pt;
    font-weight:bold;
    width: 650px;
    max-width:65%%;
    margin: 0 auto;
  }
  #advertisment-quote{

    width: 120px;
    height: 30px;
    background-color: white;
    color: #912121;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
    margin: 13px auto;

  }
  #ad-space{
    margin-top: 5px;
  }

  #testimony{
    width: 100%;
    height: 350px;
    display:flex;
    flex-direction: column;
    text-align:center;
    color: black;
    justify-content: center;
  }
  #testimony-title{
    color: #1d214f;
    font-size: 20pt;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 12px;
  }
  .testimony-line{
    margin: 2px auto;
    width:54px;
    height: 1px;
    background-color: #ccc;
  }
  #testimony-content{
    margin-top: 20px;
    display:flex;
    flex-direction: row;
    justify-content: center;

  }
  .testimony-card{
    width: 400px;
    height: 200px;
  }
  .testimony-card-author{
    font-weight: bold;
  }
  .testimony-card-description{

  }
  .testimonial-content{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #bf2132;
  }

  #footer{
    width: 100%;
    background-color: #484648;
    height: 170px;
    padding-bottom: 10px;
    text-align:center;
  }
  #footer-menu{
    width: calc(100% - 50px);
    display: flex;
    flex-direction: row;
    justify-content:center;
    height: 90px;
    margin: 0px auto 50px 50px;
    text-decoration:none;
  }
  .footer-menu-item{
    width: auto;
    height: 85px;
    margin: 20px 40px 40px 0;
    color: #FFF;
    font-size: 9pt;
    font-weight: bold;
    text-decoration:none;
  }
  a.footer-menu-item{
    margin-top: 50px;
  }
  #design-footer{
    color: #999;
    font-size:10pt;
  }
}



@media screen and (max-width : 1099px){

  .container{
    width: 100%;
    margin: 0 auto;
  }
  #header-line{
    width: 100%;
    height:3px;
    background-color:#bf2132;
  }
  #hamburger{
    width: 30px;
    height: 17px;
    float: right;
    margin: 30px 20px;
  }
  .hamburger-line{
    width: 30px;
    height: 3px;
    background-color:black;
    margin-bottom: 4px;
  }
  #menu{
    display: none;
    flex-direction: column;
    background-color: white;
    flex-wrap:nowrap;
    width: 100%;
    height: 300px;
    text-align:right;
  }
  .menu-item{
    width: auto;
    margin: 10px;
    color: #333;
    font-size: 9pt;
    font-weight: bold;
    text-decoration:none;

  }
  #logo{
    margin: 15px 10px 15px;
  }
  #slider-image{
    width:100%;
    height: auto;
    padding-top: 20%;
    padding-bottom: 20%;
    background-image:url('../images/background-small.jpg');
    background-size:cover;
    text-align:center;
  }
  h1{
    font-weight: lighter;
    font-size: 16pt;

  }
  h2{
    font-size:12pt;
  }
  h3{
    color: darkblue;
  }
  .title{
    font-size: 24pt;
    font-weight: bold;
    color: darkblue;
    width: 90%;
    margin: 0 5% 5%;
  }
  .content{
    color: black;
    width: 90%;
    margin: 0 5% 5%;

  }
  .img-left{
    float: left;
    margin: 0 5% 5% 5%;
    width: 40%;
    max-width: 150px;
  }
  .clear{
    clear: both;
  }
  #spacer{
    margin-top:25px;
  }
  #quote-link{
    /*width: 130px;
    height: 35px;
    border-style:solid;
    border-width: 3px;
    border-color: white;
    color: white;
    text-decoration: none;
    font-size:10pt;
    margin-top: 25px;*/
    width: auto;
    height: 30px;
    border-style: solid;
    border-color: white;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
    margin: 13px auto;
  }
  #quote-text{
    color:#FFF;
    border-style:solid;
    border-color:white;
    width: 130px;
    height: 25px;
    margin: 20px auto;
    font-size: 10pt;
    font-weight:bold; 
    padding-top:5px;
  }
  #quote-text a {
    text-decoration:none;

    color:white;
  }
  .info-flex{
    display: flex;
    flex-direction: column;
    margin: 50px auto 20px auto;
    color: black;
    justify-content: center;

  }
  .info-box{
    width: 80%;
    max-width: 350px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 9pt;
  }
  .info-icon{
    width: 30%;
    height: 35px;
    margin: 0 auto 10px;
    object-fit: scale-down;

  }
  .info-title{
    font-weight: bold;
    font-size: 10pt;
  }
  .projects{
    background-image:url('../images/graph-small.jpg');
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 190vw;
    max-height:800px;
    background-position:top center;

  }
  #projects-spacer{
    height: 10px;
  }
  .projects-title{
    font-size: 16pt;
    font-weight: bold;
    color: #1d214f;
    margin: 25px;
  }
  .projects-flex{
    width: 100%;
    max-width:400px;
    display: flex;
    direction: row;
    flex-wrap: wrap;
    margin: 50px auto;
  }
  .project-card{
    height: calc(37.5vw);
    width:50%;
    max-width: 200px;
    max-height:150px;
  }
  .card-image{
    position:relative;
    width: 100%;
    height:100%;
  }
  .overlay{
  }
  .card-info{
    display: none;
    position: relative;
    z-index:3;
    bottom: 235px;
  }
  .card-title{
    color:white;
    font-size:12pt;
    font-weight: bold;
    margin-bottom:5px;
  }
  .card-description{
    color:white;
    font-size: 9pt;
  }
  #advertisment{
    background-color:#1d214f;
    width: 100%;
    height: 320px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #advertisment-small{
    color:white;
    font-size: 11pt;
    font-weight:bold;
  }
  #advertisment-large{
    width: 80%;
    max-width:500px;
    margin: 0 auto;
    text-align:center;
    color:white;
    font-size:16pt;
    font-weight:bold;
  }
  #advertisment-quote{

    width: 120px;
    height: 30px;
    background-color: white;
    color: #912121;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
    margin: 13px auto;

  }
  #ad-space{
    margin-top: 5px;
  }

  #testimony{
    width: 100%;
    height: 225px;
    text-align:center;
    color: black;
  }
  #testimony-title{
    color: #1d214f;
    font-size: 20pt;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 12px;
  }
  .testimony-line{
    width:54px;
    height: 2px;
    background-color: #ccc;
    margin: 0 auto 5px;
  }
  #testimony-content{
    width: 80%;
    margin: 20px 10%;
    display:flex;
    flex-direction: row;
    justify-content: center;

  }
  .testimony-card{
    width: 400px;
    height: 200px;
  }
  .testimony-card-author{
    font-weight: bold;
  }
  .testimony-card-description{

  }
   .testimonial-content{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #bf2132;
  }

  #footer{
    width: 100%;
    background-color: #484648;
    padding-bottom: 20px;
    text-align:center;
  }
  #footer-menu{
    width: calc(100% - 50px);
    display: flex;
    flex-direction: row;
    justify-content:center;
    flex-wrap:wrap;
    /*height: 80px;*/
    margin: 0 auto 40px 50px;
    padding-top: 40px;
    text-decoration:none;
  }
  .footer-menu-item{
    width: auto;
    height: 25px;
    margin: 20px 40px 0px 0;
    color: #FFF;
    font-size: 9pt;
    font-weight: bold;
    text-decoration:none;
  }
  #design-footer{
    width: 90%;
    color: #999;
    font-size:10pt;
    margin: 0 5%;
  }
  #footer-logo{
    display:none;
  }

}