html {
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}
/*
img {
  max-width: 100%;
  height: auto;
}

/* individual items*/

@media only screen and (min-width: 768px) {
    /* tablets and desktop */
    .logo img{
      width: 500px;
    }
    .pageWrapper{
      display: flex;
      margin-top: 60px;
    }
      .whitespaceLeft{
        flex: 1;
        order: 1;
      }
      .contentWrapper{
        flex: 5;
        order: 2;
      }
      .whitespaceRight{
        flex: 1;
        order: 3;
      }
}


@media only screen and (max-width: 767px) {
    /* phones */
    .logo img{
      width: 200px;
    }
    .contentWrapper {
      margin-left: 15px;
      margin-top: 60px;
      margin-right: 15px;
      margin-bottom: 60px;
    }
}









/*****************************************/
/*

888888  dP"Yb   dP"Yb  888888 888888 88""Yb
88__   dP   Yb dP   Yb   88   88__   88__dP
88""   Yb   dP Yb   dP   88   88""   88"Yb
88      YbodP   YbodP    88   888888 88  Yb

*/
/*****************************************/
/***** Footer *****/
footer{
  font-family: 'Aleo', serif;
  height:175px;
  background-color: #4E4F4F;

}

/* put footer on bottom of page*/
html, body{ height:100%; margin:0; }
header{ height:150px; background:#EA012C; }

@media only screen and (max-width: 767px) {
    /* phones */
  header{ height: 60px;};
}

footer{ height:175px; background: #EA012C; }

/* Trick */
body{
  display:flex;
  flex-direction:column;
}

footer{
  margin-top: auto;
}

/*end of footer placement*/


footer ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

footer li {
  margin-top: 50px;
  padding-left: 10px ;
  border-right: 1px;
  border-color: white;
  height: 12px;
  line-height: 12px;
  font-size: .7em;
  display: inline-block;
}

footer a {
  text-decoration: none;
  color: #D3DEE2;
  display: block;
  transition: .3s text-decoration;
}

footer a:hover {
  text-decoration: underline;
}


/*****************************************/
/***** Individual Element Properties *****/
/***** (mainly Social media I gues ? -> Check later ...) *****/
.my-opacity{
  opacity: 30%;
}
.right-padding{
  padding: 0px;
  padding-right: 40px;
}


.contact-text{
  font-size: 18px;
  color: white;
  text-align: center;
  margin-bottom: 200px;
}
.contact-text a{
  text-decoration: none;
  color:white;
}



.arrow-center{
  text-align: right;
  padding-top: 35px;
  padding-right: 36px;
  font-size: 32px;
}

.arrow-vert-center{
  padding-top: 25px;
}

.box-shadow-1{
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.50);
}

.fa-smile-o{
  font-size: 34px;
  text-align: center;
}
.disclaimer-center{
  margin-top: 0px;
  margin-bottom: -60px;
}

.text-align-center{
  text-align: center;
}

.spacer-section-200{
  margin-top: 200px;
}

.spacer-foot{
  height:42px;
}
.social-media{
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-base{
  text-align: center;
  line-height: 56px;
  font-size: 24px;
  width:56px;
  height:56px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 28px;
  background-color: white;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}

.icon-base a {
  color: #000;
}
.icon-base:hover {
  background-color: #999;
}

/*Index Call to action links*/
.call-to-style{
    text-decoration: none;
    color: black;
}

/*
  margin-top:28px;
  margin-bottom: 28px;
  padding-top: 2;
  padding-bottom: 2;
*/
