ul a{
	text-decoration: none !important;
	color: white;
	font-size: 30pt;
	font-family: 'Roboto', sans-serif;
}
	
.textBox p{
	font-family: 'Roboto', sans-serif;
}

h2{
	font-family: 'Roboto', sans-serif;
}

#hero .textBox{
	margin: 3vw;
	width: 94vw;
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
	text-justify: inter-word;
}

#hero .imgBox{
	width: 90vw;
	margin-top: 4vw;
	margin-right: 5vw;
	margin-left: 5vw;
}
	
#logo{
	float: left;
}

#logo p{
	font-family: 'Roboto', sans-serif;
	color: white;
	font-size: 3vw;
}

ul li{
	margin: 2.5vw;
	margin-top: 1vw;
	margin-bottom: 1vw;
	padding: 0;
    float: center;
    position: relative;
}

.button {
	size: 20px;
	background: linear-gradient(
	  -45deg,
	  #000000 0 calc(50% - 10px),
	  #bbbbbb calc(50% - 10px) calc(50% + 10px),
	  #95bc0e calc(50% + 10px) 100%
	);
	background-size: 300% 100%;
	background-position: 100% 50%;
	
	transition: 0.8s all;
  }
  
  .button:hover,
  .button:focus {
	background-position: 0% 50%;
	transition: 0.8s all;
  }

#wrapper {
	min-height: 100vh;
}

#menu {background-color: black;
	height: 104px;
	}
	
*{ margin: 0;
}

form
{
    text-align: center;
    margin-top: 50px;

}

#hidden { display: none; }

#footer{
	background-color: black;
	height: 7vw;
	max-width: 100vw;
}
#footer p{
margin-left: 3vw;
	padding-top: 2vw;
	font-size: 2vw;
	color: white;
	font-family: 'Roboto', sans-serif;
}

/* MOBIL*******************************/
@media (max-width: 500px){

	ul a{
		text-decoration: none !important;
		color: white;
		font-size: 3vw;
		font-family: 'Roboto', sans-serif;
	}

	ul li{
		margin: 2.5vw;
		padding: 0;
		float: center;
		position: relative;
	}

	.toggleMobileMenu ul{
		display: inline-block !important;
		width: 37vw;
		position: relative;
		background-color: rgba(0, 0, 0, 0.6);
		list-style-type: none;
		align-content: center;
		padding-left: 0;
		padding-top: 0;
		text-decoration: none !important;
		margin-left: 59.5vw;
		margin-right: 0;
		margin-top: 0;
		}
		

	#hamburger {
	height: 2vh;
	margin: auto;
	margin-top: 33px;
	margin-right: 9vw;
	padding: 2vw;
	/*margin: 3.5vh;
	margin-right: 5vw;*/
	}

	ul a{
	text-decoration: none !important;
	color: black;
	font-size: 3vw;
	font-family: 'Roboto', sans-serif;
	background: white;
	padding: 1.3vw;
	padding-left: 3vw;
	padding-right: 3vw;
	border-radius: 3.4vw;
	/*border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;*/
	overflow: hidden;
	}


	#wrapper {
		max-width: 100vw;
		display: flex;
		flex-direction: column;
		margin:auto;
		}

    .form-control{
        width: 70vw;
        font-size: 18px;
    }

    input
    {
        height: 45px;
        margin-bottom: 10px;
    }

    form .submit
    {
        font-size: 18px;
    }

    textarea
    {
        height: 180px;
        margin-bottom: 10px;
    }
	
	#menu ul {
		display: none;
	}
	
	#hero {
		margin: 0;
	}
	
	#hero .imgBox img{
		margin: 0;
		width: 90vw;
		overflow: hidden;
	}
	
	#main {
	width: 82vw;
	margin: auto;
	}

	#main .imgBox img{
	width: 78vw;
	margin: 2vw;
	}
	
	#main .textBox{
	width: 78vw;
	margin: 2vw;
	text-align: center;
	}
	
	
	.row {
	width: 70vw;
	margin-top: 5vw;
	margin-left: 13vw;
	text-align: left;
	margin-bottom: 60px;
	}
	
	.halfRow{
	width: 82vw;
	margin-top: 4vw;
	text-align: center;
	}
	
	
	#btnGroup {
		width: 100vw;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	
	.button {
		background-color: black;
		border: none;
		color: white;
		margin-left: 2vw;
		margin-right: 2vw;
		margin-top: 1vw;
		margin-bottom: 1vw;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		width: 33vw;
		font-size: 18px;
		border-radius: 6px;
	}
	
}
/**************************************/

