/*Mimic some things from this: https://launchparty.org/coworking-vacations-entrepreneurs-digital-nomads/*/


/*General*/

.row {
	text-align: center;
}

div.form-group {
	text-align: left !important;
}

.row2 {
	text-align: center;
	margin-right: 5%;
	margin-left: 5%;
}

.row3 {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgb(216, 232, 255);
	/*background-color: rgb(120, 216, 223);*/
}

.headliner {
	text-align: center;
	font-size: 32px;
}

.section{
	/*background-color: rgb(247, 86, 147);*/
	background-color: #bff0ff;
	/*background-color: rgb(255, 119, 134);*/
	/*background-color: rgb(117, 133, 255);*/
	/*background-color: rgb(1, 209, 223);*/
	margin: 10px 5px;
	padding: 10px;
	border-radius: 3px;
	
}

.citylink {
	color: dark-grey;
}

.section2{
	/*background-color: rgb(165, 176, 255);*/
	/*background-color: rgba(255, 63, 108, 0.3);*/
	background-color: rgb(165, 223, 194);
	margin: 10px 5px;
	padding: 10px;
	border-radius: 3px;

}

.section4{
	background-color: white;
	color: black;
	margin: 10px 5px;
	padding: 10px;
	border-radius: 3px;
	border: darkgrey 1px solid;
}


.section:hover {
	/*opacity: 0.5;*/
}

.section3{
	margin: 10px 5px;
	padding: 10px;
	border-radius: 3px;
	text-align: center;
	background-color: white;
	border: lightgrey 1px solid;
	color: black;
}

.section3:hover{
	background-color: rgb(193, 217, 255);
	font-weight: 3em;
	padding: 9px;
	/*border: black 2px solid;*/
}

.test {
	display: inline-block;
	background-color: green;
}

div {
	/*Change this font*/
	font-family: 'Roboto Condensed', sans-serif;
}

.none {
	display: none;
}


.rule {
	margin: 0 auto;
	width: 100%;
	border-bottom: 1px #777 solid;
	display: inline-block;
}

.textboxentry {
	width: 800px;
}

/*JUMBOTRON*/

#jumbo {
	/*background-color: rgb(252, 160, 140);*/
	text-align: center;
	width: 100%;
	background-image: url(../assets/places/background6.jpg);
	background-size: cover;
	background-position: center;
}

#headline{
	text-align: center;
	text-transform: lowercase;
	margin-top: 8vw;
	font-size: 8vw;
	color: white;
	font-family: 'Poiret One', cursive;
	/*	font-family: 'Monoton', cursive; */
	/*	font-family: 'Unica One', cursive;*/
	/*	font-family: 'Megrim', cursive;*/
	/*font-family: 'Expletus Sans', cursive;*/
	/*font-family: 'Raleway Dots', cursive;*/
	/*font-family: 'Londrina Outline', cursive;*/
	/*font-family: 'Stardos Stencil', cursive;*/
	/*font-family: 'Buda', cursive;*/
	/*font-family: 'Lancelot', cursive;*/
}
.description{
	text-align: center;
	font-size: 2vw;
	/*color: rgb(73, 73, 84);*/
	color: black;
	padding: 20px 0;
}


#contentcontainer {
	padding: 40px 100px 0px 100px;
	/*padding: 10% 10%;*/
	/*background-color: #e2fff8;*/
}

#contentcontainer2 {
	padding: 0 100px;
	/*padding: 10% 10%;*/
	/*background-color: #e2fff8;*/
}

#contentcontainer3 {
	padding: 0 100px;
	/*padding: 10% 10%;*/
	/*background-color: #e2fff8;*/
}

#contentcontainer4 {
	padding: 40px 100px 0px 100px;
}

.headbtn {
	margin: 5px;
	background-color: white;
}

.alltrips {
	background-color: #bff0ff;
}

.statictrips {
	/*background-color: #fff0b5;*/
	background-color: rgb(193, 217, 255);
}


/*Stationary*/

.statictitle {
	font-size: 24px;
}

.staticdescription {
	padding: 7px 0;
}

#stationarytrips {
	font-weight: 700;
	font-size: 18px;
	background-color: #bff0ff;
	font-style: italic;
}

#stationaryinfo {
	display: none;
	padding: 10px;
}

.staticcontainer {
	text-align: left;
}

.staticdescription.row {
	text-align: left
}

.btn-circle.btn-lg {
  width: 30px;
  height: 30px;
  padding: 0px 0px;
  margin: 0 0 0 15px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 15px;
}


/*Image section*/
.posting {
	background-color: white;
	margin: 5% 5%;
	position: relative;
}

.posting:hover {
	opacity: 0.5;
}

.posting img {
	width: 100%;
	/*height: 100%;*/
	/*height: auto;*/
}

.posting .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: white;
	color: black;
	font-size: 12px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

.posting .btn:hover {
	background-color: rgb(193, 217, 255);
}

img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
	position: relative;
}

.cardimg {
	padding: 20px;
}

#navigation {
	min-width: 300px;
}

/*About me section*/
#profile {
	width: 65px;
	height: 65px;
	border-radius: 50px;	
	padding: 5px;
	margin: 10px 10px 10px 10px;
	border: 3px #ffffff outset;
}

/*Social*/

.wrapper {
	margin: 50px 0;
}

/*Learn More*/

.learnmore {
	text-align: center;
	font-size: 16px;
	padding: 20px 5px 20px 5px;
	/*background-color: rgb(1, 209, 223);*/
	border-radius: 3px;
}

