/*___________________________________________________________________________UNIVERSAL */

* {
    padding: 0px;
    margin: 0px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: white;
}

body,
html {
    height: 100%;
}

body {
    background: rgb(70, 70, 70);
}

/*___________________________________________________________________________FRONTPAGE */

.content_background {
    background: url(http://www.netlife.no/graphics/chalkboard.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
}

.content_frontpage {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/*________________________________________________________________________________MENU */

.header {}

.topnav {
    background-color: #333;
    overflow: hidden;
    position: fixed;
    display: flex;
    justify-content: center;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

/* Style the links inside the navigation bar  */

.topnav a {
    float: left;
    display: inline;
    color: #f2f2f2;
    text-align: center;
    padding: 16px 16px;
    text-decoration: none;
}

/* Change the color of links on hover */

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a:hover i {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */

.active {
    background-color: #3474d1;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */

.topnav .icon {
    display: none;
}

.empty_menu_listing {
    height: 20px;
    display:none;
  }
  
  .logo {
    z-index:99999; 
    position:fixed; 
    padding-top:12px;
    padding-left:16px;
}

.logo IMG {
    width:100px;
}


/*_____________________________________________________________________________CONTENT */

.content_wrapper {}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    margin-top:16px;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 64px;
    padding-top: 80px;
    text-align: center;
}

.map {}

.box {}

.box_items {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.item {
    width: 279px;
    height: 377px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 8px;
    margin: 8px;
}

.item_invisible {
    width: 279px;
    height: 377px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 8px;
    margin: 8px;
}

.image {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 16px;
}

.image IMG {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px;
}

.about_images IMG {
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
}

/*____________________________________________________________________FONTS AND STYLES */

.topnav .material-icons.menu {
    font-size: 16px;
    padding-left: 4px;
    position: relative;
    top: 2px;
}


.text {
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    text-transform: none;
    opacity: 0.87;
}

.italic {
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-transform: none;
    opacity: 0.87;
}

hr {
    padding-bottom: 32px;
    margin-top: 32px;
    border-width: 1px 0px 0px 0px;
    opacity: 0.5;
}

.item span {
    position: absolute;
    text-align: center;
    top: 200px;
    right: -16px;
    width: 100%;
    padding: 16px;
    font-size: 20px;
    font-weight: 600;
}

p {
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    text-transform: none;
    opacity: 0.87;
}

ul {
    list-style: none;
    padding: 0;
}

h1 {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -5px;
    line-height: 48px;
}

h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    padding-bottom: 32px;
}

h3 {
    font-size: 34px;
    font-weight: 400;
    line-height: 34px;
}

h4 {
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    text-transform: none;
    opacity: 0.87;
    line-height: 24px;
    padding-bottom: 16px;
}

/*___________________________________________________________________LINKS AND BUTTONS */


.button a {
    background: #3474d1;
}

.button:hover {
    background: #4b85da;
}

.button {
    margin-top: 32px;
    height: 48px;
    background: #3474d1;
    color: white;
    max-width: 300px;
    border-radius: 48px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 600;
    line-height: 3;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

.content a {
    color: #5d9eff;
}

.content a:hover {
    color: white;
}

.footer_box a {
    color: lightgrey;
    font-size: 15px;
}

.footer_box a:hover {
    color: white;
}

/*________________________________________________________________________CONTACT FORM */

label {
    display: block;
    margin-top: 20px;
    letter-spacing: 2px;
}

/* Centre the form within the page */
form {
    margin: 0 auto;
    width: 459px;
    text-align: left;
}

/* Style the text boxes */
input,
textarea {
    width: 439px;
    height: 28px;
    background: #ffffff;
    border: 2px solid #ffffff;
    padding: 8px;
    margin-top: 3px;
    color: #3a3a3a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 4px;
    outline: none;
}

input:focus,
textarea:focus {
    border: 2px solid #3474d1;
    border-radius: 4px;
    outline: none;
}

textarea {
    height: 213px;
}

#submit {
    margin-top: 32px;
    height: 48px;
    background: #3474d1;
    color: white;
    width: 100%;
    border-radius: 48px;
    border: 1px solid #3474d1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 600;
    font-size: 16px:;
    text-transform: uppercase;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
    outline: none;
}

#submit:hover {
    background: #4b85da;
}


/*______________________________________________________________________________FOOTER */

.footer {
    width: 100%;
    background: #333;
    box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact_right {}

.contact_right_wrapper {
    display: flex;
    justify-content: flex-end;
}

.contact_left {}

.footer_box {
    color: lightgray;
    max-width:460px;
    padding: 32px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}