#portfolio{
    margin-top: -25x;
    position: absolute;
    z-index: -1;
}

#galleryButton{
    position: absolute;
    z-index: 1;
}

#portfolio .row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#portfolio .column{
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
}

#portfolio img{
    vertical-align: middle;
    padding: 5px;
    width: 100%;
}

#topImg{
    padding-top: 0px !important;
}


.paddsection {
    padding-top: 10px;
    padding-bottom: 90px;
}

body {
    font-family: 'Josefin Sans', sans-serif;
    color: white;
    overflow-y: auto;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: black;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidebarContent {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
  
.sidebar a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
  
.sidebar a:hover, .sidebar a:focus {
    color: #f1f1f1;
}
  
.sidebar .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
  
.openbtn {
    margin: 10px;
    width: 50px;
    font-size: 3.5em;
    background-color: transparent;
    color: white;
    cursor: pointer;
    border: none;
}
  
.openbtn:hover {
    color: black;
}
  
.homePageBody{
    height: 100vh;
    min-height: 500px;
    background-image: url('../../assets/background2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contactBody{
    height: 100vh;
    min-height: 500px;
    background-color: #17263c;
}

.activeChoice{
    color: white !important;
    text-decoration: underline !important;
}

.masthead {
    height: 100vh;
    min-height: 500px;
}

.masthead1 {
    height: 100vh;
    min-height: 500px;
}


.masthead .customOpacity {
    opacity: 1;
}

.masthead button {
    background: black;
    color: white;
}

.masthead h1 {
    padding-right: 1vh;
}

.btn-square {
    border: 0;
    border-radius: 0;
}

.map-container {
    width: 100%;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
}

.mapButton{
    position: absolute;
    top: 10px;
    left: 10px;
}

.info-window {
    color: black;
    font-family: 'Josefin Sans', sans-serif;
}

.masthead1 h1 {
    color: white;
}

.masthead1 ul li {
    margin: 0 5px;
}

.masthead1 ul li a .fab, .fas {
    font-size: 40px;
    color: white;
    line-height: 80px;
    transition: .5s;
    padding-right: 14px;
}

.masthead1 ul li a span {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 30px;
    color: white;
    letter-spacing: 4px;
    transition: .5s;
}

.masthead1 ul li a {
    text-decoration: none;
    display: block;
    width: 210px;
    height: 80px;
    text-align: left;
    padding-left: 20px;
    transform: rotate(0deg) skew(0deg) translate(0, 0);
    transition: .5s;
}

.masthead1 ul li a:before {
    top: 10px;
    left: -20px;
    height: 100%;
    width: 20px;
}

.masthead1 ul li a:after {
    bottom: -20px;
    left: -10px;
    height: 20px;
    width: 100%;
}

.masthead1 ul li a:hover {
    transform: rotate(0deg) skew(0deg) translate(20px, -15px);
    box-shadow: -50px 50px 50px rgba(0, 0, 0, .5);
}

.masthead1 ul li:hover .fab, .fas {
    color: #fff;
}

.masthead1 ul li:hover span {
    color: #fff;
}

.masthead1 ul li:hover:nth-child(1) a {
    background: #3b5998;
}

.masthead1 ul li:hover:nth-child(1) a:before {
    background: #365492;
}

.masthead1 ul li:hover:nth-child(1) a:after {
    background: #4a69ad;
}

.masthead1 ul li:hover:nth-child(2) a {
    background: #C13584;
}

.masthead1 ul li:hover:nth-child(2) a:before {
    background: #C13584;
}

.masthead1 ul li:hover:nth-child(2) a:after {
    background: #C13584;
}

.masthead1 ul li:hover:nth-child(3) a {
    background: #dd4b39;
}

.masthead1 ul li:hover:nth-child(3) a:before {
    background: #b33a2b;
}

.masthead1 ul li:hover:nth-child(3) a:after {
    background: #e66a5a;
}

.masthead1 ul li:hover:nth-child(4) a {
    background: #e4405f;
}

.masthead1 ul li:hover:nth-child(4) a:before {
    background: #d81c3f;
}

.masthead1 ul li:hover:nth-child(4) a:after {
    background: #e46880;
}


#gallery{
    padding: 0;
    margin: 0;
    background-color: black;
}

.aboutPageBody{
    height: 100vh;
    min-height: 500px;
    background-image: url('../../assets/aboutMobile2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.aboutPage {
    height: 100vh;
    min-height: 500px;
}

.page-contentlg {
    padding: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
}

.containerCustom{
    width: 75vw;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }

@media only screen and (min-width: 890px) {
    .aboutPageBody{
        background-image: url('../../assets/about2.jpg');
    }
}

@media only screen and (min-width: 853px) {
    .emailLg {
        height: 100vh;
        display: inherit !important;
    }

    .emailLg .h1 {
        padding-right: 10vh;
    }

    .email {
        display: none;
    }
}

@media screen and (max-width: 800px){
    #portfolio .column{
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 600px){
    #portfolio .column{
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}