*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
background-color: #c9e6a8;
background-image: url("https://www.transparenttextures.com/patterns/greyzz.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
img {
    max-width: 100%;
}

li a.active {
    background-color: #4CAF50;
    color: white;
}
img.fly1 {
   width: 100%;
  }

h1 {
    font-family: 'Nixie One', cursive;
    text-align: center;
    color: darkgreen;
}

h2 {
     font-family: 'Nixie One', cursive;
    font-size: 300%;
    line-height: normal;
}

h3 {
     font-family: 'Nixie One', cursive;
    font-size: 300%;
    text-align: center;
    line-height: normal;
}

h4 {
  font-family: 'Nixie One', cursive;
    font-size: 14pt;
    display: inline-block;
    padding-left: 27px;
}

.container {
  margin: 0 auto;
  max-width: 960px;
  width: 90%; 
}

  .column {
    float: left;
    margin-left: 5%;
  }

.column:first-child {
    margin-left: 0;
    
}
  
  .column.full { 
      width: 100%;
      margin-bottom: 15px;
  }
    
  .column.two-thirds { 
      width: 65%; 
  }
    
  .column.half { 
      width: 47.5%;
      margin-bottom: 15px;
      padding: 10px;
      margin-left: 3px;
      
  }
.column.halffffff {
}

.column.halff { 
      width: 39%;
     margin-top: 20px;
      margin-bottom: 30px;
      padding: 15px;
    margin-left: 3px;
  }

.column.halfff { 
      width: 57.5%;
      margin-bottom: 15px;
      padding: 10px;
      margin-left: 3px;
    font-size: 14pt;
  }

.column.halffff { 
      width: 40%;
    margin-top: 20px;
      margin-bottom: 30px;
      padding: 15px;
      margin-left: 3px;
  }

p {
    font-size: 100%;
}

.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 300px;
  margin: 15px;
  position: relative;
  width: 300px;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    width: 500px;
    height: 210px;
}
.card-11 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    width: 500px;
    height: 60px;
}
.card1para, .card2para, .card3para {
    margin: 15px;
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card-11:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card-2:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card-22:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card-222:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card-3:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
     transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    width: 500px;
    height: 300px;
}
.card-22 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
     transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    width: 500px;
    height: 255px;
}
.card-222 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
     transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    width: 500px;
    height: 120px;
}

.card-3 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
     transition: all 0.3s cubic-bezier(.25,.8,.25,1);
     width: 500px;
    height: 240px;
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}


footer {
    padding: 1em;
    color: white;
    background-color: #333;
    clear: left;
    text-align: center;
}
    
  .column.third { 
      width: 30%;
      margin-bottom: 15px;
  }
    
  .column.fourth { 
      width: 21.25%; 
  }
.btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn.btn-white {
    background-color: green;
    border: 1px solid #000;
    border-radius: 100px;
    margin: 0 5px;
    min-width: 150px;
    padding: 12px 25px;
    text-decoration: none;
    color: white;
}

.btn.btn-white:hover {
    background-color: darkgreen;
    color: #ffffff;
}

.btn.btn-link.active:hover,
.btn.btn-link {
    border: 1px solid #50d1c0;
    border-radius: 100px;
    color: #50d1c0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    min-width: 150px;
    padding: 13px 30px;
    text-decoration: none;
    background: transparent;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.btn.btn-link.active,
.btn.btn-link:hover,
.price-table.active .btn.btn-link {
    background-color: #50d1c0;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.row {
    overflow: hidden;
}
section {
  font-size: 35px;
  text-align: center;
}

.bg, .fb, .tw, .pt {
  display: inline-block;
  position: relative;
width: 80px;
  height: 80px;
  margin: 5px;
}

article {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  box-shadow: 0 0 6px -2px #000, 0 0 45px -20px #000;
  color: #fff;
  line-height: 90px;
  transform: perspective(300px) rotateY(0deg);
  transition: transform 0.4s linear, background-color 0s linear 0.2s, color 0s linear 0.2s;
}
a:hover article {
  transform: perspective(300px) rotateY(180deg);
  color: #eee;
  transition: transform 0.2s linear, background-color 0s linear 0.1s, color 0s linear 0.1s;
}
a:nth-child(1):hover article {
  background-color: #3B5998;
}
a:nth-child(2):hover article {
  background-color: #F26300;
}
a:nth-child(3):hover article {
  background-color: #00ACED;
}
a:nth-child(4):hover article {
  background-color: #CB2027;
}
span {
  transition: transform 0s linear 0.2s, text-shadow 0s linear 0.2s;
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
}
a:hover span {
  transition: transform 0s linear 0.1s, text-shadow 0s linear 0.1s;
  transform: scale(-1, 1);
  text-shadow: 0 0 50px rgba(255, 255, 255, 0.5);
}
@font-face {
  font-family: "SSSocial";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2361/ss-social-regular.eot");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2361/ss-social-regular.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2361/ss-social-regular.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2361/ss-social-regular.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/2361/ss-social-regular.svg#SSSocialRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}

.ss-icon, .ss-icon.ss-social, .ss-icon.ss-social-circle,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"][class*=" ss-social"]:before, [class*=" ss-"][class*=" ss-social"]:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"][class*=" ss-social"].right:after, [class*=" ss-"][class*=" ss-social"].right:after {
  font-family: "SSSocial";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.ss-icon.ss-social-circle,
[class^="ss-"].ss-social-circle:before, [class*=" ss-"].ss-social-circle:before,
[class^="ss-"].ss-social-circle.right:after, [class*=" ss-"].ss-social-circle.right:after {
  font-weight: bold;
}

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}



@media (max-width: 640px) {
    .column.full,
    .column.two-thirds,
    .column.half,
    .column.halff,
    .column.halffff,
    .column.third,
    .column.fourth,
    .row clearfix { 
      float: none;
margin: 40px 0px 40px 0px;
        width: 100%;
  }  
}
@media (max-width: 440px) {
    .card-22,
    .card-222,
    .card-11,
    .card-1,
    .card-2,
    .card-3,
        .row clearfix {
        height:auto;
      float: none;
        margin: 40px 0px 40px 0px;
        width: 100%;
  }  
}


.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

@media (min-width: 40rem) {
  .column.flow-opposite { 
      float: right; 
  }
}

/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #555;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}