/* PAD*********************************/
@media (min-width: 501px) and (max-width: 1000px){

	ul a{
		text-decoration: none !important;
		color: white;
		font-size: 3vw;
		font-family: 'Roboto', sans-serif;
	}

	ul li{
		margin: 2.5vw;
		padding: 0;
		float: center;
		position: relative;
	}

	.toggleMobileMenu ul{
		display: inline-block !important;
		width: 37vw;
		position: relative;
		background-color: rgba(0, 0, 0, 0.6);
		list-style-type: none;
		align-content: center;
		padding: 1.3vw;
		text-decoration: none !important;
		margin-left: 57.2vw;
		margin-right: 0;
		margin-top: 0;
		}



	#hamburger {
	height: 2vh;
	margin: auto;
	margin-top: 33px;
	margin-right: 9vw;
	padding: 2vw;
	/*margin: 3.5vh;
	margin-right: 5vw;*/
	}

	ul a{
	color: black;
	background: white;
	padding: 1.3vw;
	padding-left: 3vw;
	padding-right: 3vw;
	border-radius: 3.4vw;
	/*border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;*/
	overflow: hidden;
	}

	#wrapper {
		max-width: 100vw;
		display: flex;
		flex-direction: column;
		margin: 0;
		}

	.form-control{
		width: 70vw;
		font-size: 18px;
	}
	
	input
	{
		height: 45px;
		margin-bottom: 10px;
	}
	
	form .submit
	{
		font-size: 18px;
	}
	
	textarea
	{
		height: 180px;
		margin-bottom: 10px;
	}
	
	#menu ul {
		display: none;
	}
	
	#main {
	width: 82vw;
	margin:auto;
	}
	
	#hero .imgBox img{
		width: 90vw;
		margin: 0;
	}
	
	
	#hero .textBox{
		margin: 3vw;
		width: 94vw;
		display: block;
    	margin-left: auto;
    	margin-right: auto;
    	text-align: justify;
    	-moz-text-align-last: center;
    	text-align-last: center;
		text-align: justify;
		text-justify: inter-word;
	}
	
	.row .imgBox img{
	width: 82vw;
	}
	
	.row .textBox{
	width: 82vw;
	}
	
	h2{
		font-size: 5vw;
		font-family: 'Roboto', sans-serif;
	}

	.textBox p{
	font-size: 3vw;
	}
	
	.row {
		width: 70vw;
		margin-top: 5vw;
		margin-left: 13vw;
		text-align: left;
		margin-bottom: 60px;
		}
	
	.halfRow{
	width: 82vw;
	margin-top: 4vw;
	}
	
	.halfRow .imgBox img{
	width: 82vw;
	}
	
	/*
	#card2{
	margin-right: 2vw;
	}
	
	#card4{
	margin-right: 2vw;
	}
	
	/*#card1{
	margin-left: auto;
	}
	
	#card3{
	margin-left: auto;
	}*/
	
	#btnGroup {
		width: 100vw;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	
	.button {
		background-color: black;
		border: none;
		color: white;
		margin-left: 2vw;
		margin-right: 2vw;
		margin-top: 1vw;
		margin-bottom: 1vw;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		width: 33vw;
		font-size: 18px;
		border-radius: 6px;
	}

	
}

/* DATOR*******************************/
@media screen and (min-width: 1001px){
	#hamburger {
		display: none;
	}
	
	#menu {
		max-width: 100vw;
		height: 90px;
	}
	
	#wrapper {
		max-width: 100vw;
		display: flex;
		/*flex-wrap: wrap;*/
		flex-direction: column;
		margin:auto;
		}
	
	
	#menu ul {
		padding-left: 11vw;
		display: flex;
		flex-direction: row;
		justify-content: center;
		list-style-type: none;
		float: right;
	}
	
	#menu .ul li a{
		display: inline-block;
	}

	.button {
		height: 90px;
	}

	#logo .imgBox img{
		height: 90px;
	}

	#main {
	width: 84vw;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	}

	form {
    text-align: left;
	max-width: 46vw;
    margin-top: 50px;
	margin-left: 50px;
	}

	.contact-form{
		display: block;
	}

	.contact-form #contact-form{
		float: left;
	}

	.contact-form .row{
		display: flex-start;
		float: right;
	}

	.form-control{
		width: 45vw;
		font-size: 18px;
	}
	
	input
	{
		height: 45px;
		margin-bottom: 10px;
	}
	
	form .submit
	{
		font-size: 18px;
	}
	
	textarea
	{
		height: 180px;
		margin-bottom: 10px;
	}
	
	#hero .imgBox img{
		width: 90vw;
		margin: 0;
	}

	#hero .textBox {
		width: 72vw;
		display: block;
  		margin-left: auto;
  		margin-right: auto;
		text-align: justify;
		-moz-text-align-last: center;
		text-align-last: center;
  		text-justify: inter-word;
	}
	
	/*#hero .imgBox img{
		margin: 0;
		width: 100vw;
	}
	
	#hero .textBox{
		margin: 3vw;
		width: 94vw;
		text-align: center;
	}*/
	
	.row .imgBox img{
	width: 40vw;
	}
	
	.row .textBox{
	width: 40vw;
	text-align: left;
	}
	
	.textBox p{
	font-size: 1.8vw;
	}

	h2{
		font-size: 2.5vw;
		font-family: 'Roboto', sans-serif;
	}
	
	.row {
	display: flex;
	flex-wrap: wrap;
	width: 44vw;
	margin: 1vw;
	margin-top: 50px;
	margin-bottom: 60px;
	}
	
	/*.halfRow{
	width: 22vw;
	margin-top: 4vw;
	border-width: 0.5vw;
	border-style: solid;
	border-color: red;
	}*/
	

}
/**************************************/

