body {
    padding: 0px;
    margin: 0px;
}


header {
    padding: 0 0 !important;
}

a {
    color: #41ccff !important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #5affd9 !important;
    text-decoration: none !important;
}

.logo {
    position: absolute;
    left: 10vw;
    top: .5vh;
}

.logo img {
    min-width: 100px;
    width: 80%;
    max-width: 200px;
}

.navbar-brand {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.bg-dark-blue {
    background-color: #000 !important;
}

.bg-light-blue {
    background-color: #d4eaff;
}

ul li {
    line-height: 1.9;
}

.banner {
    overflow-x: hidden;
}

.banner img {
    width: 100vw;
}

.icons {
    font-size: 1rem;
    color: #41ccff;
    vertical-align: sub;
    padding-right: 10px;
}

.snsIcon {
    width: 50%;
    margin: auto;
}

.sns {
    width: 10%;
}

.sns1 {
    margin-left: 10px;
}

.sns a: hover {}

h1 {
    font-size: 3rem !important;
}

p {
    font-size: 1.35rem !important;
}

btn {
    background-color: #3c3d40;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
    /*    font-size: 17px;*/
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5),
        0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

btn:hover {
    background-color: #000000;
}


.lead {
    font-size: 1.9rem !important;
}

#about {
    background-color: #000;
    padding-top: 50px;
}

#contact {
    padding: 100px 0;
}

.sns a img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.sns a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.rights {
    padding: 0px 10px;
    color: #ccc;
}

a .rights {
    color: #ccc !important;
}

a:hover .rights {
    color: #5affd9 !important;
}
