@charset "utf-8";
/* CSS Document */

body {
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:62.5%;
color:#000;
}

#outer_container {
width:901px;
height:auto;
margin:0px auto;
}

#inner_container {
width:901px;
height:auto;
float:left;
display:inline;
}

#header {
width:901px;
height:73px;
float:left;
display:inline;
background-image:url(https://www.roofdek.co.uk/images/header.jpg);
background-repeat:no-repeat;
}

#left {
width:660px;
height:auto;
float:left;
display:inline;	
margin-bottom:50px;
}

#mainTitle {
width:660px;
height:26px;
float:left;
display:none;		
}

#mainTitle p{
display:none;		
}

.mainContent {
width:660px;
height:auto;
float:left;
display:inline;
font-size:1.2em;		
}

h1 {
font-size:18px;
margin:0px;
padding:0px;
color:#0083cb;	
}

h4 {
font-size:18px;
margin:0px;
padding:0px;
color:#0083cb;	
}

h2 {
font-size:14px;
margin:0px;
padding:0px;
color:#0083cb;	
}

#right {
width:220px;
height:auto;
float:right;
display:inline;	
}

#rightNotes {
width:220px;
height:auto;
float:left;
display:inline;
padding-top:12px;	
}

#rightContent {
width:220px;
height:auto;
float:left;
display:inline;
font-size:1.2em;	
}

ol {
margin-left:0px;
padding-left:19px;
padding-top:5px;
margin-top:0px;	
}

#inner {
width:901px;
height:auto;
float:left;
display:inline;
padding-top:20px;
}

/*
 * Cookie Bar
 */
.my-cool-layout,
#cookie-bar {
  padding: 1rem ;
  color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
  background-image: linear-gradient(to right, #3f7edd, #3f7edd);
}
.my-cool-layout span,
#cookie-bar span {
  display: inline-block;
  margin-bottom: 0.75rem;
}
.my-cool-layout span a,
#cookie-bar span a {
  color: #ffffff;
  text-decoration: underline;
}
.cc-invisible {
	display: none;
}
@media screen and (min-width: 992px) {
  .my-cool-layout,
#cookie-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	padding: 1.5em 3em;
	font-size: 0.875rem;
  }
  .my-cool-layout span,
.my-cool-layout p,
#cookie-bar span,
#cookie-bar p {
    margin-bottom: 0;
  }
  .my-cool-layout .cc-allow,
.my-cool-layout .cookie-btn,
#cookie-bar .cc-allow,
#cookie-bar .cookie-btn {
    margin-left: 20px;
  }
}

.cc-allow,
.cookie-btn {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  border: none;
  background-color: #ffffff;
  color: #3f7edd;
}
.cc-allow:hover,
.cookie-btn:hover {
  filter: brightness(90%);
}

.cc-deny {
  display: none !important;
}