h1, h2, h3 {
    font-family:'Work Sans', sans-serif;
    
      
}

li{
   font-family: 'Quicksand', sans-serif;
list-style-type: none;
display: inline;
    position:absolute
    font-size: 17.5;
    padding: 35px;
     
    
}

a2:link, a:visited, a:active {
    color:white; text-decoration: none; font-weight:none;
    font-style: italic;     
}
a2:hover{
  color: brown; text-decoration: underline; font-weight: bolder;   
    
    
}
a:link, a:visited, a:active {
    color:black; text-decoration: none; font-weight:none;
    font-style: italic;
    
    
}

a:hover {
    
    color:brown; text-decoration: underline; font-weight: bolder;
    
    
    
}

.current {
  font-family:'Work Sans', sans-serif;  
    font-weight:bold; 
    color: crimson;  
    text-decoration:underline;
   
   
}


.paragraph{
 font-family: 'Quicksand', sans-serif;
    font-size: 19;
    color: aliceblue;
    margin-bottom: 40;
    padding-bottom: 10;
    margin-left: 10;
    margin-right: 10;
    padding-left: 10;
    padding-right: 10;

     }


    

h1{
  color: aliceblue     
}      

h3{
  text-decoration: underline;
    font-size: 25;
    padding-left: 20;
    color: aliceblue;       
} 

h2{
 font-size: 18;
    color: aliceblue;
}



.quote{
    text-align: left;
    color: aliceblue;
    font-size: 26;
   font-family: sans-serif;
    
}


    
    

        
    

    
.listeditem3{
    margin-left: -30;
    margin-right: -20;
    padding-bottom: 5;
    padding-top: 5;
    font-family: 'Quicksand', sans-serif;
    text-align: center;
     background-color:whitesmoke;
    
}


    
.section_border { margin:10px 40px 20px 40px; padding:5px; }
.section_title {
    clear:both; color:#D85724; font-size:95%; font-weight:bold; padding:15px;}
    
    
.textbox{
  position:absolute;
    right: 70%;
    
    
    
    
}
input[type=submit] {
  width: 150px;
    height:25px;
  background-color: #4CAF50;
  color: white;
padding-top: 20px;
  padding-bottom: 30px;
  margin: 8px 0;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}
    
 input[type=reset] {
   width: 150px;
    height:25px;
  background-color: grey;
  color: white;
padding-top: 20px;
  padding-bottom: 30px;
  margin: 8px 0;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}
  

input[type=submit]:hover {
  background-color: darkgreen;
}

input[type=reset]:hover {
  background-color: lightgrey;

}
  input[type=text] {
  width: 20%;
      height: 30px;
      margin: -5px;
      box-sizing: border-box;
    
}

input[type=textarea] {
    width: 20%;
    height: 60px;
    
}
    
.background-image{
 width: 200px;
    height: 100vh;
    background-size: cover; 
    background-repeat: no-repeat;
    
    
    
    
}

.backgroundimage{
    background:rgba(0,0,0,0.3)url(scottishmountain.jpg);
    background-size:cover;
    margin-left: -8px;
    padding-left: 12px;
    margin-right: -8px;
    padding-right: 12px;
    margin-bottom: 30px;
    padding-bottom: 10%;
    background-blend-mode:darken;
    
    
        
        
    }
     
.backgroundimage2{
    
     background:rgba(0,0,0,0.3)url(scottishmountain.jpg);
    background-size:cover;
    margin-left: -8px;
    padding-left: 12px;
    margin-right: -8px;
    padding-right: 12px;
    margin-bottom: 10px;
    padding-bottom: 20%;
    background-blend-mode:darken;
    
    
    
    
    
    
}

p{
    
color: aliceblue;
    font-family: 'Quicksand', sans-serif
}    

    
.thanks{
    color: black;
    padding-top:50px;
    padding-left: 36%;
    font-size: 50px;
    color: white;
    font-family: sans-serif;
}  
    
    
    
  

    
    
    
    
    

