/*
   lacibus.com pages template 1 November 2019
*/

body {
   color: #101000;
}

header {
   background: radial-gradient( 
        circle, 
        rgba(42, 93, 121, 0.80), 
        rgba(42, 93, 121, 0.85) 725px, 
        rgba(42, 93, 121) 850px ), 
        url(/home/soda/style/banner.jpg
   );
   background-size: cover;
   background-position: center 7%;
   background-repeat: no-repeat;
}

footer {
   background-color: #1a4863;
}

#header-content, #main-content, #footer-content {
   margin:auto;
   width: 93%;
}

p {
   margin-bottom:1em;
}

@media screen and (min-width: 430px) {

   #header-content, #main-content, #footer-content {
      margin:auto;
      width: 400px;
   }
}

@media screen and (min-width: 750px) {

   #header-content, #main-content, #footer-content {
      margin:auto;
      width: 700px;
   }

   #sodabuttons {
      padding-top: 12px;
   }
}

@media screen and (min-width: 1300px) {

   #header-content, #main-content, #footer-content {
      margin:auto;
      width: 1200px;
   }
}
