/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

body {
  color: #777777;
  width: 100%;
  border: #dddddd;
  margin: 0;
  padding: 0;
  font-family: "Arial", "Helvetica Neue", "Helvetica", "sans-serif";
  height: 500px;
}

header {
  border-bottom: solid thin #dddddd;
}

header nav a.active {
  background-color: var(--color-teal);
  padding: 10px;
  border-radius: 5px;
  color: white;
}
h1 {
  background-color: #4aaaa5;
  padding: 20px;
  width: 355px;
  color: #dddddd;
  margin: 0;
}
/* .h2 {
    
} */

body {
  color: #777777;
  width: 100%;
  border: #dddddd;
  margin: 0;
  padding: 0;
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  height: 500px;
  background-image: url("../images/carbon_fibre_v2.png");
  background-repeat: repeat;
  background-position: cover;
}

h1 {
  background-color: navy;
  padding: 20px;
  width: 355px;
  color: #dddddd;
  margin: 0;
  font-size: 40px;
}

.centered {
  color: whitesmoke;
  width: 100%;
  border: #dddddd;
  margin: 0;
  padding: 0;
}
/* .section-container {
  background-image: url("../intersection.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
} */

/* .main {
  background-image: url("../images/carbon_fibre_v2.png");
} */

.container {
  background-color: white;
  border-color: #dddddd;
  border: solid thin black;
  padding: 20px;
  border: 20px;
}
.portfolio-container {
  border-color: #dddddd;
  border: solid thin black;
  padding: 20px;
  border: 20px;
  /* background-image: url("../images/intersection.jpg");
  background-repeat: repeat;
  background-position: cover; */
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .column {
    width: 50%;
  }
}

/* .media  {
    
    } */

.div-col {
  padding: 20px;
}

/* .div-text-center    {
    
} */

.container-2 {
  background-color: #666666;
  border-top: 8px solid navy;
  color: #dddddd;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer mt-auto py-3 {
  background-color: #666666;
  padding: 20px;
  height: 100px;
  width: 100%;
  bottom: 0;
  border-top: 8px solid navy;
  position: fixed;
}
