

/**------------------------\
|    Christopher Kelly     |
|    s3544232 | RMIT       |
|   W3Schools Validated    |
|------------------------**\

/** Global **/
*
{
    padding: 0;
    margin: 0;
}

body
{
    margin: 0;
    font-family: 'Maven Pro', sans-serif !important;
    background-color: #fff;
}

/*a,p,h1,h2,h3,h4,h5,h5,table,button {
  -webkit-transform:rotate(-180deg);
-moz-transform:rotate(-180deg);
-o-transform:rotate(-180deg);
transform:rotate(-180deg);
ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}*/


.wrap
{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.right
{
    float: right;
    margin-top: 5px;
}

h1
{
    font-family: 'Barrio', cursive;
}

.accent
{
    color: red;
    font-family: 'Barrio', cursive;
}

/** Global Nav **/

.nav
{
    background-color: #333;
    overflow: auto;
    top: 0;
    padding: 20px 0px;
}

.nav .accent
{
    display: inline;
}

.nav ul
{
    list-style-type: none;
    padding-left: 20px;
    padding-right: 40px;
}

.nav li
{
    float: left;
}

.nav li a
{
    display: block;
    text-decoration: none;
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
}

.nav li a:hover
{
    color: green;
}

.nav .title
{
    font-family: 'Barrio', cursive;
    font-size: 20px;
}

/* Home Page - index.html */

.index .header
{
    background-image: url(bg-1.jpg);
    width: 100%;
    min-height: 250px;
    background-size: cover;
    position: relative;
}

.index .header .wrap
{
    font-size: 30px;
    color: #FFC300;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.index .header .wrap h1
{
    padding: 15px 0px;
}

.index .index .header .wrap p
{
    font-weight: bold;
}

.index .main-body .head
{
    text-align: center;
    font-size: 18px;
    margin: 20px 0px;
}

.index .main-body .head h3
{
    font-size: 25px;
    font-weight: bold;
    text-decoration: underline;
    margin: 20px;
}

.index .main-body .head hr
{
    margin: 20px;
}

.index .main-body .head small
{
    color: #A8A8A8;
    font-size: 10px;
}

.index .main-body .link-head
{
    text-align: center;
    text-decoration: underline;
    font-size: 17px;
}

.index .main-body .links
{
    width: 90%;
    height: 200px;
    margin: 20px;
    padding: 20px 20px;
    border: 2px solid #000;
}

.index .main-body .links.long
{
    height: 250px;
  }

.index .main-body .links .logo
{
    position: relative;
    width: 25%;
    float: left;
}

.index .main-body .links .alogo
{
    position: absolute;
    height: 200px;
    width: 200px;
}

.index .main-body .links .text
{
    margin-left: 25%;
}

/* News Page - news.html */

.news .header
{
    background-color: #777;
    width: 100%;
    min-height: 250px;
    background-size: cover;
    position: relative;
}

.news .header .wrap
{
    font-size: 30px;
    color: #FFC300;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.news table
{
    width: 90%;
    height: auto;
}

.news table th
{
    padding: 10px;
}

.news table td
{
    padding: 10px 20px;
    padding-bottom: 25px;
}

.news .sidebar
{
    border-right: 1px solid black;
}

.news iframe
{
    padding: 30px 10px;
    border: 0px;
}

.news ul
{
    padding: 10px 10px;
}

.news ul li
{
    padding: 5px 5px;
}

.news .nodot
{
    list-style-type: none;
    text-decoration: underline;
}

/* Contact Page - contact.html */

.contact .sub-header
{
    padding: 20px 20px;
}

.contact .sub-header p
{
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

.contact .sub-header h4
{
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

.contact .sub-header .smaller
{
    font-size: 14px;
    color: gray;
}

.contact .formarea
{
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

.contact input
{
    display: inline-block;
    padding: 10px;
    margin: 10px;
    width: 500px;
}

.contact input[type=submit]
{
    background-color: #61F982;
    border-color: #000;
}

.contact input[type=reset]
{
    background-color: #F96161;
    border-color: #000;
}

.contact input[type=submit]:hover
{
    background-color: green;
}

.contact input[type=reset]:hover
{
    background-color: red;
}

.contact .buttons
{
    padding: 20px;
}

/* About us Page - aboutus.html */

.aboutus .header
{
    padding-top: 15px;
}

.aboutus .header .headertext
{
    font-size: 30px;
    text-align: center;
    font-family: 'Barrio', cursive;
    font-weight: bolder;
}

.aboutus .header hr{
  margin: 10px 80px;
  background-color: #f0f0f0;
}

.aboutus .text .header{
  text-align: center;
  padding:20px 20px;
}

.aboutus .text .therest{
  padding-bottom: 40px;
}

.aboutus .text .therest p{
  padding: 20px 20px;
}


/* Aboutus_3 - Our Sponsors */

.aboutus .text .therest
{
  text-align: center;
}

.aboutus .therest .logo img{
  width: 200px;
  display: block;
  margin:auto;
}

.aboutus .therest .logo{
  padding: 20px 20px;
}


/* Aboutus Page subnav */

.aboutus .subnav
{
  text-align: center;
}

.aboutus .subnav li
{
  display: inline;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: bold;
}

.aboutus .subnav a
{
  text-decoration: none;
  color: black;
}

.aboutus .subnav a:hover{
  color: green;
}

.aboutus .subnav .active{
  color: red;
}


/* Global buttons */

.button
{
    border: none;
    height: 40px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    background-color: #1E1E24;
    color: #FFF;
}

.button:hover
{
    background-color: #434351;
}

/* Global Footer */

footer
{
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
}

footer a
{
    color: #aaa;
}
