/* General */
* {
  box-sizing: border-box;
}

body {100%; height: 100%; margin:0; padding: 0; font-family: "Open Sans", Arial, sans-serif; font-size: 90%; font-weight: 400; color: #333; line-height: 22px; text-align: left; position: relative;}
body {background: #ffffff; color: #585858;}

bold{
  font-weight: 600;
}

a, a:visited {
  text-decoration: none;
  }

  .container1 { 
    width: 960px; 
     padding: 10px;
  margin-left: auto;
  margin-right: auto
}

h1 {font-size: 1.8em; line-height: 1.23em;}
h2 {font-size: 22px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px; padding-bottom: 10px; font-weight: bold;}

h5 b {font-weight: bold;}

ul {font-size: 16px; font-weight: 600; margin: 7px 0; padding-left: 30px;}
ul li {margin-bottom: 5px;}

hr {
  display: block;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  color: #446d9b;
   width: 60%; 
   size="4"
}

iframe {
  background:#FFF;
  border:none;
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto
}

/* Allow space for sticky menu at the top */
  .section {
    scroll-margin-top: 2em;
  }

.donate-text {
    font-size: 100%; font-weight: 700; color: #fff; line-height: 22px; text-align: left; margin: 20px 0 5px 0;
 }

figcaption {
  font-size: 16px; font-weight: 600; margin: 0 auto;  text-align: center;
}

code { 
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 80%; 
    font-weight: 500; 
    color: #1f1f1f; 
    line-height: 10px;
}

span.features {
  color:darkolivegreen;
  font-weight:bold
}

span.featuresred {
  color:tomato;
  font-weight:bold
}

span.floatl {
  float:left;
  padding: 20px;
}

span.floatr {
  float:right;
}

.space {
  margin-top: 53px;
}

iframe.noScrolling{
           width: 140px; /*or any other size*/
           height: 900px; /*or any other size*/
           overflow: hidden;
        }

/* images */
.parentimage12 { 
  width: 253px;
  height: 362px; 
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
} 
.parentimage12:hover {
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 90;
} 

.images img {
  max-width: 100%;
  height: auto;
}

.left {
 float: left;
 padding: 0 20px 20px 0;
}

.right {
 float: right;
 padding: 0 0 20px 20px;
}

/* Buttons */
.paypaltoo {
    width: 164px;
    height: 63px;
    margin: 0 12px 0 0;
}

.paypalcards {
    width: 36%;
    height: auto;
    margin: 0 12px 0 0;
}

.specialoffer {
  width: 478px;
  height: 102px;
}

.blue a.but {display: block; width: 185px; background: #37567b; color: #fff; margin: 0 auto 20px; padding: 10px 20px; font-size: 12px; text-transform: uppercase;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
}

.blue a.but:hover {background: #fff; color: #04324d;}

@media screen and (max-width: 1400px) {
  .specialoffer {
   width: 318px;
  height: 68px;
  }
}

@media screen and (max-width: 800px) {
  .specialoffer {
   width: 220px;
  height: 51px;
  }
}

@media screen and (max-width: 600px) {
  .specialoffer {
   width: 439px;
  height: 102px;
  }
}



.butn {
  background: rgb(210,161,85); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(210,161,85,1) 0%, rgba(255,204,129,1) 51%, rgba(255,199,112,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(210,161,85,1) 0%,rgba(255,204,129,1) 51%,rgba(255,199,112,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(210,161,85,1) 0%,rgba(255,204,129,1) 51%,rgba(255,199,112,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daa85c', endColorstr='#ffc874',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-weight: 600;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 1px 1px 3px #666666;
  -moz-box-shadow: 1px 1px 3px #666666;
  box-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  float: left;
  color: #000000;
  font-size: 14px;
  padding:  5px 6px 5px 6px;
  border: solid #9e8051 2px;
  text-decoration: none;
}

.butn:hover {
  background: #ffc770;
  background-image: -webkit-linear-gradient(top, #ffc770, #d6a559);
  background-image: -moz-linear-gradient(top, #ffc770, #d6a559);
  background-image: -ms-linear-gradient(top, #ffc770, #d6a559);
  background-image: -o-linear-gradient(top, #ffc770, #d6a559);
  background-image: linear-gradient(to bottom, #ffc770, #d6a559);
  text-decoration: none;
}

.butnp {
  background: #41658d;
  background-image: -webkit-linear-gradient(top, #41658d, #5884b4);
  background-image: -moz-linear-gradient(top, #41658d, #5884b4);
  background-image: -ms-linear-gradient(top, #41658d, #5884b4);
  background-image: -o-linear-gradient(top, #41658d, #5884b4);
  background-image: linear-gradient(to bottom, #41658d, #5884b4);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  font-weight: 600;
  border-radius: 10px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 1px 1px 3px #666666;
  -moz-box-shadow: 1px 1px 3px #666666;
  box-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  float: right;
  color: #ffffff;
  font-size: 14px;
  padding:  5px 6px 5px 6px;
  border: solid #1f628d 2px;
  text-decoration: none;
}

.butnp:hover {
  background: #5884b4;
  background-image: -webkit-linear-gradient(top, #5884b4, #41658d);
  background-image: -moz-linear-gradient(top, #5884b4, #41658d);
  background-image: -ms-linear-gradient(top, #5884b4, #41658d);
  background-image: -o-linear-gradient(top, #5884b4, #41658d);
  background-image: linear-gradient(to bottom, #5884b4, #41658d);
  text-decoration: none;
  cursor: pointer;
}

/* Scroll to top */
a#top {display: none; width: 7px; height: 17px; padding: 5px; position: fixed; bottom: 50px; right: 60px; z-index: 9; color: #fff; background: #5884b5; font-size: 14px; font-weight: 300;}

/* Effects */
.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
          animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
          margin-bottom: 80px;g
}

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.container {
    width: 100%;
    margin: 0px auto;
    position: fixed; /* Set the navbar to fixed position */
}

/* Responsive Navigation */
.topnav {
  overflow: hidden;
  border-top: 2px solid #4f78a6; position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
  z-index: 1;
  width: 100%; /* Full width */
}

.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 6px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #fff;
  color: #000;
   font-size: 17px;
   font-weight: 600;
}

.topnav .icon {
  display: none;
}

/* Navigation Media Screens */
@media screen and (max-width: 930px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    color: #fff;
    background-color: #5884b5;
  }
}

@media screen and (max-width: 930px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.row { margin-bottom: 0px; }

.row  h3{
    margin: 0 auto;
    text-align: center;
  } 

.contentwrapper {
  max-width: 1280px;
  margin-left:  auto;
  margin-right:  auto;
}

  /* Column Layouts */

/* Clear floats after any group of columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

 /* Create single column */
.headwrapper {
  padding: 80px 130px 5px 130px;
  margin: 0 auto;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#334f74+0,4a78a9+24,4a74a4+71,4a74a4+71,3f628a+100 */
background: rgb(51,79,116); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(51,79,116,1) 0%, rgba(74,120,169,1) 24%, rgba(74,116,164,1) 71%, rgba(74,116,164,1) 71%, rgba(63,98,138,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(51,79,116,1) 0%,rgba(74,120,169,1) 24%,rgba(74,116,164,1) 71%,rgba(74,116,164,1) 71%,rgba(63,98,138,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(51,79,116,1) 0%,rgba(74,120,169,1) 24%,rgba(74,116,164,1) 71%,rgba(74,116,164,1) 71%,rgba(63,98,138,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#334f74', endColorstr='#3f628a',GradientType=0 ); /* IE6-9 */
}

.headwrapper h1, headwrapper h2, headwrapper h4 {width: 100%; float: left; clear: both;  text-align: left; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,.4); font-weight: 600;}

.headwrapper h1 { font-size: 4em; margin-bottom: 30px; }

.headwrapper h2 {font-size: 2em;}

.headwrapper h4 {font-size: 1.5em; font-weight: 700; margin-bottom: 10px;}

 /* Create single column */
.featurewrapper {
  padding: 0 15% 0 15%;
  margin: 0 auto;
}

.featurewrapper h4 {
    font-size: 1.5em; 
    font-weight: 700;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    text-align: center;
  }

.qh {
color: darkolivegreen;
font-size: 150%!important;
line-height: 1.5;
}
.ques {
color: #000
font-weight: 700;
}
.answh {
color: blue;
font-size: 150%;
}
.answ {
color: #555
font-weight: 400;
}

 .blue {
  max-width: 90%;
  background: radial-gradient(ellipse at center, #5983B5 0%, #3e658e 100%);
  padding: 45px 45px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
} 

 /* Create single column */
.sizeswrapper {
  padding: 0 27% 0 27%;
  margin: 0 auto;
}

   /* Create single column */
.bodywrapper {
  padding: 0 3% 0 3%;
  margin: 0 auto;
}

   /* Create single column */
.bodywrapper2 {
  margin: 0 auto;
}

.bodywrapper h4 {
    font-size: 1.5em; 
    font-weight: 700;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    text-align: center;
  }

  .bodywrapper h3 {
    font-size: 1.5em; 
    font-weight: 700;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    text-align: center;
  }

  .bodywrapper span.features {
  color:tomato;
  font-weight:bold
}

.bodywrapper div.payment {
 margin: 0 10% 0 10%
}


/* Responsive layout - makes both columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column2  {
    width: 100%;
  }
}

 /* Create two equal columns that floats next to each other */
.headingleft {
  float: left;
  height: 400px;
  width: 60%;
  padding: 10px;
  color: #fff!important;
  overflow: hidden;
}

.headingright {
  float: left;
  height: 400px;
  width: 40%;
  padding: 10px;
  color: #fff!important;
  overflow: hidden;
}

  /* Create two columns for PayPal that floats next to each other */
.paywithpaypalleft {
  float: left;
  width: 30%;
  padding: 10px 10px 10px 20px;
  text-align: right;
}

.paywithpaypalright {
  float: left;
  width: 70%;
  margin-top: 14px;
  padding: 10px;
  overflow: hidden;
}

/* Responsive layout - makes both columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1234px) {
  .paywithpaypalleft  {
    text-align: left;
    width: 100%;
  }
    .paywithpaypalright  {
    width: 100%;
  }
}

  /*+ Create four equal columns for the iframes that float next to each other */
.column4if {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1394px) {
  .column4if  {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column4if  {
    width: 100%;
  }
}

.column4if h4 {
    margin: 0 auto;
    text-align: center;
  } 

  .column4if h5 {
    margin: 0 auto;
    text-align: center;
  } 

   /* Create two equal columns that floats next to each other */
.column2 {
  float: left;
  text-align: left;
  width: 50%;
  padding: 0px;
}

/* Responsive layout - makes both columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column2  {
   width: 100%;
  }
}

  /****************************************** Create four equal columns that floats next to each other */
.column4 {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column4  {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column4  {
    width: 100%;
  }
}

  /* Create three equal columns that floats next to each other */
.column3 {
  float: left;
  width: 33.3333%;
  padding: 0 20px;
}

.column3 h3 {
    margin: 0 auto;
    text-align: center;
  }

    .column3 h5 {
    margin: 0 auto;
    text-align: center;
  } 

  .column3 img {
    display: block;
margin-left: auto;
margin-right: auto;
  }

/* Responsive layout - makes 1 x2 and 1 x1 two column-layout instead of three columns */
@media screen and (max-width: 900px) {
  .column3  {
    width: 50%;
  }
}

/* Responsive layout - makes all three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column3  {
    width: 100%;
  }
}

  /* Create two equal columns that floats next to each other */
.column2 {
  float: left;
  margin-left: -2px;
  width: 50%;
  padding: 10px;
}

/* Responsive layout - makes both columns stack on top of each other instead of next to each other */
@media screen and (max-width: 300px) {
  .column2  {
    width: 100%;
  }
}

 /* for the footer */
.half {
  float: left;
  margin-left: -2px;
  width: 50%;
  padding: 10px;
}

/* for the footer */
@media screen and (max-width: 600px) {
  .half  {
    width: 100%;
  }
}

 /* Create two  columns 1st 2/3rds 2nd 1/3rd that floats next to each other */
.column23l {
  float: left;
  width: 66.6666%;
  padding: 10px;
}

.column23r {
  float: left;
  width: 33.3333%;
  padding: 10px;
}

/* Responsive layout - makes both column23's stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column23l  {
    width: 100%;
  }
  .column23r  {
    width: 100%;
  }
}

 .sizes {
  width: 60%;  
  margin: 0 auto;
} 

/*  /*
/* Create two  columns 1st 1/3rd 2nd 2/3rds that floats next to each other */
.column32l {
  float: left;
  width: 33.3333%;
  padding: 10px;
}

.column32r {
  float: left;
  width: 66.6666%;
  padding: 10px;
}

/* Responsive layout - makes both column23's stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column32l  {
    width: 100%;
  }
.column32r  {
    width: 100%;
  }
}

.column32r h5 {font-size: 16px; margin: 0 0 10px 0;}

.column32r p {margin: 0;}

.column32r h4 {margin: 0 0 10px 0;}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container > div {
  width: 180px;
  margin: 15px;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
}

/* Gallery */
.gallery {width: 100%; padding: 0 0 60px 0;}
.gallery h2 { margin-left: 40px;}

/* Footer */
footer {width: 100%;  margin: 10px 0 0; padding: 10px; background: #333;}
footer h5 {color: #ccc;}
footer p {color: #aaa; line-height: 15px; font-size: 12px; margin-bottom: 7px;}
footer a {color: #ddd;}
footer a:hover {color: #ff6a00;}