/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-jan-04, 23:35:53
    Author     : Edvin Wendén
*/




body
{
    background-color:#f2f2f2;
    top:0;
    left:0;
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    min-width:1100px;
    color:#6f6f6f;
    font-family: "Arial", Helvetica, sans-serif;
    text-align:center;
}
header
{
    top:0;
}
.largeMenu
{
    width:100%;
    height:100px;
    //background-color: rgba(20, 20, 20, 0.7);
    background-color:white;
    text-align:center;
    vertical-align:middle;
    z-index:100;
    position:fixed;
    top:0;
    
    transition-property: height;
    transition-duration: 0.2s;
}
.smallMenu
{
    width:100%;
    height:50px;
    background-color:white;
    text-align:center;
    vertical-align:middle;
    z-index:100;
    position:fixed;
    top:0;
    border-bottom:solid 1px grey;
    margin-top:-2px;
    
    transition-property: height;
    transition-duration: 0.2s;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
}

#menuFiller
{
    height:75px;
    width:100%;
    background-color:#333333;
}
.menubuttons
{
	/*border: 1px solid green;*/
	width: 125px;
	display: inline-block;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	font-family:Prosto;
}
.menuButtonLink
{
    color:black;
    font-size:14px;
    text-decoration:none;
    font-family: "Arial", Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 600;

    display:table-cell;
    vertical-align:middle;
    line-height: 100px;
    height:100px;
    
    -webkit-transition: color 0.2s, border 0.2s; /* For Safari 3.1 to 6.0 */
    -moz-transition: color 0.2s, border 0.2s; /* For Safari 3.1 to 6.0 */
    transition: color 0.2s, border 0.2s;
    text-transform:uppercase;
    display: inline-block;
    width: 100%;
    //padding: 25px 0 25px 0;
    border-top: 3px solid rgba(255,255,255,0);
}
.smallmenuButtonLink
{
    color:black;
    font-size:14px;
    text-decoration:none;
    font-family: "Arial", Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px;
    
    -webkit-transition: color 0.2s, border 0.2s; /* For Safari 3.1 to 6.0 */
    -moz-transition: color 0.2s, border 0.2s; /* For Safari 3.1 to 6.0 */
    transition: color 0.2s, border 0.2s;
    text-transform:uppercase;
    display: inline-block;
    
    width: 100%;
    padding: 0 0 0 0;
    border-top: 3px solid rgba(255,255,255,0);
}

.menubuttons a:visited
{
	color:black;
}
.menubuttons a:hover
{
	color:#ff7800;
	border-top: 3px solid #ff7800;
	-webkit-transition: color 0.2s, border 0.2s; /* For Safari 3.1 to 6.0 */
	-moz-transition: color 0.2s, border 0.2s; /* For Safari 3.1 to 6.0 */
	transition: color 0.2s, border 0.2s;
}
#menuLogoImg
{
    height:40px;
}

#menu_logo
{
    display: table-cell;
    text-align:left;
    padding-top:6px;
    opacity:1;
    transition-property: opacity;
    transition-duration: 0.2s;
    vertical-align: middle;
    height:100%;
}

#menu_logo:hover
{
    opacity:0.75;
    transition-property: opacity;
    transition-duration: 0.2s;
}
#menuContainer
{
    width:80%;
    height:100%;
    display:table;
    margin:0 auto;
    vertical-align: middle;
}
#innerMenu
{
    display:table-cell;
    vertical-align: middle;
    text-align:right;
}

#headerTopBox
{
    background-color:white;
    width:100%;
    height:40px;
    text-align:right;
    top:0;
    margin:0;
    padding:0;
}
#headerTopSocial
{
    /*border:solid 2px red;*/
    color:white;
    
    vertical-align:middle;
}

