/* sorry about this messy CSS. I still need to clean it up */
html {
    position: relative;
    min-height: 100%;
}

main {
   width:70%;
   padding-left: 25%;
   padding-right: 4%;
   padding-bottom: 20%;zz
    
}

body {
       margin: auto;
       background: url("/2.jpg");
       background-attachment: fixed;
       background-size: 100%;
       font-size: 100%;
       

}
header {
	   text-align: center;
	   color: #f54900;
	   font-family: "Comic Sans MS", cursive, sans-serif;
	   font-size: 1.1875em;
	   width: 100%;

}



article {
       font-family: Tahoma, Geneva, sans-serif;
       color: #000be6;
       	   border: 1px solid;
	   border-radius: 3em;
	   background: rgba(255, 107, 228, 0.42);
	   width: 90%;
	   margin-left: 4%;
	   padding-left: 2%;
	   padding-right: 1%;


}

section {
       font-family: "Trebuchet MS", Helvetica, sans-serif;
	     color: #3052a1;
	     text-align: left;
	     	   border: 1px solid;
	     	   border-radius: 3em;
	   background: rgba(213, 195, 114, 0.42);
	   width: 90%;
     margin-left: 4%;
     padding-left: 2%;
     padding-right: 1%;
     padding-bottom: 5%;
}

h2 { 
 text-align:center; 
}

img.skype{


}

img.tumblr{

}

img.tube {

}

img.google {
  height: 85px;
  width: 105px;
}
aside {
        float: left;
        color: #000000;
        text-align: center;
        width:340px;
        padding-right: 5%;
        padding-bottom: 20%;
        padding-left:1%;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  
}

nav {
        text-align: center;
        font-size: 2em;
  background-color: rgba(32, 0, 173, 0.67);
  border: 1px solid #dedede;
  border-radius: 4px;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
  color: #888;
  display: block;
  margin-top: 2%;
  margin-bottom:5%;
  margin-right: 2%;
  margin-left: 5%;
  overflow: hidden;
  width: 90%; 
}

  nav ul {
    margin: 0;
    padding: 0;
  }

    nav ul li {
      display: inline-block;
      list-style-type: none;
      
      -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; 
    }
      
      nav > ul > li > a > .caret {
        border-top: 4px solid #aaa;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        vertical-align: middle;
  
        -webkit-transition: color 0.1s linear;
     	  -moz-transition: color 0.1s linear;
       	-o-transition: color 0.1s linear;
          transition: color 0.1s linear; 
      }

      nav > ul > li > a {
        color: #aaa;
        display: block;
        line-height: 56px;
        padding: 0 24px;
        text-decoration: none;
      }

        nav > ul > li:hover {
          background-color: rgba(148, 0, 37, 0.72);
        }

        nav > ul > li:hover > a {
          color: #ffffff;
        }

        nav > ul > li:hover > a > .caret {
          border-top-color: rgb( 255, 255, 255 );
        }
      
      nav > ul > li > div {
        background-color: rgba(255, 15, 75, 0.55);
        border-top: 0;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
        display: none;
        margin: 0;
        opacity: 0;
        position: absolute;
        width: 165px;
        visibility: hidden;
  
        -webkit-transiton: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -transition: opacity 0.2s;
      }

        nav > ul > li:hover > div {
          display: block;
          opacity: 1;
          visibility: visible;
        }

          nav > ul > li > div ul > li {
            display: block;
          }

            nav > ul > li > div ul > li > a {
              color: #fff;
              display: block;
              padding: 12px 24px;
              text-decoration: none;
            }

              nav > ul > li > div ul > li:hover > a {
                background-color: rgba( 255, 255, 255, 0.1);
              }
              
footer {
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    text-align: center;
    color: black;
    clear: both;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    margin-top: 100%;
    padding-bottom: 1%;
    padding-top: 10%;

}

blink.construction {
      color: #d10000;
}

img.ad2 {
  border-style: solid;
  border-color: black;
}
img.ad {
  border-style: solid;
  border-color: black;
}
figure.oc {
  color: black;
  text-align: center;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
figure.ad {
    font-family: "Lucida Console", Monaco, monospace;
}

#fallbackImage.hide {
    display: none;
}

#fallbackImage.show {
    display: initial;
}
li.sub {
  font-size: 20px;
}

li.sub2 {
  font-size: 18px;
}
li.sub3 {
  font-size: 18px;
}
span.important {
  font-size: 25px;
  color: #310085;
  
}
 
 
    
a.address:hover {
  color: red;
  text-decoration: none;
}
 
a.address:visited {
  color: yellow;
  text-decoration: none;
}

a.address:active {
  color: orange;
  text-decoration: none;
}

::selection {
  background: #05ff44; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #05ff44; /* Gecko Browsers */
}  
    
#twitter {
  width: 300px !important;
  height: 350px !important;
}
   
figcaption.sponser {
    font-size: 15px;
    color: black;
    font-family: "Times New Roman", Times, serif;
  } 
  
  #center {
    text-align: center;
  }

    
    
    
    
    
    
    