div
{
    line-height: 1.5;
    box-sizing: border-box;
}

/* .header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
} */

/* Fonts */
h1, h2, h3, .nav-item, .read-more-button
{
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-style: normal;
    color: #191919;
    line-height: 1.1;
}

h1
{
    font-size: 48px;
    font-weight: 700;
}

h3
{
    font-size: 20px;
    font-weight: 700;
}

h4, h5, p, ul, li
{
    font-family: Martel, serif;
}

h4
{
    font-size: 18px;
    font-weight: 700;
}

h5
{
    font-size: 14px;
    font-weight: 700;
}

p, ul, li
{
    font-size: 14px;
}

/* Font awesome */
.fa
{
    color: #191919;
}

.fa-lg
{
    font-size: 32px;
}

/* Background colors */
.background-1
{
    background-color: #eaf2ef;
}

.background-2
{
    background-color: #f9f6f2;
}

.background-3
{
    background-color: #ffffff;
}

.background-4
{
    background-color: #a0a0a0;
}


.link-black
{
    color: black;
    text-decoration: none;
}

.link-black:hover
{
    text-decoration:underline;
    text-decoration-line: 2px;
}

/* Header */
.nav-item
{
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.nav-item:hover
{
    text-decoration: underline;
    text-decoration-line: 2px;
}

.header-at-top
{
    background-color: rgba(0,0,0,0.8);
}

.header-when-scroll
{
    background-color: rgba(255,255,255,0.8);
}

.site-logo
{
    float: left;
    height: 50px;
    margin: 10px;
}

.header-background {
    background-image: url("../images/agilaorebro_background_new_color.jpg");
    background-color: #333333;
    background-repeat: repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    vertical-align: middle;
}

.header-background-light {
    background-image: url("../images/top-splash-konferens-2.jpg");
    background-color: #333333;
    background-repeat: repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    vertical-align: middle;
}

.fullheight
{
    display:table;
    width: 100%;
}

.main-title-wrapper
{
    font-size: 64px;
}

.main-title
{
    font-size: 100%;
    font-weight: 700;
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: rgb(25,25,25);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(25,25,25);
    text-align: center;
}

.main-tagline
{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.main-large-text
{
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}


.center-wrapper-div
{
    width: 100%;
    text-align: center;
}

.center-content
{
    display: inline-block;
}

.main-link
{
    font-size: 28px;
}

.read-more-button
{
    border-color: rgb(25,25,25);
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 27px;
    text-align: center;
}

.read-more-button:hover
{
    background-color: rgba(0,0,0,0.1);
}

/* Content */
.section-parallax {
    background-image: url("../images/agilaorebro_background2-1.jpg");
    background-color: #ffffff;
    background-repeat: repeat;
    background-position: left top;
    background-attachment: scroll;

	background-attachment: fixed !important;
	background-position: 50% 0;
	background-repeat: repeat;
}

video
{
    background-color:#a0a0a0;
}


/* Footer */
.footer-info-area
{
    font-family: "Martel", serif;
    font-size: 12px;
    background-color: #000000;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
}

.back-to-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 36px;
	height: 36px;
	font: normal normal normal 20px/36px FontAwesome;
	text-align: center;
	color: #fff;
	background-color: #aaa;
    opacity: .5;
    border-radius:5px;
	display:none;
}

.back-to-top:hover {
	color: #fff;
	opacity: .8;
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
 }
  .iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
 }
