@charset "UTF-8";
/* CSS Document for Project 2
Author: Andrew Addens
Course: ITWP 1050
File: styles.css 
For Project 2 */

@font-face {    /* Webfont regular for document */
    font-family: 'sansationregular';
    src: url('Sansation-Regular-webfont.eot');
    src: url('Sansation-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Sansation-Regular-webfont.woff2') format('woff2'),
         url('Sansation-Regular-webfont.woff') format('woff'),
         url('Sansation-Regular-webfont.ttf') format('truetype'),
         url('Sansation-Regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;}
   
body {
    font-family: Arial, Helvetica, sans-serif !important;   
    font-size: 90% !important;
    background-color: rgba(102, 204, 255, 1);}

p {
    text-indent: 1em;
    line-height: 16px;}

h1 {
    font-size: 3em;
    font-family: 'sansationregular', Arial, Helvetica, sans-serif;
    border-bottom: 1px;
    border-color: rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgb(255, 255, 255);}

h2 {
    background-image: url(mountain_bkgd.jpg);
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255);
    padding: 10px;
    border: 2px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 1);
    font-variant: small-caps;}

h3, h4 {
    font-variant: normal;}

h5 {
    font-style: italic;
    color: rgba(51, 102, 153, 1);}

img {
    float: right;
    margin: 10px;
    border-left: 1px solid rgba(0, 0, 0, 1);
    border-top: 1px solid rgba(0, 0, 0, 1);
    border-bottom: 2px solid rgba(0, 0, 0, 1);
    border-right: 2px solid rgba(0, 0, 0, 1);}

.stateflag { /* State flag Class */
    float: left;
    border: 1px dotted rgba(0, 0, 0, 1);
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 40px;
    margin-left: 0px;}

.logos { /* Logos Class */
    border: none;
}

a { /* Hyper Styles*/
    text-decoration: underline;
    color: rgba(0, 0, 0, 1);}

a:link { 
    text-decoration: underline;
    color:rgba(0, 0, 0, 1);
    font-weight: bold;}

a:visited{ 
    text-decoration: underline;
    color: rgba(51, 102, 153, 1);
    font-weight: bold;}

a:hover { 
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;}

a:active {
    text-decoration: underline;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;}

.copyright { /*Copyright Class */
    font-size: 9px;
    font-style: italic;
    text-align: center;}

blockquote {
    background-color: rgba(255, 255, 255, 1);}

blockquote > p {
    color: rgba(51, 102, 153, 1);
    background-color: rgba(255, 255, 255, 1);
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;}
hr {
border: 1px solid rgba(0, 0, 0, 1);}