html,
body {
    background-color: #eee;
    background-color: #2a2e3c;
    margin: 0px;
    padding: 0px;
    width: 100vw;
    height: 100vh;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Tahoma, Helvetica, Arial, "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif;
    overflow-x: hidden;
    color: #eee;
    color: #bfc2ce;
}

.font-light {
    color: #bfc2ce;
    margin-top: 30%;
    color: #bfc2ce;
    margin-left: 5%;
    width: 100%;
    overflow: hidden;
}

.font-light:hover {
    color: #d3d6e2;
}

.hoverbox:hover {
    background-color: #bf3333 !important;
    background-color: rgba(8, 18, 25, 0.8) !important;
}

a:link {
    text-decoration: none;
}

.logo {
    margin: 12px;
    width: 12%;
    max-width: 200px;
    height: auto;
}

.logowhitebg {
    background-color: white;
}

.alink:link,
.alink:visited {
    color: #4F4F4D;
    text-decoration: none;
    box-sizing: content-box;
    padding-right: 15px;
}

.alink:hover,
.alink:active {
    border-right: 10px solid #333;
    color: #333
}

ul {
    list-style-position: none;
    margin: 0px;
    padding: 0px;
}

.sections {
    padding-right: 50px;
    padding-left: 50px;
}

.browser {
    margin: 0px auto;
    padding: 0;
    position: relative;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    box-sizing: content-box;
    border-top: 25px solid rgba(255, 255, 255, 0.5);
    align-self: flex-end;
    border-bottom: 0;
}

.browser::before {
    background-color: #bbbbbb;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #bbbbbb, 1.5em 0 0 2px #bbbbbb, 3em 0 0 2px #bbbbbb;
    content: "";
    display: block;
    height: .5em;
    left: 1em;
    position: absolute;
    top: -1.1em;
    width: .5em;
}

.sections {
    padding-top: 50px;
    background: #72bfc3;
}

.sections-alt-bg {
    background: #F9FFFE;
}

@media (max-width: 768px) {
    .sections h1 {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .sections {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sections h1 {
        text-align: right;
    }
}

.navi {
    margin-top: 30px;
    margin-right: 30px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: xx-small;
    width: 100vw;
    color: #eee;
    background-color: #222;
}

.btn {
    display: inline-block;
    background: #3A6D75;
    font-weight: 100;
    color: #f7f7f7;
    text-align: center;
    /* line-height: 1.5;
    padding: 4px 12px;
    cursor: pointer;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: inset 0px -11px 11px rgba(0, 0, 0, 0.05), 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0px -11px 11px rgba(0, 0, 0, 0.05), 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px -11px 11px rgba(0, 0, 0, 0.05), 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    color: white !important; */
    border: none;
    border-radius: 0;
    padding: 6px 25px;
    text-transform: uppercase;
}

.topbtn {
    position: absolute;
    bottom: 4px;
    left: 4px;
    background: #3A6D75;
    color: white;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

.row {
    position: relative;
}

.center-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.square {
    position: relative;
    /* width: 100%; */
    background: rgba(57, 62, 80, 0.7);
    box-sizing: border-box;
    /* margin-bottom: 30px; */
    /* border-radius: 12px; */
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 60%;
}

.select-style {
    border: 1px solid #e3e3e3;
    display: inline-flex;
    width: 120px;
    overflow: hidden;
    background: #fafafa url("../img/down-arrow.png") no-repeat 90% 50%;
    color: #333;
    vertical-align: middle;
}

.select-style select {
    padding: 6px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input {
    padding: 5px 8px;
}

.select-style select:focus {
    outline: none;
}

body {
    background: radial-gradient(ellipse at center, #02142a 0%, #0c100d 100%);
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

#myVideo {
    position: fixed;
    /* right: 0; */
    /* bottom: 0; */
    /* min-width: 94%; */
    /* min-height: 100%; */
    width: 100%;
    opacity: 0.9;
    object-fit: fill;
}

.row.row-x-scroll {
    overflow-x: auto;
    white-space: nowrap;
}

.row.row-x-scroll>.col-xs-2 {
    display: inline-block;
    float: none;
    padding: 0;
}

.boxes {
    position: absolute;
    top: 100px;
    /* width: 90%; */
    padding-top: 25px;
    padding-bottom: 20px;
    margin-left: 8vw;
    margin-right: 8vw;
    width: calc(100vw - 16vw);
}

.font-light>h1 {
    font-size: 1.7em;
    text-transform: uppercase;
    text-overflow: ellipsis;
    width: 80%;
    overflow: hidden;
    height: 30px;
}


/*********/

.square {
    /* position: relative; */
    /* width: 8rem;
    height: 8rem;
    background-color: white; */
    /* border-radius: 5px; */
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.square:after {
    content: '';
    /* position: absolute; */
    /* width: 100%;
    height: 100%; */
    /* top: 0;
    left: 0; */
    /* border-radius: 5px; */
    opacity: 0;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.square:hover {
    transform: scale(1.1);
    z-index: 100;
}

.square:hover:after {
    opacity: 1;
}

.no-padding {
    padding: 0;
}

.fa {
    font-size: 30px !important;
    display: flex !important;
    /* justify-content: center !important; */
}
