* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: rgb(0, 0, 0);

}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0px;
}

li,
a,
button {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: white;
    list-style: none;
    text-decoration: none;
    text-transform: uppercase;
}

header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    padding: 15px 10%;
}

.logo {
    width: 200px;
    height: 100%;
    cursor: pointer;
    vertical-align: middle;
}

#CarouselExampleIndicators {
    position: relative;
    /* padding-top: 20px; */
    /* overflow: hidden; */
}

.nav_links {
    list-style: none;
    vertical-align: middle;
}

.nav_links li {
    display: inline-block;
    padding: 0px 20px;
}

div.gallery {
    background-color: white;
    margin: 30px;
    border: 1px transparent;
    float: left;
    width: 359px;
}

div.gallery:hover {
    border: 0px solid #777;
}

div.gallery img {
    background-color: white;
    width: 100%;
    height: auto;
}

div.desc {
    background-color: transparent;
    padding: 0;
    text-align: center;
}

.nav_links li a {
    transition: all 0.3s ease 0s;
}

.nav_links li a:hover {
    color: darkgray;
}

body {
    background-color: white;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: black;
}

p {
    background-color: white;
    padding: 15px 10% 15px;
    line-height: 1.9em;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: black;
}

.img {
    width: 100%;
    height: 100%;
}


.footer {
    padding: 30px 0px;
}

.footer .social {
    text-align: center;
    padding-bottom: 25px;
}

.footer .social a {
    font-size: 15px;
    background-color: black;
    color: lightgrey;
    border: 1px solid grey;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 8px;
    opacity: 70%;
}

.footer .social a:hover {
    opacity: 100%;
}

.footer .copyright {
    padding: 0%;
    font-size: 12px;
    background-color: #000000;
    color: grey;
}

.gallery {
    background-color: white;
}

.copyright2 {
    color: white;
}

.gallery a:hover {
    opacity: 95%;
}

.aboutme {
    margin: 10px;
    line-height: 30px;

}

.socialpage a {
    font-size: 20px;
    background-color: black;
    color: white;
    border: 1px solid black;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 8px;
    opacity: 70%;
}

.socialpage {
    margin-top: 20px;
    background-color: white;
    text-align: center;
    padding-bottom: 25px;
}