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

*{
    
    margin: 0;
    padding: 0;   
    
}

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

img {
    border: 1px solid #555;
}
    

p{
    line-height: 1.6;
    font-size: 1.0vw
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    text-align: justify;
  text-justify: inter-word;
}

p1{
    line-height: 1.6;
    font-size: 1.0vw
    font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    text-align: left;
  text-justify: inter-word;
}
h1{
    
    font-size:1.8em;
    line-height: 1.3;
    
}

h2{
    
    font-size:1.3em;
}


* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
    font-size: calc(1.vw + 0.390625vw);
}

.header {
  background-color:indianred;
  color: #ffffff;
  padding: 70px;
    padding-left:30px;
    height: 180px;
    width:100%;
    line-height:80px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
    line-height: 1.6;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color:indianred;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    list-style-type:none;
}

.menu li:hover {
  background-color: #0099cc;
    text-decoration-color: antiquewhite;
}

.menu1 ul{
    list-style-type: none;
  margin: 0;
  padding: 0;
    line-height: 1.6;
    }

.menu1 li {
  padding: 8px;
  margin-bottom: 7px;
  color:black;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    list-style-type:none;
}

.menu2 ul{
    list-style-type: none;
  margin: 0;
  padding: 0;
    line-height: 1.6;
    }

.menu2 li {
  padding: 8px;
  margin-bottom: 7px;
  color:black;
    list-style-type:none;
}


.aside {
  background-color:slategrey;
  padding: 4px;
  color:black;
  text-align: center;
  font-size: 14px;
  
    box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 0px solid #969696;
        background:#FBFBFB;
        margin: 10px;
}

.container {
        display: flex;
        align-items: center;
        justify-content: center
      }
      img_1 {
        max-width: 100%
      }
      .image_1 {
        flex-basis: 70%;
        order: 2;
      }
      .text {
        color: black;
        padding-left: 20px;
          padding-right: 20px;
        font-size:.9em; 
        font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
      }


.footer {
  background-color: indianred;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: 100vw;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;

}

/* For mobile phones: */

[class*="col-"] {
  width: 100%;
}



@media only screen and (min-width: 768px) {
  /* For desktop: */            
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

a:link {
  color:blueviolet;  
  text-decoration: underline;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

@media only screen and (min-width: 480px){
 
}

@media only screen and (max-width: 480px){
 img:hover{
transform: none|transform-functions| initial|inherit;
     transform:scale(1);
    }
       @media only screen and (max-width: 768px) {
 transform: none|transform-functions| initial|inherit;
     transform:scale(1); 



	