/* BIG-DATOR*******************************
@media screen and (min-width: 1601px){
	#hamburger {
		display: none;
	}
	
	#menu {
	height: 9vw;
	width: 100vw;
	}
	
	ul li a{
		margin-top: 50px;
		padding: 0;
    	position: relative;
	}
	
		#menu ul {
		padding-left: 12.5vw;
		display: flex;
		flex-direction: row;
		justify-content: center;
		list-style-type: none;
	}
	
	#wrapper {
	width: 100vw;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin:auto;
	}
	

	#main {
	width: 72vw;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto; 
	}
	
	#hero .imgBox img{
		width: 100vw;
		margin: 0;
	}

	#hero .textBox {
		width: 72vw;
		display: block;
  		margin-left: auto;
  		margin-right: auto;
		text-align: justify;
		-moz-text-align-last: center;
		text-align-last: center;
  		text-justify: inter-word;
	}
	
	.row {
		display: flex;
		flex-direction: column;
		width: 12w;
		}
	
	.row .imgBox{
		width: 12vw;
	}
	
	.row .imgBox img{
		width: 12vw;
	}
	
	.row .textBox{
		width: 12vw;
		margin-bottom: 4vh;
	}
	
	.row .textBox p{
	font-size: 1.4vw;
	}
	
	
/**************************************/

/**************************************/

/* DATOR*******************************
@media screen and (min-width: 1001px){
	#hamburger {
		display: none;
	}
	
	#wrapper {
	width: 100vw;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin:auto;
	background-color: lightgray;
	}
	
	
	#menu ul {
		display: flex;
		flex-direction: row;
		justify-content: center;
		list-style-type: none;
	}
	
	#main {
	width: 53vw;
	margin-left: 8vw;
	}
	
	#hero .imgBox img{
		width: 100vw;
		margin: 0;
	}
	
	/*#hero .imgBox img{
		margin: 0;
		width: 100vw;
	}
	
	#hero .textBox{
		margin: 3vw;
		width: 94vw;
		text-align: center;
	}
	
	.row .imgBox img{
	width: 26vw;
	margin: 2vw;
	}
	
	.row .textBox{
	width: 22vw;
	margin: 2vw;
	}
	
	.textBox p{
	font-size: 1.4vw;
	}
	
	.row {
	display: flex;
	width: 52vw;
	margin-top: 4vw;
	border-width: 0.5vw;
	border-style: solid;
	border-color: lightgray;
	}
	
	.halfRow{
	width: 22vw;
	margin-top: 4vw;
	border-width: 0.5vw;
	border-style: solid;
	border-color: red;
	}
	
	.halfRow .textBox{
	width: 22vw;
	margin: 2vw;
	}
	
	.halfRow .imgBox img{
	width: 18vw;
	margin: 2vw;
	}
	
	#row5{
	width: 22vw;
	float: left;
	}
	
	#sidePanel{
		position: absolute;
		right: 8vw;
	display: flex;
	float: right;
	flex-direction: column;
	margin-top: 11.5vw;
	width: 23vw;
	overflow: auto;
	}
	
	.card{
	display: flex;
	flex-wrap: wrap;
	width: 22vw;
	margin-top: 4vw;
	border-width: 0.5vw;
	border-style: solid;
	border-color: purple;
	}
	.card .imgBox img{
	width: 18vw;
	margin: 2vw;
	}
	
	.card .textBox p{
	width: 18vw;
	margin: 2vw;
	}
	
	#card2{
	margin-right: auto;
	}
	
	#card4{
	margin-right: auto;
	}
	
	
	#card3{
	order: 3;
	margin-bottom: 10vw;
	margin-right: auto;
	}
*/