/* -----------------------------------------
   STAMPED IN TRADITION STYLE SHEET
   -----------------------------------------

   Steve Beeston
   April 2017

   © 2017 Brass Tacks Web Design

   -----------------------------------------
*/
   
* {margin: 0px; padding: 0px;}


/*
   ============
   LAYOUT
   ============
*/

body {
   background: #444;
   
   
   font-family: 'Open Sans', arial, 'sans serif';
}


.outer-wrapper {
   position: relative;
   float: left;
   width: 100%;
   min-height: 100%;
}

.banner {
   background: url('../img/background3.jpg') no-repeat top;
   background-size: cover;
}

header, footer, .header, .footer {
	width:100%;
	text-align: center;
   padding: 10px 0;
   background-color: #eee;
}

header, .header {
   opacity: 0.90;
   opacity: 1;
}

footer, .footer {
   position: relative;
   float: left;
   background-color: #11587F;
}

.inner-wrapper {
   position: relative;
	margin: 0 auto;
   width: 100%;
   max-width: 980px;
}

.text-center,
.text-centre {
   text-align: center !important;
}

.text-right {
   text-align: right !important;
}

li {
   list-style-type: none;
}


header {
   padding-bottom: 0;
}

#top-circle {
   background-color: #eee; 
   text-align: center; 
   margin: auto; 
   /*
   padding-top: 70px;
   height: 350px; 
   max-width: 350px; 
   */
   padding-top: 45px;
   margin: 20px auto;
   height: 300px; 
   max-width: 300px; 
   border-radius: 400px; 
   opacity: 0.9;
}

#about #top-circle {
   height: 300px; 
   max-width: 300px; 
   border-radius: 300px; 
}

#top-circle p {
   font-size: 20px; 
   line-height: 28px;
   color: #333;
}

#about #top-circle p {
   font-size: 17px; 
}

#top-circle h2 {
   font-size: 28px; 
   line-height: 40px;
   color: #333;
}

.product-circle {
   background-size: cover; 
   width: 300px; 
   border-radius: 40px; 
   margin: auto;
}

.content {
   background-color: #ddd;
}


.social-icons {
   text-align: right;
}

/*
   ============
   TYPOGRAPHY
   ============
*/

p, a, h1, h2, h3, h4, h5, label, li, td {
   color: #333;
}

p {
   line-height: 24px;
}

h1, h2, h3, h4 {
   font-family:  'Merriweather', arial, "sans serif"; 
   font-weight: 400;
   color: #760E26;
}

h1 {
   font-weight: 500;
   font-size: 32px;
   line-height: 60px;
}

h2 {
   font-size: 24px;
   line-height: 40px;
   padding: 15px 0;
}

/*
   ====
   NEWS
   ====
*/
#news h1 {
   font-size: 26px;
   line-height: 40px;
   padding: 15px 0;
}

h3,
#news h2 {
   font-size: 22px;
   line-height: initial;
   padding: 0;
   margin: 0;
}

.news-date {
   font-size: 13px;
   margin-bottom: 20px;
}

.news-item {
   text-align: left;
   list-style-type: initial;
}

.news-item  {
   list-style-position: inside;
}

.news-item li {
   list-style-type: initial;
}

/*
   ================================
   TAGS
   ================================
*/

.span-tag {
   font-size: 13px;
   padding: 2px 8px 2px 4px;
   background: #11587F;
   color: #fff;
   margin: 10px;
   display: inline-block;
}

.span-tag i {
   cursor: pointer;
}

.fa {
   margin-left: .2em;
   margin-right: .4em;
}


#privacy p, td {
   font-size: 15px;
}

#privacy h2 {
   font-size: 24px;
   padding: 10px 0;
}

#privacy td {
   padding: 5px;
}

h3 {
   font-size: 24px;
   line-height: 30px;
   padding: 15px 0;
}

p, a, label, li {
   font-family: 'Open Sans', arial, 'sans serif';
   font-size: 16px;
   
}

a {
   text-decoration: none;
}

footer p, footer a, footer li {
   color: #eee;
   line-height: 24px;
}

.content p,
.content h2 {
   margin: 10px 0;
}



div#intro {
   float: right;
   margin: 20px;
   padding: 20px;
   max-width: 500px;
   background-color: rgba(113,25,56,0.7);   
   background-color: rgba(17,88,127,0.9);
   border-radius: 10px;
}

#intro p {
   color: white;
   font-size: 18px;
   text-align: center;
   text-shadow: 1px 1px #333;
   padding: 10px 0;
}

#intro p a {
   font-size: 18px;
   background-color: #11587F; 
   background-color: #760E26;
   background-color: #1f84bb;
   text-shadow: none;
}

/* 
   ================================
   MESSAGES 
   ================================
*/

.success, 
.failure {
   font: bold 13px arial;
   display: inline; 
   padding: 3px; 
   border-radius: 4px; 
   border-width: 2px; 
   border-style: solid; 
   margin: 3px;
}

.success {
   color: green; 
   border-color: green;
}

.failure {
   color: red; 
   border-color: red;
}



/*
   ================================
   FORMS
   ================================
*/

form {
   display: inline-block;
}

input, select {
    padding: 5px;
    margin: 5px 0px;
    border: 2px solid #b9bdc1;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 350px;
    color: #797979;
}

input[type="submit"], input[type="reset"] {
   padding: 5px 15px;
   background-color: #555;
   color: #eee;
   font-size: 15px;
}

select {
   width: 200px;
}




/*
   ================================
   BUTTONS
   ================================
*/

.button {
   background-color: #11587F;
   color: #eee;
   padding: 7px 10px;
   font-size: 14px;
}   

.button:hover {
   background-color: #517f98;
   transition: 0.3s;
}


/*
   ================================
   PAGINATION
   ================================
*/


.pagenumber {
   font-size: 14px;
   border: 1px solid #999;
   padding: 7px 10px;
   display: inline-block;
}

.pagination-controls p {
   font-size: 14px;
}


/*
   ================================
   SOCIAL MEDIA ICONS
   ================================
*/

img.social-media-icon {
   width: 46px;
   transition: opacity 500ms ease-in-out;
}

img.social-media-icon:hover {
   transition: 500ms ease-in-out;
}





/* 
   ---------------------------------------------
   ---------------------------------------------

   R E S P O N S I V E   D E S I G N   S T U F F

   ---------------------------------------------
   ---------------------------------------------
*/




/*
   =======================================
   M E D I U M   S I Z E D   S C R E E N S
   =======================================
*/

@media only screen and (max-width: 899px) {
   #header-ident {
      text-align: center;
      padding: 7px;
   }

   #header-ident h1 {
      font-size: 40px;
   }

   #nav-container {
      padding: 7px;
   }

   .menu ul li > a {
      line-height: 25px;
   }

   .social-icons {
      text-align: center;
   }

}



/*
   =======================================
   S M A L L   S I Z E D   S C R E E N S
   =======================================
*/

@media only screen and (max-width: 639px) {

   #header-ident h1 {
      font-size: 36px;
   }
}





/*
   =======================================
   > 450px   S I Z E D   S C R E E N S
   =======================================
*/

@media only screen and (max-width: 450px) {


   #top-circle {
      height: 300px; 
      max-width: 300px; 
      border-radius: 300px; 
      padding-top: 40px;
   }

   #top-circle p {
      font-size: 16px; 
      line-height: 22px;
   }

   #top-circle h2 {
      font-size: 26px; 
      line-height: 40px;
   }

}