
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

* {
  margin: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    //background-color: BLUE;
    background-image: url("img/dd-bg.svg");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-attachment: fixed;
    background-size: 2000px auto;

    line-height: 1.25;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p {
  color: #2881FA;
}

#wrapper{
  max-width: 960px;
  min-height: 250px;
  margin: 50px auto;
}

.spacer{
  margin: 50px;
}

/* ==================================== */
/* //////////// HERO //////////// */
/* ==================================== */

.hero{
  max-width: 900px;
  min-height: 300px;
  display: flex;
  flex-direction: row;
}

.hero-one {
  max-width: 450px;
  min-height: 400px;
  color: #2881FA;
  padding: 40px 20px 20px 20px;
}

.hero-one h1{
  font-size: 3.5em;
  line-height: 1.1em;
  padding-bottom: 20px;
}

.hero-one h4{
  font-weight: 400;
  font-size: 1.5em;
}


.hero-two {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  min-height: 300px;
}

.hero-two img {
  width: 100%
}

/* ==================================== */
/* //////////// ONE COLUMN TEXTS ////// */
/* ==================================== */

.one-col-texts{
  max-width: 960px;
  margin: auto;
  padding: 20px 20px 20px 20px;
}

.blue {
  background-color: blue;
  padding: 40px;
}

.one-col-texts h3{
  font-weight: 900;
  font-size: 2em;
  margin-top: 50px;
  margin-bottom: 50px;
}

.one-col-texts p{
  font-size: 1.5em;
}

.white {
  color: white;
}

.txt-blue {
  color: #2881FA;
}

.center {
  text-align: center;
}


/* ==================================== */
/* //////////// THREE COLUMS ////////// */
/* ==================================== */

.card300{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1rem;
}

.card300 article {
  display: flex;
  flex-flow: column;
  //background: white;
  border-radius: 5px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.26);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.26);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.26);
}

.card300 h1 {
  margin: 0;
  font-weight: 500;
  font-size: 1.2em;
  padding: 1rem;
  text-align: center;
}

.card300 img {
  order: -1;
  align-self: center;
  width: 50%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.card-blue{
  background-color: #2881FA;
  border-bottom: 10px solid BLUE;
}

.card-blue h5{
  font-size: 1em;
  line-height: 1.5em;
  padding: 2rem;
  color: white;
  font-weight: 400;
  text-align: center;
}


/* ==================================== */
/* //////////// BIG IMAGE ///////////// */
/* ==================================== */

.big-image {
  max-width: 960px;
  min-height: 300px;
  position: relative;
}

.big-image img {
  max-width: 100%;
  margin-top: 50px;
  //margin-bottom: 50px;
  height: auto;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
}

.video {
  max-width: 100%;
  min-height: 500px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  position: relative;

}

.video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}


/* ==================================== */
/* //////////// TWO COLUMS ////////// */
/* ==================================== */


.two-col{
  max-width: 960px;
  min-height: 300px;
  display: flex;
  flex-direction: row;
  //background-color: gold;
}


.one {
  width: 50%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px
}

.one h3{
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.5em;
}

.one p{
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5em;
}

.one img {
  width: 80%
}


.two {
  width: 50%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px
}

.two img {
  width: 80%
}


.two h3{
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.5em;
}

.two p{
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5em;
}







.top {
  margin: 50px auto;
}



.top h1{
  font-size: 3em;
}

.top h3{
  font-weight: 400;
  font-size: 2em;
}


/* ==================================== */
/* //////////// CARD //////////// */
/* ==================================== */

.card {
  max-width: 900px; /* your desired width */
  width: 100%;
  min-height: 300px;
  margin: auto;
  background-color: white;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.15);
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 0px solid #000000;
}




.card2 img {
  width: 100%;
  height: 600px;
}

/* ==================================== */
/* //////////// FOOTER //////////// */
/* ==================================== */


footer {
	position: sticky;
  //background-color: gold;
  //opacity: 0.9;
	bottom: 20px;
  z-index: 1000;
}

footer a:link{
  text-decoration: none;
}

.bttn-footer{
  width: 350px; height: 60px;
  margin: 10px auto;
  border-radius: 5px;
  font-size: 1em;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  background-color: #1cb39b;
  text-align: center;
  padding-top: 20px;
  color: white;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  //transition: all 0.3s ease 0s;
  cursor: pointer;
}

.bttn-footer:hover {
  background-color: #00008B;
}



/*** START : MOBILE ***/
@media screen and (max-width: 480px){


  #wrapper{
 width: 96%;
  }

  .hero{
    max-width: 900px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
  }

  .two-col{
    max-width: 330px;
    flex-direction: column;
  }

  .one {
    width: 100%;
  }

  .two {
    width: 100%;
  }

  .card {
    width: 300px; /* your desired width */
    margin: auto;
    width: 100%;

  }
}
