@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

@font-face {
    font-family: 'museo700';
    src: url('../font/museo700-regular-webfont.eot');
    src: url('../font/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/museo700-regular-webfont.woff2') format('woff2'),
         url('../font/museo700-regular-webfont.woff') format('woff'),
         url('../font/museo700-regular-webfont.ttf') format('truetype'),
         url('../font/museo700-regular-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
 background-color: #410d43;
font-family: 'Open Sans', sans-serif;
color:#ffffff;
}

.toplogos img{
  height: 40px;
}

.purpleBackground{
background-color: #410d43;
color:#ffffff;
}

.patternBackground{

  background: url(../images/background.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background.png', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background.png', sizingMethod='scale')";
But careful, reader Pierre Orsander said they tried this and had some problems 


}
.contentArea{
  color:#222222;
  background-color: #ffffff;
  padding-bottom: 40px;
  padding-top:40px;
}
.centreImage{
 margin:0 auto; 
}
#headerBar{
  height: 40px;
}

h2{
  font-family: 'museo700';
color: #410d43;
}

.footer{
  padding: 10px;
 background-color: #410d43;
 color:#ffffff;
 min-height: 100px;
}
.patternBackground{
  padding-top: 20px;
  padding-bottom: 20px;
}

.patternBackground .row{
  margin-top: 10px;
  margin-bottom: 10px;
}

.patternBackground h1{
  font-family: 'museo700';
  display: inline-block;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3em;
}

.patternBackground h1 img{
  height: 30px;
}

.patternBackground h1>img{
  margin-top: 0px;
}

.footer .conditionsText{
  font-size: 0.8em;
}
.miniNav{
    font-size: 0.8em;
}
.miniNav ul{
  display: inline;
  margin:0;

}

.miniNav li{
  display: block;
  padding:0px;
  margin:0px;


}
.miniNav li>a{
  display:block;
  border-bottom:1px solid #fff;
  padding: 10px;
  color:#ffffff;
}

.miniNav li>a:hover{
  background-color: #ffffff;
  color: #410d43;
  text-decoration: none;
}
.miniNav .last{
  border-right:0px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    display:block;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-default {
    color: #ffffff;
    background-color: #410d43;
    border-color: #410d43;
}

.thankstext{
  font-size:1.3em;
}
   /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

.patternBackground h1{

  font-size: 4em;

}
.toplogos img{
  max-height: 82px;
  height:auto;
}
h2{
  font-size: 2.5em;
}
.miniNav{
  text-align: right;
}
.miniNav ul{
  display: inline;
  margin:0;
}

.miniNav li{
  display: inline;
  padding:0px;
  margin:0px;
}

.miniNav li>a{
  display: inline;
  border-bottom:0px;
  border-right:1px solid #ffffff;
  padding-top: 0px;
   padding-bottom: 0px;
  color:#ffffff;
}

.miniNav li>a:hover{
  background-color: transparent;
  color: #ffffff;
  text-decoration: underline;
}
.miniNav .last{
  border-right:0px;
}


.patternBackground h1{
  font-size: 3em;
  line-height: 1.3em;
}

.patternBackground h1 img{
  height: auto;
}
.patternBackground{
  padding-top: 40px;
  padding-bottom: 40px;
}

.patternBackground .row{
  margin-top: 20px;
  margin-bottom: 20px;
}

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }