﻿* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.carousel-inner img {
    width: 100%;
    height: 60vh;
}

.btn-plus{
    border:none;
}
.box {
    height: 60vh;
}

.padding-0 {
    padding-right: 0;
    padding-left: 0;
}

/*ul {
    list-style-type: none;
}*/

.logo {
    height: auto;
    max-width: 100%;
}

.fontColor {
    color: #002E62;
}
.link {
    height: 8rem;
    max-width: 100%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hero {
    height: 60vh;
    background-color: aquamarine;
}

a {
    color: #002E62;
}

ul#menu li {
    list-style-type: disc;
    font-size: 1.25rem;
    margin-left: 2rem;
    color: #002E62;
    font-weight:600;
}

.drop-link {
    color: #002E62;
    text-decoration:none;
    font-size:1.5rem;
}