#headerBox
{
    width:100%;
    height:750px;
    background-color:black;
    background:url("images/header/headerBG.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    text-align:center;
    position:relative;
    overflow:hidden;
}
.headerTextArea
{
   text-align:left;
   position:absolute;
   top:50%;
   left:50%;
   transform: translate(-50%,-50%);
}
#headerTextArea h1
{
    color:white;
    font-family: "Arial Black", Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size:32px;
    margin:0;
}
#headerTextArea h2
{
    color:white;
    font-family: "Arial Black", Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin:0;
    font-size:20px;
}

#content
{
    width:75%;
    height:auto;
    display:inline-block;
    margin-bottom:150px;
}
.contentBox
{
    background-color: white;
    width:100%;
    height:auto;
    display:inline-block;
    text-align:center;
    padding-bottom:100px;
    padding-top:50px;
    margin-top:75px;
    marign-bottom:75px;
}
#contentContainer
{
    background-color:#f2f2f2;
    width:100%;
    height:auto;
    text-align:center;
}
h1
{
    color:#333333;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight:bold;
    font-size:30px;
}
p
{
    color:#6f6f6f;
    font-family: "Arial", Helvetica, sans-serif;
    text-align:left;
}
#welcomeMessage
{
    width:65%;
    display:block;
    margin:auto;
    margin-bottom:75px;
}
.infoBox
{
    border-top:solid 1px grey;
    border-bottom:solid 1px grey;
    margin:20px;
    width:45%;
    height:auto;
    display:inline-block;
    vertical-align:top;
    padding-top:25px;
    padding-bottom:25px;
    min-height:700px;
}
.infoThumb
{
    width:100%;
    height:100px;
}

#infoBoxFeatured
{
    width:85%;
    height:auto;
}
.infoBoxWhy
{
    width:85%;
    height:auto;
    text-align:left;
    border-top:solid 1px grey;
    border-bottom:solid 1px grey;
    margin:20px;
    display:inline-block;
    vertical-align:top;
    padding-top:25px;
    padding-bottom:25px;
}
li
{
    margin-bottom:20px;
}
.readMoreButtonContainer
{
    display:inline-block;
    margin-top:50px;
    margin-left:15px;
    margin-right:15px;
    text-decoration: none;
    color:#6f6f6f;
}
.readMoreButton
{
    background-color: white;
    border:solid 1px #6f6f6f;
    width:150px;
    height:50px;
    display:table-cell;
    vertical-align:middle;
}
.readMoreButton:hover
{
    border:solid 1px #ff7800;
    color:#ff7800;
}
.readMoreButtonContainer:visited
{
    color:#6f6f6f;
    text-decoration: none;
}
.verticalMiddleBox
{
    vertical-align:middle;
}

footer
{
    background-color: #323232;
    width:100%;
    height:auto;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
}
#copyright-box
{
    display:inline-block;
    margin-top:20px;
}
.footer-menubuttons
{
    display:inline-block;
    width:75px;
}
.footer-menubuttons a
{
    text-decoration: none;
    color:#6f6f6f;
    -webkit-transition: color 0.1s; /* For Safari 3.1 to 6.0 */
    -moz-transition: color 0.1s; /* For Safari 3.1 to 6.0 */
    transition: color 0.1s;
}
.footer-menubuttons a:hover
{
    color:#ff7800;
    -webkit-transition: color 0.1s; /* For Safari 3.1 to 6.0 */
    -moz-transition: color 0.1s; /* For Safari 3.1 to 6.0 */
    transition: color 0.1s;
}
#social-box
{
    margin-top:10px;
}

.socialButton
{
    background-color: #6f6f6f;
    width:32px;
    height:32px;
    display: inline-block;
    margin-left:8px;
    margin-right:8px;
    border-radius:25%;
    
    -webkit-transition: background-color 0.1s; /* For Safari 3.1 to 6.0 */
    -moz-transition: background-color 0.1s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.1s;
}
.socialButton:hover
{
    background-color: #ff7800;
    
    -webkit-transition: background-color 0.1s; /* For Safari 3.1 to 6.0 */
    -moz-transition: background-color 0.1s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.1s;
}

#ToTopButton
{
    margin-bottom:5px;
    width:128px;
    height:32px;
    display:inline-block;
    
    -webkit-transition: background-color 0.1s; /* For Safari 3.1 to 6.0 */
    -moz-transition: background-color 0.1s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.1s;
}
.scrollup
{
    
}


#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button 
{
	width: 100px;
	float: right;
}
label 
{
    text-align: right;
    margin-right: 15px;
    width: 100px;
    padding-top: 5px;
    font-size: 1.4em;
}
#contactForm
{
    display:inline-block;
    text-align:center;
}

.workCatButton
{
    width:175px;
    display:inline-block;
    font-size:35px;
    margin:20px 15px 0 15px;
    
    background-color: white;
    border:solid 1px #6f6f6f;
    vertical-align:middle;
    text-decoration: none;
    color:#6f6f6f;
}

.workCatButton:hover
{
    border:solid 1px #ff7800;
    color:#ff7800;
}
.catLine
{
    width:75%;
    margin:auto;
    margin-bottom:40px;
}

.workEntry
{
    margin:auto;
    width:95%;
    height:auto;
    margin-bottom:50px;
    
    color:#6f6f6f;
    font-size:40px;
    font-family: "Arial", Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    
    text-align: left;
    
    border-top:solid 1px grey;
    border-bottom:solid 1px grey;
    
    padding:15px 0 15px 0;
}

.workEntryTitle
{
    width:100%;
    display:block;
    margin-bottom:10px;
}

.workEntryImg
{
    height:400px;
    float:left;
    margin-right:25px;
}

.workEntryText
{
    width:100%;
    height:auto;
    font-size:18px;
    font-weight: normal;
    text-transform:none;
}

.workEntryWrapper
{
    height:400px;
    width:100%;
}

.workMoreLink
{
    display:inline-block;
    font-size:25px;
    margin:20px 15px 0 15px;
    
    background-color: white;
    border:solid 1px #6f6f6f;
    vertical-align:middle;
    text-decoration: none;
    text-align:center;
    color:#6f6f6f;
    padding:10px;
    margin-left:0;
}

.workMoreLink:hover
{
    border:solid 1px #ff7800;
    color:#ff7800;
}

.normalText
{
    text-align:left;
    padding:30px;
}

#aboutLogo
{
    margin-top:25px;
    width:90%;
}

h2
{
    color:black;
    font-family: "Arial Black", Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size:30px;
}

.profilePic
{
    width:200px;
    height:200px;
    border-radius: 50%;
}

#aboutLogo
{
    width:50%;
}
#aboutP
{
    width:75%;
    margin:auto;
    height:auto;
}

#projectheaderTextArea h1
{
    color:white;
    font-family: "Arial Black", Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size:70px;
    margin:0;
    white-space: nowrap;
}



#bhlHeaderBox
{
    width:100%;
    height:512px;
    background-color:black;
    background:url("images/projects/bhl/bhl_headerBG.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    text-align:center;
    position:relative;
    overflow:hidden;
}
#tfHeaderBox
{
    width:100%;
    height:512px;
    background-color:black;
    background:url("images/projects/thefacility/tf_headerBG.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    text-align:center;
    position:relative;
    overflow:hidden;
}

.headerLogoArea
{
   display:inline-block;
   position:absolute;
   top:50%;
   left:50%;
   transform: translate(-50%,-50%);
}
.projectHeaderLogo
{
    width:768px;
}

.headerButton
{
    /*border: 1px solid green;*/
    display:inline-block;
    text-align: center;
    width:200px;
    height:auto;
    margin:auto;
    margin-top:40px;
}



.headerButtonLink
{
    color:white;

    font-size:19px;
    text-decoration:none;
    font-family: "Arial", Helvetica, sans-serif;
    text-transform:uppercase;
    display: inline-block;
    padding: 15px 20px 15px 20px;
}

#bhlHeaderButton
{
    background-color:#0060ff;
}

#tfHeaderButton
{
    background-color:#6d0000;
}

.infoBoxProject
{
    border-top:solid 1px grey;
    border-bottom:solid 1px grey;
    margin:20px;
    width:90%;
    height:auto;
    display:inline-block;
    vertical-align:top;
    padding-top:25px;
    padding-bottom:25px;
}

.infoBoxProject p
{
    font-size:19px;
}

.projectThumbArea
{
    width:100%;
    height:auto;
}

.infoBigThumbLink
{
    display:inline-block;
    width:300px;
    margin:10px;
}

 /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #ff7800;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #ff7800;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
} 