* {font-family:Helvetica,Arial,Sans-serif;font-size:18px;color:#000;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

html { 
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container{
    width:calc(100% - 120px);
    background-color:#fff;
    margin:60px 60px -20px 60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.container img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.container2{
    background-color:#fff;
    margin:-20px 80px 10px 80px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


.imgbg img{
    width:100%;
}

.logo{
  position:absolute;
  width:calc(100% - 120px);
  padding-top:30px;
  margin:auto;
}


.logo img{
  max-width:40%;
  width:40%;
}

.first img{
  float: left; 
  margin: 0 5px 0 0;
}

.par{
  background: url(../img/parchment3-web.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tag{
  position:relative;
  margin:0 50px;
  z-index:99999;
  padding:30px;
  text-align:center;
  color:#fff;
  background: url(../img/redbg-web.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   border-radius: 50% / 10%;
   -webkit-box-shadow: 0px 10px 13px -7px #000000, 4px 9px 15px 3px rgba(0,0,0,0); 
box-shadow: 0px 10px 13px -7px #000000, 4px 9px 15px 3px rgba(0,0,0,0);
}

.tag img{
  width:75%;
}


.left{
    float:left;
    width:65%;
    padding:5% 2.5% 5% 5%;
}

.right{
    float:left;
    width:32.5%;
    padding:5% 2.5% 5% 2.5%;
}

.clear{
    clear:both;
}

.landing{
  font-style: italic;
  font-size:12px;
}

.checkbox-radio{
  margin:20px 0;
  
}

.copy{
  font-size:12px;
  color:#888;
  text-align:center;
  margin:10px 0 30px 0;
}



/* FORM ELEMENTS */

input[type=text], input[type=email], textarea, select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

button {
  width: 100%;
  background-color: #777;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #555;
}

input[type=checkbox]{
  margin-top:15px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.ind{
  margin-left: 30px;
  margin-top:-25px;
}

.list{
  margin-left:30px;
}




/* MEDIA QUERIES*/
@media only screen and (max-width: 1040px) {

* {
  font-size:20px;
}

.left{
    float:left;
    width:90%;
    padding:0;
    margin:5% 5% 0 5%;
}

.right{
    float:left;
    width:90%;
    padding:0;
    margin:5% 5% 5% 5%;
}

.logo img{
  max-width:75%;
  width:75%;
}

input[type=text], input[type=email] {
  height:80px;
  font-size:24px;
}

textarea {
  height:160px;
  font-size:24px;
}


button {
  height:80px;
  font-size:24px;
}

.checkline, .checkline span{
  font-size:24px;
}

.copy{
  font-size:20px;
}

.ind{
  margin-top:-30px;
}

}

