@charset "UTF-8";


/*Global / Desktop View*/
header {
	background-color: rgba(115,13,121,0.65);
	padding-top: 12px;
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 12px;
}
.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
nav {
	float: right;
}
.mobile-view {
	display: none;
}
.desktop-view ul li {
	list-style-type: none;
	display: inline-block;
}
.desktop-view {
	margin-top: -4px;
}
.desktop-view ul li a {
	padding-top: 13px;
	padding-right: 43px;
	padding-bottom: 13px;
	padding-left: 43px;
	text-decoration: none;
	color: #E8E8E8;
}
.btn-red {
	background-color: #FF6138;
}
.btn-green {
	background-color: #00A388;
}
body {
	font-family: open-sans-condensed;
	font-style: normal;
	font-weight: 300;
	background-color: #EAEAEA;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hero-image {
    height: 947px;
    background-image: url(images/Background_synx1421x947.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
    padding-top: 19px;
}
main {
    min-height: 665px;
    /* [disabled]background: rgba(115,13,121,0.65); */
}
.huvud-content {
    margin-top: 83px;
    margin-left: 85px;
    background-color: rgba(0,0,0,0.40);
}

.social-icon a img {
	margin-right: 30px;
}
footer {
	height: 97px;
	margin-top: 33px;
	margin-left: 20px;
	margin-right: 20px;
}
.social-icon {
	float: left;
	margin-top: 11px;
}
.copyright {
    float: right;
    margin-top: 26px;
    color: rgba(225,225,225,1.00);
}
.float-left {
    float: left;
    margin-top: 0px;
}
.availability-next-to-button {
    color: rgba(225,225,225,1.00);
    margin-top: 7px;
    margin-left: 15px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.clear-float {
    clear: both;
    color: rgba(225,225,225,1.00);
    text-shadow: 2px -4px rgba(0,0,0,0.91);

}








/*Tablet View*/
@media (min-width: 401px) and (max-width: 768px){
.mobile-view {
	display: block;
	float: right;
	margin-top: 8px;
}
.desktop-view {
	display: none;
	text-align: right;
}
.expand {
	display: block;
}	
.desktop-view ul li {
	display: block;
	margin-top: 25px;
}
}



/*Mobile View*/
@media (max-width: 400px){
.mobile-view {
	display: block;
	float: right;
}
.desktop-view {
	display: none;
	text-align: right;
}
.expand {
	display: block;
}	
header a img {
	width: 83%;
	height: 83%;
}
.mobile-view {
	margin-top: 6px;
}
.desktop-view ul li {
	display: block;
	margin-top: 25px;
}
.hero-image {
	height: 526px;
}
}
