/* >>> BASIC Section <<< */
body{
    background-color:transparent !important;
}
h1{
    font-family: 'Oswald', sans-serif;
    margin-bottom:30px;
}
h2{
    font-family: 'Oswald', sans-serif;
    margin-bottom:12px;
}
h3{
    font-family: 'Oswald', sans-serif;
    font-size:30px;
}
h4{
    font-family: 'Oswald', sans-serif;
    font-size:28px;
    margin-bottom:20px;
}
h5{
    font-family: 'Oswald', sans-serif;
}
p{
    font-family: 'Droid Sans', sans-serif;
    font-size:16px;
}
a{
    color:rgb(127, 219, 255);
}
.blue{
    color:#7FDBFF;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.example-image{
    margin-bottom:20px;
}

@media screen and (max-width: 992px) {
 
}



/* >>> Header Section <<< */
header{
    margin-bottom:50px;
}
.logo{
    float: left;
    width: 70px;
    height: auto;
    padding: 7px 0;
    margin-right: 15px;
}

.navbar-brand{
    font-family: 'Oswald', sans-serif;
    font-size:30px;
    color:#fff !important;
    margin-left:20px;
}

.nav li a{
    font-family: 'Droid Sans', sans-serif;
    font-size:18px;
    color:#fff !important;
}
.nav li a:hover{
    color:#7FDBFF !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
}

@media screen and (max-width: 992px) {
    .navbar-brand {
        margin-left: 20px;
    }
    .navbar-toggle{
        margin-right:25px;
    }
    .nav{
        margin-left:8px;
    }
}
@media screen and (max-width: 400px) {
    .navbar-brand {
        margin-left: 10px;
    }
    .navbar-toggle{
        margin-right:15px;
    }
    .navbar-brand{
        font-size:22px;
    }
}



/* >>> Frontpage Section <<< */
.intro-section{
    height:auto;   
    padding:10px;
    text-align:center;
    background-color:rgba(255,255,255,0.5);
    margin-bottom:80px;
}
.intro-section h2{
    margin-top:80px;
    font-size:50px;
    
}
.intro-section h3{
    font-size:65px;
}
.frontpage-banner {
    background-image: url('../images/banneret.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    height:447px;
}
.subpage-banner{
    background-image: url('../images/banneret.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    height:250px;
    margin-bottom:20px;
}
.card-circle{
    border-radius: 50%;
	width: 240px;
	height: 240px;
    background-color:#eee;
    margin:0 auto;
}
.circle-img{
    padding: 57px 0;
    width: 50%;
    height: auto;
}
.card{
    text-align:center;
}
.front-tagline{
    font-size:42px;
    margin-bottom:30px;
}
.small-container{
    width:700px;
    margin:100px auto;
    text-align:center;
    font-size:18px;
}
.card h3 a{
        color:black !important;
    }

@media screen and (max-width: 992px) {
    .circle-img{
        padding: 43px 0;
    }
    .card h3{
        font-size:23px;
    }
    
}



@media screen and (max-width: 992px) {
    .small-container{
        width:90%;
        text-align:center;
        font-size:16px;
        margin-top:140px;
    }
    .front-tagline{
        font-size:34px;
    }
    .frontpage-banner {
        height: 440px;
    }
    .intro-section h2{
        font-size:42px;
    }
    .intro-section h3{
        font-size:50px;
    }
    .card-circle{
        border-radius: 50%;
	    width: 180px;
	    height: 180px;
        margin-top:30px;
    }
}
@media screen and (max-width: 770px) {
    .intro-section h2{
        font-size:32px;
    }
    .intro-section h3{
        font-size:40px;
    }
    .frontpage-banner {
        height: 320px;
    }
    .small-container{
        margin-top:80px;
    }
}



/* >>> Sidebar Section <<< */
.sidebaren{
	background-color:#eee;
	border:1px solid #CCC;
	min-height:520px;
	padding:10px 30px;
    margin-bottom:40px;
}
.sidebaren h4{
	font-size:28px;
}
.sidebaren h5{
	font-size:25px;
	margin-top:-3px;
}
#sidebar-contact input, #sidebar-contact textarea {
	padding: 5px;
	width: 100%;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	border: 1px solid #333;
}
.sidebar-element{
    margin-bottom:20px;
}
.movedDown-sidebar{
    margin-top:64px;
}
#sidebar-contact textarea {
	height: 200px;
}
#sidebar-contact input.submit-button {
	width:100%;
	padding:10px 0;
	background-color:#7FDBFF;
	border:none;
    font-size:18px;
    border: 1px solid #333;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}	

/* Shadow */
.hvr-shadow {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  margin:0 !important;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}



/* >>> Om Os Section <<< */




/* >>> Udlejning Section <<< */
.udlejning-poster{
    margin-bottom:20px;
}
.content-text p{
    margin-bottom:40px;
}
.udlejning-text{
    margin-bottom: 40px;
}



/* >>> Galleri Section <<< */




/* >>> Kontakt Section <<< */
.the-map{
    margin-bottom:20px;
}
.contactInfo{
    margin-bottom:40px;
}
#contactPage input, #contactPage textarea {
	padding: 5px;
	width: 100%;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	border: 1px solid #333;
}
.sidebar-element{
    margin-bottom:20px;
}

#contactPage textarea {
	height: 170px;
}
#contactPage input.submit-button {
	width:150px;
    float:right;
	padding:10px 0;
	background-color:#7FDBFF;
	border:none;
    font-size:18px;
    border: 1px solid #333;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}	



/* >>> Footer Section <<< */
.footer-bg{
    background-color:#232323;
    height:260px;
    position:relative;
    bottom:0;
    color:#fff;
    margin-top:50px;
    padding:30px 0;
}
.footer h4{
    color:#fff;
}

@media screen and (max-width: 992px) {
    .footer-bg{
        height:auto;
        
    }
    .footer-partner{
        margin-bottom:20px;
    }
    .footer-element{
        margin-bottom:50px;
    }
    .footer{
        margin:0 20px;
    }
}
