#wrapper {
	width: 1000px;
	margin: auto;
	background-color: #B2A3FC;
	border-radius: 12px;
	box-shadow: 15px 3px 10px grey;
	padding-bottom: 250px;
	display: block;
	
	
}

input, select {
        width: 100%;
        padding: 0px;
        margin-bottom: 0px;
        box-sizing: border-box;
}

button {
        background-color: #4caf50;
        color: #fff;
	margin-top: 5px;
        padding: 10px;
        border: 1px solid black;
        border-radius: 4px;
        cursor: pointer;
}

.travel-form {
	width: 100px; 
	margin: 0px; 
	padding: 0px; 
	border-radius: 5px;
	float: right;
	height: 350px;
}

.travel-form table {
      width: 100px; 
}

.travel-form input {
      width: 100%; 
      box-sizing: border-box; 
      margin-bottom: 10px;
}

   
.travel-form input[type="checkbox"] {
      margin-right: 5px; 
}

.travel-form input[type="submit"] {
      background-color: #4CAF50; 
      color: white; 
      padding: 10px 15px; 
      border: none; 
      border-radius: 3px; 
      cursor: pointer; 
}


table {
        border-collapse: collapse;
	float: right;
	box-shadow: 0 0 0 10px #666;
	margin-right: 200px;
	border-radius: 10px;
	margin-top: 40px;
}
 td {
        border: 1px solid black;
        padding: 8px;
        text-align: left;
	text-align: center;
	background: white;
}

th {
	font-size: 2em;
	font-family: verdana;
	border: 2px solid black;
	background-color: #618ce8;
}

th {
        
}

footer {
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.attribute {
	background-color: lightgrey;
	border-radius: 15px;
	width: 950px;
	height: auto;
	line-height: 20px;
	text-align: left;
	font-size: 0.5em;
	padding-left: 15px;
	margin-top: 100px;
	margin-left: 20px;
	margin-right: 227px;
	margin-bottom: -200px;
}


ol {
	list-style-type: none;
}

h2 {
	text-align: center;
	text-decoration: underline;
	font-size: 2em;
	padding-right: 23px;
	
}

.logo {
	padding-top: 20px;
	margin-left: 325px;
  	margin-right: 350px;
  	width: 50%;
	
}


.textstyle {
	background-color: lightgrey;
	background-size: auto;
	border-radius: 80px;
	width: 70px;
	margin: auto;
	padding: 8px;
}

body {
  background: #3159b0;
}

h1 { 
  margin-left: 325px;
  margin-right: 350px;
  width: 50%;
}

p {
  background-color: lightgrey;
  width: 750px;
  margin: auto;
  padding: 15px;
  border-radius: 10px;
}

#africa {
  background-image: url(images/africa.jpg);
   background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  margin-right: 712px;
  margin-bottom: 40px;
  transform: rotate(10deg)
}

#antarctica {
  background-image: url(images/antarctica.jpg);
   background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  margin-right: 712px;
  margin-bottom: 40px;
  transform: rotate(-10deg)
  
}

#asia {
	background-image: url(images/asia.jpg);
  background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  margin-right: 712px;
  margin-bottom: 40px;
  transform: rotate(10deg)
}

#australia {
	background-image: url(images/australia.jpg);
   background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  margin-right: 712px;
  margin-bottom: 40px;
  transform: rotate(-10deg)
}

#europe {
	background-image: url(images/europe.jpg);
   background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  margin-right: 712px;
  margin-bottom: 40px;
  transform: rotate(10deg)
}

#north_america {
	background-image: url(images/northamerica.jpg);
 background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  margin-right: 712px;
  margin-bottom: 40px;
  transform: rotate(-10deg)
}

#south_america {
	background-image: url(images/southamerica.jpg);
  background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
  margin-right: 712px;
  transform: rotate(10deg)
}


.video {
	float: right;
	margin-top: 72px;
	margin-right: 62px;
}





