
body {
  margin: 0;
  font-family: Montserrat, arial, helvetica, sans-serif;
	font-size: 12px;
color: #3D4849;
background: #F1F1F1;
background-image: url(images/background.png);
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;

}
 
        /* Media query for mobile devices  */
        @media only screen and (max-width: 680px) {
            body {
                background-image: url(images/background.png);
            }
        }



html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Navigation */
.topnav {
  overflow: hidden;
  background-color: #333;
max-width: 850px;
margin: auto;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 13px;
}

.active {
  background-color: #b6151a;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 13px;    
  border: none;
  outline: none;
  color: white;
  padding: 8px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}


@media screen and (max-width: 800px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

header {
  position: relative;
  width: 100%;
  background: #ffffff;
  color: #000000;
}

.responsive {
  
  max-width: 100%;
  height: auto;
display: block;
}


.container {
  position: relative;
  width: 850px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  border: solid: 0px;

}


.line-black {
            background-color: #000000;
            width: 100%;
            height: 15px;
            border-top: 5px;
            line-height: 80%;
        }
  
        .line-red {
background-color: #b6151a;
            width: 100%;
            height: 15px;
            border-top: 5px;
            line-height: 80%;
            
        }

.line-red-menu {
background-color: #b6151a;
            width: 850px;
            height: 5px;
            border-top: 5px;
            line-height: 80%;
            position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
        }

 .line-grey {
background-color: #c0c0c0;
            width: 100%;
            height: 1px;
            border-top: 5px;
            line-height: 80%;
            
        }


h1 {
  font-size: 40px;
}

h1.shadow {
  font-size: 40px;
text-shadow: 2px 2px 4px #000000;
}


h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

h3.orange {
  font-size: 20px;
	color: orange;
  text-shadow: 2px 2px 4px #000000;
}

h3.red {
  font-size: 20px;
	color: #c5161e;
	font-weight: bold;
	text-decoration: none;
}


h4 {
	color: #c5161e;
	font-size: 18px;
	font-weight: bold;
	margin: 5 5 8px 5;
	text-decoration: none;
text-shadow: 3px 3px 9px #696969;
}

p {
  font-size: 15px;
font-weight: normal;
}



.small {
  font-size: 12px;
}

.smaller {
  font-size: 10px;
}

a.linkslg { font-family: Montserrat, arial, helvetica, sans-serif;
	text-decoration:none;
	color : blue;
}
	a.linkslg:hover{
	text-decoration:underline;
	color : maroon;
}

a.smaller{ font: 10px arial, helvetica, sans-serif;
	text-decoration:none;
	color : blue;
}
	a.smaller:hover{
	text-decoration:underline;
	color : maroon;
}

:target {color: #dd0000;

}

a.links{ font-family: 14px  Montserrat, arial, helvetica, sans-serif;
	text-decoration:none;
	color : blue;
}
	a.links:hover{
	text-decoration:underline;
	color : maroon;
}

a.menu{ font: 14px arial, helvetica, sans-serif;
	text-decoration:none;
	color : grey;
}
	a.menu:hover{
	text-decoration:underline;
	color : maroon;
}

a.vid{ font: 14px arial, helvetica, sans-serif;
	text-decoration:none;
	color : grey;
}
	a.vid:hover{
	text-decoration:underline;
	color : white;
}

.vid {
  text-align: center;
	color: #ffffff;
}


ul {
  list-style-image: url('images/patchsm.png');
font-size: 15px;
padding-left:30px;

}

li {
margin-top:10px
}

ul.more {
  list-style-image: url('images/patchsm.png');
font-size: 14px;
padding-left:40px;
}


	figure { 
	float: right; 
	display: block;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	margin: 0px; 
	margin-left:8px; 
 	margin-bottom: 0px; 
	margin-right: 8px;
}

figure figcaption {
    border: 0px;
    text-align: center;
	font-size: 12px;
}


figure.left { 
	float: left; 
	display: block;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	margin: 0px; 
	margin-left: 8px; 
 	margin-bottom: 0px; 
	margin-right: 8px;
	border: 0px;
}

figure.left figcaption {
    border: 0px;
    text-align: center;
	font-size: 12px;
}

#img {
  display:block;
	margin-left: auto;
  margin-right: auto;
  width: 100%;
}



.left {
  border: solid 1px black;
  float: left;
padding: 0px 0px 0px 0px;
	vertical-align: top;
	margin-top: 0px; 
	margin-left: 5px; 
 	margin-bottom: 0px; 
	margin-right: 5px;
}


.leftnoborder {
  border: 0px;
  float: left;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	margin-top: 0px; 
	margin-left: 5px; 
 	margin-bottom: 0px; 
	margin-right: 5px;
}

.leftnobordersm {
  border: 0px;
  float: left;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	margin-top: 0px; 
	margin-left: 5px; 
 	margin-bottom: 0px; 
	margin-right:5px;
}

.right {
  border: solid 1px black;
  float: right;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	margin: 0px; 
	margin-left: 5px; 
 	margin-bottom: 0px; 
	margin-right: 5px;
}

.rightnoborder {
  border: 0px;
  float: right;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	margin-top: 0px; 
	margin-left: 5px; 
 	margin-bottom: 0px; 
	margin-right: 5px;

}


img.small {
    width: 17%;
            margin: 1%;
            box-sizing: border-box;
            border-radius: 50% 50%;
            box-shadow: black 0px 0px 5px; }




#section2 {
        
        font-family: Montserrat, arial, helvetica, sans-serif;
        font-weight: 100;
        font-size: 14px;
		color: #3D4849;


      }

      #section2 h4 {
        font-weight: 200;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 20px;
		  
      }

      #section2 h2 + p {
        text-align: left;
      }

      #section2 div {
        text-align: center;
      }


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


figure {
text-align: center; 
float: none;
    display: block;
margin-left: auto;
  margin-right: auto;
}

figure.left {
text-align: center; 
float: none;
    display: block;
margin-left: auto;
  margin-right: auto;
}



  .right{
  
    float: none;
    display: block;
margin-left: auto;
  margin-right: auto;
  
  }

.rightnoborder{
  
    float: none;
    display: block;
margin-left: auto;
  margin-right: auto;
  
  }

.left{
  
    float: none;
    display: block;
margin-left: auto;
  margin-right: auto;
  
  }

.leftnoborder{
  
    float: none;
    display: block;
margin-left: auto;
  margin-right: auto;
  
  }

}

.column {
  float: left;
  width: 33.33%;
	font-size: 14px;
	font-weight: normal;
}

.column50 {
  float: left;
  width: 50%;
	font-size: 14px;
	font-weight: bold;
}

.column100 {
  float: left;
  width: 50%;
	font-size: 14px;
	font-weight: bold;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 680px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column {
    width: 100%;
  }


  .column100 {
    width: 100%;
	float: left;
	font-size: 14px;
	font-weight: bold;
  }
}




#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}


/* Style the footer */
.footer {
  background-color: #333;
  padding: 20px;
	text-align: center;
	font-size: 10px;
	color: white;
}