/*Button*/
.learning{
	margin: 10px 0px;
	text-align: center;
	background-color: rgb(1, 209, 223);
	color: white;
	font-size: 24px;
	padding: 24px 0;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

.events{
	margin: 10px 0px;
	text-align: center;
	background-color: rgb(193, 217, 255);
	color: white;
	font-size: 24px;
	padding: 24px 0;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

/*Other categories*/

.subcategory {
	text-align: center;
	font-size: 24px;
	padding: 30px;
}

.posting2 .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: white;
	color: black;
	font-size: 18px;
	/*padding: 12px 24px;*/
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

.posting2 .btn:hover {
	background-color: rgb(193, 217, 255);
}

/*Location*/

.showsection {
	padding: 10px;
	display: inline-block;
	margin: 5px;
	border-radius: 5px;
	border: lightgrey 1px solid;
	width: 100%;
}

.showsection2 {
	padding: 11px;
	display: inline-block;
	margin: 5px;
	border-radius: 5px;
	width: 100%;
}

div .locationname {
	font-size: 24px;
	font-weight: 3em;
}

.left-aligned {
	text-align: left;
}

div.contsec {
	font-size: 16px;
	background-color: rgb(165, 223, 194);
}

button.seecont {
	float: right;
	padding: 0 6px;
	background-color: white;
}

.contlabel {
	line-height: 1.0;
	text-align: left;
}

.contlabel > p{
	margin-bottom: 5px;
}

/*Roadmap*/

.card {
	padding-top: 10px;
	padding-bottom: 10px;
}

.month {
	font-size: 24px;
	text-align: left;
	padding: 10px;
	/*background-color: rgb(247, 86, 147);*/
	background-color: rgb(193, 217, 255);
	/*background-color: rgba(255, 63, 108, 0.7);*/
	border-radius: 5px;
	margin-top: 15px;
	min-width: 325px;
}

.coming {
	background-color: rgba(255, 63, 108, 0.3);
}

.roadmapcontainer {
	margin: 20px;
	min-width: 300px;
	border-radius: 20px;
/*	border: lightgrey 1px solid;*/
}

.seeroadmap {
	font-size: 16px;
	float: right;
	background-color: white;
}

.card-title {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
}

.card-text {
	font-size: 10px;
	font-style: italic;
}

.showit {
	display: none;
}

.label-special {
  background-color: none;
}

/*Yearly*/

.extendedcontainer{
	margin-left: 5%;
	margin-right: 5%;
}

div.nohoriz {
	padding: 0 0 10px 0;
}

.horiz {
	padding: 0px 5%;
}

.noborder {
	border-radius: 0px;
}

.yearlytrips {
	/*text-align: center;*/
	padding:  20px 0;
}

.exttripname {
	/*text-transform: uppercase;*/
	font-size: 30px;
}
.card-title4 {
	text-align: left;
}

.card-title2 {
	/*text-transform: uppercase;*/
	text-align: left;
	font-size: 14px;
	line-height: 1.1;
}

.extended-description {
	font-size: 16px;
}

.continents {
	margin-top: 10px;
}

span.card-title3 {
	font-size: 16px;
	font-weight: 700;
}

span.label {
	font-size: 100%;
	line-height: 2;
}

button.special {
	opacity: 0.25;	
}

div.showit {
	display: none;
}

button.label {
	font-size: 130%;
	line-height: 2;
}

.continent-container {
	text-align: center;
}

/*Events*/

.eventname {
	font-size: 18px;
	text-transform: uppercase;
}

.eventsection {
	padding: 15px 0 35px 0;
}

#eventdescription {
	margin: 20px 0 30px 0;
	text-align: center;
}

/*Contact*/
.contactme {
	float: bottom;
	float: right;
	position:fixed; 
	bottom:54px; 
	right:0; 
	width:200px; 
	height:85px;
	background-color: white;
	border: lightgrey 1px solid;
	border-radius: 10px;
	z-index: 1;
}

.suggest {
	float: bottom;
	float: left;
	position:fixed; 
	bottom:0; 
	left:0; 
	padding: 10px 10px;
	/*background-color: #bff0ff;*/
	background-color: white;
	border: lightgrey 1px solid;
	border-radius: 10px;
	z-index: 1;
}

/*PRIVACY*/

.privacy {
	text-align: center;
	position: fixed;
	bottom: 0;
	/*left: 25%;*/
	padding: 10px 5%;
	width: 100%;
	/*height: 40px;*/
	background-color: rgb(193, 217, 255);
	/*border-radius: 5px;*/
	color: black;
	/*border: lightgrey 1px solid;*/
	z-index: 0.5;
	font-size: 12px;
}


.privacybutton1 {
	border: none;
	/*text-transform: uppercase;*/
	background-color: white;
	border-radius: 3px;
	padding: 3px;
}
.privacybutton2 {
	border: none;
	/*text-transform: uppercase;*/
	/*background-color: white;*/
	background-color: rgb(193, 217, 255);
	color: white;
	border-radius: 3px;
	padding: 3px;
}

.privacy3 {
	float: left;
	padding: 9px 0;
	text-align: left;
}

.privacy4 {
	/*float: center;*/
	text-align: center;
	border: none;
	/*text-transform: uppercase;*/
	background-color: white;
	border-radius: 5px;
	padding: 7px;
	font-size: 14px;
}

#privacy5 {
	padding: 15px 0;
}


#suggestions {
	font-size: 20px;
	font-weight: 700;
}

#legal {
	text-align: center;
}

/*ABOUT*/

.abouthighlight {
	font-weight: 700;
	background-color: #bff0ff;
	font-style: italic;
}

#disclaimer {
	font-size: 9.5px;
}
