body {
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff; /*$$COLOR$$ background*/
    color:#000000; /*$$COLOR$$ text*/
}

header {
    margin-bottom: -35px;
    display:inline !important;
}

.body{
    display: inline !important;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
}
h2 {
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
}
h3 {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}
h4 {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}
.page{
    padding: 20px;
}
p {
    font-size: 18px;
}

li {
    font-size: 18px;
}

.contact-details{
    padding-bottom: 0.7em;
}

.description {
    font-size: 18px;
}

.cvImgContainer {
    padding: auto;
}
.cvImg{
    width: 100%;
    margin-top: 30%;
    padding-bottom: 130%;
    background: url("assets/bradley.jpg");
    background-size: cover;
    background-position: 50% 0%;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .8);
    vertical-align: middle;
}

a{
    color: #515b66;
    text-decoration: underline;
}
a:hover{
    color: #515b66;
    text-decoration-style: dashed;
}
.sectionHeading{
    margin-top: 5px;
}

div.container {
    margin-top: 20px;
}
div.section {
    margin-top: 5px;
}

.contentFullWidth {
    padding-left: 5%;
    padding-right: 5%;
}

div.content p{
    color: #000;
}


.techCrewRow {
    margin-top: 40px;
}

#lightingSlideshow {
    max-width: 1000px;
    position: relative;
    display: block;
    margin: auto;
}

#lightingSlideshow img{
    width: 100%;
    height: inherit;
}

#soundSlideshow {
    max-width: 1000px;
    position: relative;
    display: block;
    margin: auto;
}

#soundSlideshow img{
    width: 100%;
    height: inherit;
}

#videoSlideshow {
    max-width: 1000px;
    position: relative;
    display: block;
    margin: auto;
}

#videoSlideshow img{
    width: 100%;
    height: inherit;
}

#generalSlideshow {
    max-width: 1000px;
    position: relative;
    display: block;
    margin: auto;
}

#generalSlideshow img{
    width: 100%;
    height: inherit;
}

.slide {
    /*display: none;
    position: absolute;*/
    opacity: 0;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 10% 10% 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 10% 0 0 10%;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.7);
}

.caption {
    color: #f2f2f2;
    font-size: 13px;
    padding: 10px 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    transition: background-color 0.5s ease;
    background-color: rgba(0,0,0,0.5);
}

#lightingSlideshow:hover  .caption {
    background-color: rgba(0,0,0,0.8);
    transition: background-color 0.5s ease;
}

#soundSlideshow:hover  .caption {
    background-color: rgba(0,0,0,0.8);
    transition: background-color 0.5s ease;
}

#videoSlideshow:hover  .caption {
    background-color: rgba(0,0,0,0.8);
    transition: background-color 0.5s ease;
}

#generalSlideshow:hover  .caption {
    background-color: rgba(0,0,0,0.8);
    transition: background-color 0.5s ease;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}