@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

/* Style the body */
body {
  
  margin: 0;
    background-color: #000000;
    color: #FFFFFF;
}
  .page-title:link{
       text-decoration: none;
    color: #EF7028;

}

.page-title {
    
    display: flex;
   justify-content: center;
    font-size: .8em;
    color: #EF7028;

  
}

.page-title:visited{
    
    color: #EF7028 ;
}
.page-title:hover{
    
     color: #EF7028;
}

.page-title:focus{
    
    color: #AD1927;
}

.page-title:active{
    
    color: #000000;
}










/* Header/logo Title */
header {
    display: flex;
    padding: 60px;
   justify-content: center;
  background-color: #000000;
    color: #ffffff;
}

/* Style the top navigation bar */
nav {
  display: flex;
  background-color: #EF7028;
  justify-content: center;
}




/* Style the navigation bar links */
nav a {
  color: #000000;
  padding: 14px 14px;
  text-decoration: none;
  font-size: .8em;
    
   
   
    
}

/* Change color on hover */
nav a:hover {
 
  color:#ffffff;
}

/* Column container */
.sidebyside {  
  display: flex;
  flex-wrap: wrap;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.leftside {
  flex: 30%;
  
  padding: 20px;
}

.buy-icons {
    display: flex;
   margin-bottom: 1em;
    justify-content: center;
}

.fab {
     padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 1em;
}



/* Main column */
.rightside {
  flex: 70%;
  background-color: #000000;
  padding: 20px;
}

.rightside-title-text h2 {
   
    display: flex;
}

.rightside ol {
    
    list-style-type: disc;
}

.rightside a{
    
    text-decoration: none;
    color: #EF7028;
}

.email-link  {
    
    text-decoration: none;
    color: #EF7028;
    font-size: 1.2em;

}

/* Fake image, just for this example */

.topimg{
    
      width: 100%;
  padding: 10px;
}
.imgblock {
  background-color: #000000;
  width: 100%;
  padding: 10px;
}

.content__gdprLegal a {
    
    display: flex;
    text-decoration: none;
}

.content__gdpr p{
    
    font-size: 8px;
    color: #000000;
    text-align: left;
}
/* Style the input elements and the submit button */

.container {
    display: flex;
}

input[type=text], input[type=submit] {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

#mc_embed_signup_scroll .clear #mc-embedded-subscribe{
    background-color: #000000;
}

/* Add margins to the checkbox */
input[type=checkbox] {
  margin-top: 16px;
}

/* Style the submit button */
input[type=submit] {
 
  color: #ffffff;
 
}

input[type=submit]:hover {
  opacity: 0.8;
}

.donate {
    
   
    text-align: center;
}


/* Footer */

footer {
  padding:20px;
  text-align: center;
  background: #000000;
}
footer .copyright {
    font-size: 10px;
    
}

/* Target landscape smartphones, portrait tablets, narrow desktops

    */
 @media screen and (min-width:480px) and (max-width:800px) {
     
     
}
  


/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .sidebyside, nav {   
    flex-direction: column;
       
   
  }
    body{
        font-size: 1.2em;
    }
    
    .topimg{
        width: 100%;
    }
    
    .imgblock{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    
    nav{
        background:#000000;
    }
    
    nav a{
        margin: 15px;
       font-size: 1.3em;
        text-align: center;
        background-color: #EF7028;
        color: #FFFFFF;
    }
    
        body{
         margin: 1em;
     }
     
    
    nav a{
         font-size: 1.1em;
     }
     
     header img{
         
         display: flex;
         justify-content: center;
         width: 300px;
         height: auto;
     }
     
     .sidebyside{
         display: inline-flex;
         justify-content: center;
        width: 100%;
         
     }
     
     #mc_embed_signup{
         width: 300px;
     }
     .leftside .topimg{
         width: 100%;
         display: flex;
         justify-content: center;
     }
     
     .topimg{
         display: flex;
         justify-content: center;
         width: 100%;
         height: auto;
     }
     
     .rightside img{
         width: 100%;
         display: flex;
         justify-content: center;
        height: 150px;
     }
     
     h1{
         font-size: 1.3em;
         flex-wrap: nowrap;
     }
     
     .container{
         width: 300px;
         display: flex;
         justify-content: center;
     }
    
    
    
      /* Target portrait smartphones */
 @media screen and (max-width:479px) {
     
     
    }
  
         /* Target smartphones */
 @media screen and (max-width:400px) {
     
     
     body{
         margin: 1em;
     }
     
    
    nav a{
         font-size: 1.1em;
     }
     
     header img{
         
         display: flex;
         justify-content: center;
         width: 200px;
     }
     
     .sidebyside{
         display: inline-flex;
         justify-content: center;
        width: 100%;
         
     }
     
     #mc_embed_signup{
         width: 300px;
     }
     .leftside .topimg{
         width: 100%;
         display: flex;
         justify-content: center;
     }
     
     .topimg{
         display: flex;
         justify-content: center;
         width: 100%;
         height: auto;
     }
     
     .rightside img{
         width: 100%;
         display: flex;
         justify-content: center;
     }
     
     h1{
         font-size: 1.3em;
         flex-wrap: nowrap;
     }
     
     .container{
         width: 300px;
         display: flex;
         justify-content: center;
     }
     
     
    }
}



